Remove path name from test case
[binutils-gdb.git] / gdb / infrun.h
2023-05-30 Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-30 Simon Marchigdb: add interp::on_normal_stop method
2023-05-30 Simon Marchigdb: add interp::on_signal_received method
2023-04-24 Simon Marchigdb: remove end_stepping_range observable
2023-03-29 Andrew Burgessgdb: move displaced_step_dump_bytes into gdbsupport...
2023-02-27 Pedro AlvesImprove "info program"
2023-02-27 Pedro AlvesConvert previous_inferior_ptid to strong reference...
2023-01-13 Andrew Burgessgdb: int to bool conversion for normal_stop
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Andrew Burgessgdb: improve infrun_debug_show_threads output
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-05-03 Andrew Burgessgdb: add some additional thread status debug output
2022-04-05 Simon Marchigdb/infrun: add inferior parameters to stop_all_threads...
2022-03-31 Simon Marchigdb/infrun: add reason parameter to stop_all_threads
2022-03-14 Patrick MonneratReplace deprecated_target_wait_hook by observers
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-07-13 Simon Marchigdb: use intrusive list for step-over chain
2021-05-09 Simon Marchigdb: add missing space in infrun_debug_printf
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-02-03 Pedro Alvesdetach in all-stop with threads running
2021-01-04 Simon Marchigdb: introduce scoped debug prints
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Simon Marchigdb: make debug_infrun a bool
2020-12-11 Simon Marchigdb: factor out debug_prefixed_printf_cond
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: move displaced stepping types to displaced-steppin...
2020-12-04 Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-12-04 Simon Marchigdb: rename things related to step over chains
2020-10-31 Andrew Burgessgdb: restore some checks of debug flags
2020-10-31 Simon Marchigdb, gdbsupport: add debug_prefixed_printf, remove...
2020-10-30 Simon Marchigdb: introduce displaced_debug_printf
2020-09-25 Simon Marchigdb: fix formatting of _debug_printf macros
2020-08-24 Simon Marchigdb: add infrun_debug_printf macro
2020-07-02 Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-03-06 Simon MarchiPass thread_info pointer to various inferior control...
2020-02-14 Simon Marchigdb: introduce displaced_step_closure_up type alias
2020-02-14 Simon Marchigdb: cleanup of displaced_step_inferior_state::reset...
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesSome get_last_target_status tweaks
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
2019-03-19 Tom TromeyDon't show "display"s twice in MI
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-08-09 Andrew Burgessgdb: Make infrun.c:resume function static
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-21 Simon MarchiCreate a displaced_step_closure class hierarchy
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-06-21 Pedro AlvesFix for spurious prompts in secondary UIs
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-04-25 Yao QiForce to insert software single step breakpoint
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30 Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-10-13 Pedro AlvesFix execution_direction's type
2015-09-14 Pedro AlvesBail out of processing stop if hook-stop resumes target...
2015-09-09 Pedro AlvesConvert infcalls to thread_fsm mechanism
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-20 Pedro Alvesremote non-stop: Process initially stopped threads...
2015-08-07 Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-07 Pedro AlvesEmbed the pending step-over chain in thread_info objects
2015-05-13 Jan KratochvilRemove stop_registers
2015-03-24 Pedro AlvesShuffle user_visible_resume_ptid
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-15 Pedro AlvesRewrite non-continuable watchpoints handling
2014-09-30 Don BreazealRefactor native follow-fork.
2014-08-07 Gary BensonMove ptid.h to common-defs.h
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-05-29 Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-05-22 Pedro AlvesAdd new infrun.h header.