summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)Author
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi
2021-02-03gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi
2021-02-03detach in all-stop with threads runningPedro Alves
2021-02-03detach with in-line step over in progressPedro Alves
2021-02-03prepare_for_detach and ongoing displaced steppingPedro Alves
2021-02-03prepare_for_detach: don't release scoped_restore at the endPedro Alves
2021-02-03Factor out after-stop event handling code from stop_all_threadsPedro Alves
2021-02-03Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves
2021-01-29[gdb/breakpoint] Fix stepping past non-stmt line-table entriesTom de Vries
2021-01-20gdb: make some variables staticSimon Marchi
2021-01-12gdb: fix indentation in infrun.cSimon Marchi
2021-01-04gdb: introduce scoped debug printsSimon Marchi
2021-01-04gdb: use infrun_debug_printf in print_target_wait_resultsSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-11gdb: make debug_infrun a boolSimon Marchi
2020-12-11Use thread_info_ref in stop_contextTom Tromey
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: introduce status enum for displaced step prepare/finishSimon Marchi
2020-12-04gdb: rename displaced_step_fixup to displaced_step_finishSimon 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-12-04gdb: get rid of get_displaced_stepping_stateSimon Marchi
2020-12-04gdb: restore displaced step buffer bytes when another thread forksSimon Marchi
2020-12-04gdb: clear inferior displaced stepping state and in-line step-over info on execSimon Marchi
2020-12-04gdb: add inferior_execd observableSimon Marchi
2020-11-14Use "bool" in fetch_inferior_eventTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi
2020-10-30gdb/infrun: disable pagination in fetch_inferior_eventTankut Baris Aktemur
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi
2020-10-25gdb: make jit.c use the inferior_created inferior parameterSimon Marchi
2020-10-21gdb: fix two comments in infrunSimon Marchi
2020-10-20gdb: change some int to bool in infrun.cSimon Marchi
2020-10-20gdb: fix comment of get_displaced_stepping_stateSimon Marchi
2020-10-13gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)Simon Marchi
2020-10-02gdb: move debug_prefixed_vprintf hereSimon Marchi
2020-10-02gdb: give names to async event/signal handlersSimon Marchi
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi
2020-09-28Turn target_have_steppable_watchpoint into functionTom Tromey
2020-09-28Turn target_can_lock_scheduler into a functionTom Tromey
2020-09-28Remove target_has_execution macroTom Tromey
2020-09-28Turn target_can_execute_reverse into functionTom Tromey
2020-09-28Remove target_has_stack macroTom Tromey
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-09-16Match demangled name in "skip"Tom Tromey
2020-09-12Fix GDB build in infrun.c when configured with unit tests disabledJoel Brobecker
2020-09-07gdb/infrun: use switch_to_target_no_thread to switch the targetTankut Baris Aktemur