aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Fix process-dies-after-detachusers/palves/windows-non-stopPedro Alves1-0/+36
2024-04-26Remove unnecessary get_current_frame calls from infrun.cBernd Edlinger1-20/+4
2024-04-23gdb: remove unused include in infrun.cSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-25gdb: fix b/p conditions with infcalls in multi-threaded inferiorsAndrew Burgess1-14/+50
2024-03-25Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"Andrew Burgess1-5/+7
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-10/+12
2024-02-09gdb: add inferior parameter to breakpoint_init_inferiorSimon Marchi1-2/+2
2024-02-09gdb: add program_space parameter to mark_breakpoints_outSimon Marchi1-1/+1
2024-01-31gdb: remove some unnecessary frame_info_ptr resetsSimon Marchi1-3/+0
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-1/+1
2024-01-21gdb/infrun: lazily load curr_frame_id in process_event_stop_testLancelot SIX1-9/+41
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey1-3/+13
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