summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
Commit message (Expand)AuthorAgeFilesLines
* Rename some command functionsSimon Marchi2017-08-221-1/+1
* Remove save_inferior_ptidTom Tromey2017-08-181-5/+0
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-2/+4
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-28/+6
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-1/+22
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-9/+26
* Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves2017-04-191-1/+1
* Make inferior a class with cdtors, and use new/deletePedro Alves2017-04-131-31/+36
* GC inferior.c:init_inferior_listPedro Alves2017-04-131-3/+0
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-1/+1
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-201-0/+14
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-3/+4
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+6
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+3
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-0/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Target remote mode fork and exec event supportDon Breazeal2015-12-141-0/+3
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-0/+12
* Garbage collect dummy_frame_ctx_saverPedro Alves2015-09-091-4/+2
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-8/+1
* Revert "Delete program spaces directly when removing inferiors"Simon Marchi2015-07-081-1/+8
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-8/+1
* inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans2015-06-231-16/+0
* infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil2015-05-131-2/+4
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Refactor gdbarch method print_float_infoYao Qi2014-12-181-0/+8
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-0/+3
* Delete Tru64 supportPedro Alves2014-10-171-4/+2
* Reduce Hg packet (select remote general thread) bouncingPedro Alves2014-10-021-1/+2
* Fix terminal state corruption when starting a program from within TUIPatrick Palka2014-08-271-2/+0
* Move ptid.h to common-defs.hGary Benson2014-08-071-2/+0
* enable target async by default; separate MI and target notions of asyncPedro Alves2014-05-291-0/+7
* Add new infrun.h header.Pedro Alves2014-05-221-134/+0
* * inferior.h (enum stop_kind): Improve comment.Doug Evans2014-03-301-8/+8
* PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves2014-03-201-0/+6
* PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output.Pedro Alves2014-03-181-0/+2
* Rename native-only terminal related functions.Pedro Alves2014-03-141-8/+8
* Move ptid_match to common/ptid.c.Hui Zhu2014-02-271-10/+0
* Add target_ops argument to to_terminal_infoTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_save_oursTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_oursTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_ours_for_outputTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_inferiorTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_initTom Tromey2014-02-191-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves2013-10-251-18/+24
* This patch adds a new convenience variable called "$_exitsignal", whichSergio Durigan Junior2013-10-071-0/+6
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-1/+1