summaryrefslogtreecommitdiff
path: root/gdb/inf-loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-0/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * inf-loop.c (inferior_event_handler): Avoid calling is_running onPedro Alves2009-03-281-1/+4
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * defs.h (add_inferior_continuation)Pedro Alves2008-11-051-0/+5
* * inf-loop.c (inferior_event_handler): On INF_ERROR andPedro Alves2008-11-041-4/+2
* Remove global continuations in favour of a per-threadPedro Alves2008-09-081-3/+17
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-1/+1
* 2008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-07-121-5/+7
* Exited threads.Pedro Alves2008-07-111-14/+2
* Non-stop inferior control.Pedro Alves2008-07-091-5/+9