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