aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-170/+145
2021-07-12gdb: add setter / getter for thread_info resumed stateSimon Marchi1-22/+22
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi1-19/+20
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves1-11/+19
2021-07-09Remove unused parameter in maybe_software_singlestepLancelot SIX1-8/+7
2021-06-22gdb: remove unnecessary parameter wait_ptid from do_target_waitSimon Marchi1-7/+5
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi1-0/+5
2021-06-01Conditionally restore displaced stepping state after fork.John Baldwin1-4/+12
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-2/+3
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-12/+12
2021-05-13gdb: call target_follow_exec when "set follow-exec-mode" is "same"Simon Marchi1-0/+1
2021-04-29gdb: move some variables to an inner scope in save_waitstatusSimon Marchi1-3/+2
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-5/+7
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-2/+4
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi1-0/+12
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-19/+207
2021-03-24gdb: remove current_top_target functionSimon Marchi1-6/+10
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-1/+2
2021-03-23gdb: remove push_target free functionsSimon Marchi1-3/+3
2021-03-17gdb: remove unneeded argument in check_multi_target_resumptionSimon Marchi1-1/+1
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi1-0/+1
2021-02-03gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi1-66/+66
2021-02-03detach in all-stop with threads runningPedro Alves1-52/+111
2021-02-03detach with in-line step over in progressPedro Alves1-4/+41
2021-02-03prepare_for_detach and ongoing displaced steppingPedro Alves1-57/+67
2021-02-03prepare_for_detach: don't release scoped_restore at the endPedro Alves1-6/+1
2021-02-03Factor out after-stop event handling code from stop_all_threadsPedro Alves1-138/+152
2021-02-03Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves1-15/+5
2021-01-29[gdb/breakpoint] Fix stepping past non-stmt line-table entriesTom de Vries1-8/+25
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-12gdb: fix indentation in infrun.cSimon Marchi1-1/+1
2021-01-04gdb: introduce scoped debug printsSimon Marchi1-0/+9
2021-01-04gdb: use infrun_debug_printf in print_target_wait_resultsSimon Marchi1-25/+11
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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