aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-02PowerPC and aarch64: Fix reverse stepping failureCarl Love1-0/+57
2023-12-20Step over thread exit, always delete the thread non-silentlyPedro Alves1-4/+7
2023-12-20displaced_step_finish: Don't fetch the regcache of exited threadsPedro Alves1-7/+12
2023-12-20Ensure selected thread after thread exit stopPedro Alves1-0/+7
2023-11-28[gdb] Fix segfault in for_each_block, part 2Tom de Vries1-5/+11
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries1-24/+23
2023-11-27gdb: make catch_syscall_enabled return boolSimon Marchi1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-6/+6
2023-11-20gdb/infrun: simplify process_event_stop_testGuinevere Larsen1-12/+6
2023-11-20gdb/record: print frame information when exiting a recursive callGuinevere Larsen1-0/+18
2023-11-17gdb: pass address_space to target dcache functionsSimon Marchi1-3/+3
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-13/+10
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-22/+21
2023-11-13Cancel execution command on thread exit, when stepping, nexting, etc.Pedro Alves1-10/+63
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves1-8/+33
2023-11-13stop_all_threads: (re-)enable async before waiting for stopsPedro Alves1-0/+81
2023-11-13gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves1-16/+155
2023-11-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves1-5/+10
2023-11-13Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to corePedro Alves1-5/+27
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-1/+62
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves1-70/+88
2023-11-13gdb/linux: Delete all other LWPs immediately on ptrace exec eventPedro Alves1-5/+3
2023-11-08rs6000, Fix Linux DWARF register mappingCarl Love1-0/+13
2023-10-10gdb: remove target_gdbarchSimon Marchi1-4/+7
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-4/+4
2023-08-23gdb: remove the silent parameter from exit_inferior_1 and cleanupAndrew Burgess1-1/+1
2023-08-16gdb: fix vfork regressions when target-non-stop is offAndrew Burgess1-3/+5
2023-08-03gdb: avoid double stop after failed breakpoint condition checkAndrew Burgess1-1/+15
2023-07-17gdb: additional debug output in infrun.c and linux-nat.cAndrew Burgess1-4/+24
2023-07-17gdb: don't resume vfork parent while child is still runningAndrew Burgess1-4/+20
2023-07-17gdb, infrun: refactor part of `proceed` into separate functionMihails Strasuns1-69/+86
2023-07-17gdb: fix an issue with vfork in non-stop modeAndrew Burgess1-12/+22
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-05-30gdb: add interp::on_about_to_proceed methodSimon Marchi1-1/+11
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-0/+8
2023-05-30gdb: add interp::on_sync_execution_done methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_no_history methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_exited methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_signal_exited methodSimon Marchi1-1/+1
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-6/+13
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-2/+12
2023-05-25gdb: add breakpoint::first_loc methodsSimon Marchi1-5/+6
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-04-24gdb: remove end_stepping_range observableSimon Marchi1-12/+0
2023-04-17gdb: switch to right inferior in fetch_inferior_eventSimon Marchi1-3/+7
2023-04-17gdb: make regcache::raw_update switch to right inferiorSimon Marchi1-1/+1
2023-04-17gdb: add inferior_forked observableSimon Marchi1-0/+2
2023-04-17gdb: pass execing and following inferior to inferior_execd observersSimon Marchi1-18/+21
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-6/+6