Introduce switch_to_inferior_no_thread
[deliverable/binutils-gdb.git] / gdb / inferior.h
2020-01-10  Pedro AlvesIntroduce switch_to_inferior_no_thread
2020-01-10  Pedro AlvesMake target_ops::has_execution take an 'inferior *...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26  Simon MarchiRemove info_terminal_command declaration, make definiti...
2019-10-02  Tom TromeyFix type of startup_with_shell in gdbserver
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-19  Philippe WaroquiersFix GDB crash when registers cannot be modified.
2019-03-06  Tom TromeyUpdate two cleanup comments
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyReplace delete_longjmp_breakpoint_cleanup with a forwar...
2019-01-02  Simon MarchiPlace displaced step data directly in inferior structure
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-09-17  Tom TromeyMake save_infcall_*_state return unique pointers
2018-09-17  Tom TromeyRemove two infrun cleanups
2018-09-17  Tom TromeyUse new and delete for struct infcall_control_state
2018-09-15  Tom TromeyChange get_inferior_args to return const char *
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-28  Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-25  Pedro Alvesgdb: For macOS, s/thread_info/struct thread_info/
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-04-24  Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-02-21  Yao QiClass readonly_detached_regcache
2018-01-30  Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19  Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24  Simon MarchiCreate private_inferior class hierarchy
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-04  Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-08-22  Simon MarchiRename some command functions
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-06-20  Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-19  Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-19  Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
2017-04-13  Pedro AlvesMake inferior a class with cdtors, and use new/delete
2017-04-13  Pedro AlvesGC inferior.c:init_inferior_list
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-02-20  Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-26  Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-14  Don BreazealTarget remote mode fork and exec event support
2015-11-30  Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-09-09  Pedro AlvesGarbage collect dummy_frame_ctx_saver
2015-07-08  Simon MarchiDelete program spaces directly when removing inferiors
2015-07-08  Simon MarchiRevert "Delete program spaces directly when removing...
2015-07-08  Simon MarchiDelete program spaces directly when removing inferiors
2015-06-23  Doug Evansinferior.h (struct inferior_suspend_state): Delete...
2015-05-13  Jan Kratochvilinfcall: stop_registers -> register_dummy_frame_dtor
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-18  Yao QiRefactor gdbarch method print_float_info
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-17  Pedro AlvesDelete Tru64 support
2014-10-02  Pedro AlvesReduce Hg packet (select remote general thread) bouncing
2014-08-27  Patrick PalkaFix terminal state corruption when starting a program...
2014-08-07  Gary BensonMove ptid.h to common-defs.h
2014-05-29  Pedro Alvesenable target async by default; separate MI and target...
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-03-30  Doug Evans* inferior.h (enum stop_kind): Improve comment.
2014-03-20  Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-03-18  Pedro AlvesPR gdb/13860: make "-exec-foo"'s MI output equal to...
2014-03-14  Pedro AlvesRename native-only terminal related functions.
2014-02-27  Hui ZhuMove ptid_match to common/ptid.c.
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_info
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_save_ours
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_ours
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_ours_for_output
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_inferior
2014-02-19  Tom TromeyAdd target_ops argument to to_terminal_init
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-10-25  Pedro AlvesMake STARTUP_WITH_SHELL a runtime toggle -- add new...
2013-10-07  Sergio Durigan JuniorThis patch adds a new convenience variable called...
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-03  Luis Machado * inf-child.c (inf_child_follow_fork) New parameter
2013-05-14  Tom Tromey * go32-nat.c (go32_terminal_info): Make 'args' const.
2013-01-16  Tom Tromey2013-01-03 Pedro Alves <palves@redhat.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-18  Tom Tromey * infcmd.c (all_registers_info, nexti_command, stepi_c...
2012-11-30  Yao Qigdb/
2012-11-09  Pedro Alvesgdb/
2012-08-22  Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-08-02  Yao Qigdb/
2012-06-13  Jan Kratochvilgdb/
2012-06-06  Thomas Schwingegdb/
2012-05-24  Pedro Alvesgdb/
2012-05-16  Maciej W. Rozycki gdb/
2012-05-09  Joel BrobeckerRemove AT_SYMBOL
2012-03-13  Yao Qigdb:
2012-03-07  Pedro Alves2012-03-07 Pedro Alves <palves@redhat.com>
2012-03-01  Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
next
This page took 0.948932 seconds and 107 git commands to generate.