summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove unnecessary parameter wait_ptid from do_target_waitSimon Marchi2021-06-221-7/+5
* gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi2021-06-081-0/+5
* Conditionally restore displaced stepping state after fork.John Baldwin2021-06-011-4/+12
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-2/+3
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-12/+12
* gdb: call target_follow_exec when "set follow-exec-mode" is "same"Simon Marchi2021-05-131-0/+1
* gdb: move some variables to an inner scope in save_waitstatusSimon Marchi2021-04-291-3/+2
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-5/+7
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-2/+4
* gdb: defer commit resume until all available events are consumedSimon Marchi2021-03-261-0/+12
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-19/+207
* gdb: remove current_top_target functionSimon Marchi2021-03-241-6/+10
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-241-1/+2
* gdb: remove push_target free functionsSimon Marchi2021-03-231-3/+3
* gdb: remove unneeded argument in check_multi_target_resumptionSimon Marchi2021-03-171-1/+1
* gdb: make async event handlers clear themselvesSimon Marchi2021-02-041-0/+1
* gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi2021-02-031-66/+66
* detach in all-stop with threads runningPedro Alves2021-02-031-52/+111
* detach with in-line step over in progressPedro Alves2021-02-031-4/+41
* prepare_for_detach and ongoing displaced steppingPedro Alves2021-02-031-57/+67
* prepare_for_detach: don't release scoped_restore at the endPedro Alves2021-02-031-6/+1
* Factor out after-stop event handling code from stop_all_threadsPedro Alves2021-02-031-138/+152
* Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves2021-02-031-15/+5
* [gdb/breakpoint] Fix stepping past non-stmt line-table entriesTom de Vries2021-01-291-8/+25
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* gdb: fix indentation in infrun.cSimon Marchi2021-01-121-1/+1
* gdb: introduce scoped debug printsSimon Marchi2021-01-041-0/+9
* gdb: use infrun_debug_printf in print_target_wait_resultsSimon Marchi2021-01-041-25/+11
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make debug_infrun a boolSimon Marchi2020-12-111-8/+7
* Use thread_info_ref in stop_contextTom Tromey2020-12-111-15/+2
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-192/+143
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-12-041-22/+0
* gdb: introduce status enum for displaced step prepare/finishSimon Marchi2020-12-041-30/+42
* gdb: rename displaced_step_fixup to displaced_step_finishSimon Marchi2020-12-041-8/+8
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-6/+7
* gdb: rename things related to step over chainsSimon Marchi2020-12-041-13/+13
* gdb: get rid of get_displaced_stepping_stateSimon Marchi2020-12-041-30/+14
* gdb: restore displaced step buffer bytes when another thread forksSimon Marchi2020-12-041-13/+15
* gdb: clear inferior displaced stepping state and in-line step-over info on execSimon Marchi2020-12-041-0/+16
* gdb: add inferior_execd observableSimon Marchi2020-12-041-3/+1
* Use "bool" in fetch_inferior_eventTom Tromey2020-11-141-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-94/+94
* gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi2020-10-311-24/+2
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-49/+48
* gdb/infrun: disable pagination in fetch_inferior_eventTankut Baris Aktemur2020-10-301-0/+6
* Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves2020-10-301-33/+7
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-5/+1
* gdb: make jit.c use the inferior_created inferior parameterSimon Marchi2020-10-251-1/+1