summaryrefslogtreecommitdiff
path: root/gdb/inf-loop.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change target_ops::async to accept boolTom Tromey2022-07-221-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Send some error output to gdb_stderrTom Tromey2022-01-251-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur2021-04-221-2/+1
* gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'Tankut Baris Aktemur2021-04-221-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-3/+2
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Convert observers to C++Tom Tromey2018-03-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix stdin ending up not registered after a QuitPedro Alves2017-11-161-1/+9
* Include target.h in inf-loop.hYao Qi2017-01-061-1/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make the interpreters be per UIPedro Alves2016-06-211-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Delete enum inferior_event_handler::INF_TIMERPedro Alves2015-09-091-1/+0
* Garbage collect thread continuationsPedro Alves2015-09-091-64/+3
* Merge async and sync code paths some morePedro Alves2015-09-091-1/+1
* Simplify target_async hook interfacePedro Alves2015-03-251-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+9
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix double promptPedro Alves2014-07-141-19/+17
* Make display_gdb_prompt CLI-only.Pedro Alves2014-05-291-1/+2
* Add new infrun.h header.Pedro Alves2014-05-221-1/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* 2011-12-16 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-12-161-4/+2
* 2011-09-05 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-051-14/+0
* 2011-09-02 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-021-12/+19
* gdb/Jan Kratochvil2011-08-261-0/+1
* gdb/Jan Kratochvil2011-08-261-0/+4
* 2011-05-30 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-301-13/+0
* 2011-05-30 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-301-8/+0
* 2011-05-30 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-301-11/+10
* 2011-05-27 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-271-0/+1
* 2011-05-20 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-201-1/+2
* 2011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-091-10/+10