aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-11gdb: make debug_infrun a boolSimon Marchi1-8/+7
2020-12-11Use thread_info_ref in stop_contextTom Tromey1-15/+2
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-192/+143
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi1-22/+0
2020-12-04gdb: introduce status enum for displaced step prepare/finishSimon Marchi1-30/+42
2020-12-04gdb: rename displaced_step_fixup to displaced_step_finishSimon Marchi1-8/+8
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-6/+7
2020-12-04gdb: rename things related to step over chainsSimon Marchi1-13/+13
2020-12-04gdb: get rid of get_displaced_stepping_stateSimon Marchi1-30/+14
2020-12-04gdb: restore displaced step buffer bytes when another thread forksSimon Marchi1-13/+15
2020-12-04gdb: clear inferior displaced stepping state and in-line step-over info on execSimon Marchi1-0/+16
2020-12-04gdb: add inferior_execd observableSimon Marchi1-3/+1
2020-11-14Use "bool" in fetch_inferior_eventTom Tromey1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-94/+94
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi1-24/+2
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-49/+48
2020-10-30gdb/infrun: disable pagination in fetch_inferior_eventTankut Baris Aktemur1-0/+6
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves1-33/+7
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi1-5/+1
2020-10-25gdb: make jit.c use the inferior_created inferior parameterSimon Marchi1-1/+1
2020-10-21gdb: fix two comments in infrunSimon Marchi1-3/+2
2020-10-20gdb: change some int to bool in infrun.cSimon Marchi1-70/+71
2020-10-20gdb: fix comment of get_displaced_stepping_stateSimon Marchi1-1/+1
2020-10-13gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)Simon Marchi1-0/+5
2020-10-02gdb: move debug_prefixed_vprintf hereSimon Marchi1-1/+1
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+2
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-09-28Turn target_have_steppable_watchpoint into functionTom Tromey1-3/+3
2020-09-28Turn target_can_lock_scheduler into a functionTom Tromey1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-8/+8
2020-09-28Turn target_can_execute_reverse into functionTom Tromey1-1/+1
2020-09-28Remove target_has_stack macroTom Tromey1-2/+2
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+3
2020-09-16Match demangled name in "skip"Tom Tromey1-5/+7
2020-09-12Fix GDB build in infrun.c when configured with unit tests disabledgdb-10-branchpointJoel Brobecker1-0/+3
2020-09-07gdb/infrun: use switch_to_target_no_thread to switch the targetTankut Baris Aktemur1-7/+2
2020-08-24gdb: add debug_prefixed_vprintfSimon Marchi1-5/+2
2020-08-24gdb: add infrun_debug_printf macroSimon Marchi1-512/+260
2020-08-20gdb: fix typo "breapoint" -> "breakpoint"Tankut Baris Aktemur1-2/+2
2020-08-07gdb: pass target to thread_ptid_changed observableSimon Marchi1-2/+76
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin1-17/+0
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin1-0/+5
2020-07-10Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi1-27/+11
2020-07-10Make handle_no_resumed transfer terminalPedro Alves1-12/+54
2020-07-10Fix handle_no_resumed w/ multiple targetsPedro Alves1-5/+17
2020-07-10Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves1-1/+5
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-4/+4
2020-06-18Don't write to inferior_ptid in infrun.cPedro Alves1-61/+40
2020-05-16Remove ALL_UISTom Tromey1-2/+1
2020-05-14gdb: infrun: consume multiple events at each pass in stop_all_threadsLaurent Morichetti1-132/+136