aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-0/+10
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-0/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_inferior class hierarchySimon Marchi1-2/+7
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-2/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-0/+4
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-5/+1
2017-08-22Rename some command functionsSimon Marchi1-1/+1
2017-08-18Remove save_inferior_ptidTom Tromey1-5/+0
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-2/+4
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-28/+6
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-1/+22
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-9/+26
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves1-1/+1
2017-04-13Make inferior a class with cdtors, and use new/deletePedro Alves1-31/+36
2017-04-13GC inferior.c:init_inferior_listPedro Alves1-3/+0
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-1/+1
2017-02-20PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior1-0/+14
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-3/+4
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+6
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+3
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-0/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-14Target remote mode fork and exec event supportDon Breazeal1-0/+3
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-0/+12
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves1-4/+2
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-8/+1
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi1-1/+8
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-8/+1
2015-06-23inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans1-16/+0
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil1-2/+4
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-18Refactor gdbarch method print_float_infoYao Qi1-0/+8
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-0/+3
2014-10-17Delete Tru64 supportPedro Alves1-4/+2
2014-10-02Reduce Hg packet (select remote general thread) bouncingPedro Alves1-1/+2
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-2/+0
2014-08-07Move ptid.h to common-defs.hGary Benson1-2/+0
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-0/+7
2014-05-22Add new infrun.h header.Pedro Alves1-134/+0
2014-03-30* inferior.h (enum stop_kind): Improve comment.Doug Evans1-8/+8
2014-03-20PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves1-0/+6
2014-03-18PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output.Pedro Alves1-0/+2
2014-03-14Rename native-only terminal related functions.Pedro Alves1-8/+8
2014-02-27Move ptid_match to common/ptid.c.Hui Zhu1-10/+0
2014-02-19Add target_ops argument to to_terminal_infoTom Tromey1-1/+1