summaryrefslogtreecommitdiff
path: root/gdb/infrun.h
AgeCommit message (Expand)Author
2022-05-03gdb: add some additional thread status debug outputAndrew Burgess
2022-04-04gdb/infrun: add inferior parameters to stop_all_threads and restart_threadsSimon Marchi
2022-03-31gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi
2022-03-14Replace deprecated_target_wait_hook by observersPatrick Monnerat
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi
2021-05-08gdb: add missing space in infrun_debug_printfSimon Marchi
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi
2021-02-03detach in all-stop with threads runningPedro Alves
2021-01-04gdb: introduce scoped debug printsSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-11gdb: make debug_infrun a boolSimon Marchi
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi
2020-12-04gdb: rename things related to step over chainsSimon Marchi
2020-10-31gdb: restore some checks of debug flagsAndrew Burgess
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi
2020-09-25gdb: fix formatting of _debug_printf macrosSimon Marchi
2020-08-24gdb: add infrun_debug_printf macroSimon Marchi
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi
2020-03-06Pass thread_info pointer to various inferior control functionsSimon Marchi
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi
2020-02-14gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clearSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-10Some get_last_target_status tweaksPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-19Don't show "display"s twice in MITom Tromey
2019-01-02Place displaced step data directly in inferior structureSimon Marchi
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-09gdb: Make infrun.c:resume function staticAndrew Burgess
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-04-25Force to insert software single step breakpointYao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves
2015-10-13Fix execution_direction's typePedro Alves
2015-09-14Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves
2015-09-09Convert infcalls to thread_fsm mechanismPedro Alves
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves
2015-09-09Merge async and sync code paths some morePedro Alves