]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/infrun.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / infrun.c
9 days ago  Bernd EdlingerRemove unnecessary get_current_frame calls from infrun.c
12 days ago  Simon Marchigdb: remove unused include in infrun.c
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-25  Andrew Burgessgdb: fix b/p conditions with infcalls in multi-threaded...
2024-03-25  Andrew BurgessRevert "gdb: remove unnecessary parameter wait_ptid...
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-09  Simon Marchigdb: add inferior parameter to breakpoint_init_inferior
2024-02-09  Simon Marchigdb: add program_space parameter to mark_breakpoints_out
2024-01-31  Simon Marchigdb: remove some unnecessary frame_info_ptr resets
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-21  Lancelot SIXgdb/infrun: lazily load curr_frame_id in process_event_...
2024-01-19  Aaron Mereygdb: Buffer output streams during events that might...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-02  Carl LovePowerPC and aarch64: Fix reverse stepping failure
2023-12-20  Pedro AlvesStep over thread exit, always delete the thread non...
2023-12-20  Pedro Alvesdisplaced_step_finish: Don't fetch the regcache of...
2023-12-20  Pedro AlvesEnsure selected thread after thread exit stop
2023-11-28  Tom de Vries[gdb] Fix segfault in for_each_block, part 2
2023-11-28  Tom de Vries[gdb] Fix segfault in for_each_block, part 1
2023-11-27  Simon Marchigdb: make catch_syscall_enabled return bool
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-20  Guinevere Larsengdb/infrun: simplify process_event_stop_test
2023-11-20  Guinevere Larsengdb/record: print frame information when exiting a...
2023-11-17  Simon Marchigdb: pass address_space to target dcache functions
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove regcache's address space
2023-11-13  Pedro AlvesCancel execution command on thread exit, when stepping...
2023-11-13  Pedro AlvesDon't resume new threads if scheduler-locking is in...
2023-11-13  Pedro Alvesstop_all_threads: (re-)enable async before waiting...
2023-11-13  Pedro Alvesgdb: clear step over information on thread exit (PR...
2023-11-13  Pedro AlvesIntroduce GDB_THREAD_OPTION_EXIT thread option, fix...
2023-11-13  Pedro AlvesMove deleting thread on TARGET_WAITKIND_THREAD_EXITED...
2023-11-13  Pedro AlvesThread options & clone events (core + remote)
2023-11-13  Pedro AlvesStep over clone syscall w/ breakpoint, TARGET_WAITKIND_...
2023-11-13  Pedro Alvesgdb/linux: Delete all other LWPs immediately on ptrace...
2023-11-08  Carl Lovers6000, Fix Linux DWARF register mapping
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-10  Simon Marchigdb: add inferior::{arch, set_arch}
2023-08-23  Andrew Burgessgdb: remove the silent parameter from exit_inferior_1...
2023-08-16  Andrew Burgessgdb: fix vfork regressions when target-non-stop is off
2023-08-03  Andrew Burgessgdb: avoid double stop after failed breakpoint conditio...
2023-07-17  Andrew Burgessgdb: additional debug output in infrun.c and linux...
2023-07-17  Andrew Burgessgdb: don't resume vfork parent while child is still...
2023-07-17  Mihails Strasunsgdb, infrun: refactor part of `proceed` into separate...
2023-07-17  Andrew Burgessgdb: fix an issue with vfork in non-stop mode
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-05-30  Simon Marchigdb: add interp::on_about_to_proceed method
2023-05-30  Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-30  Simon Marchigdb: add interp::on_sync_execution_done method
2023-05-30  Simon Marchigdb: add interp::on_no_history method
2023-05-30  Simon Marchigdb: add interp::on_exited method
2023-05-30  Simon Marchigdb: add interp::on_signal_exited method
2023-05-30  Simon Marchigdb: add interp::on_normal_stop method
2023-05-30  Simon Marchigdb: add interp::on_signal_received method
2023-05-25  Simon Marchigdb: add breakpoint::first_loc methods
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-24  Simon Marchigdb: remove end_stepping_range observable
2023-04-17  Simon Marchigdb: switch to right inferior in fetch_inferior_event
2023-04-17  Simon Marchigdb: make regcache::raw_update switch to right inferior
2023-04-17  Simon Marchigdb: add inferior_forked observable
2023-04-17  Simon Marchigdb: pass execing and following inferior to inferior_ex...
2023-04-05  Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-04-05  Simon Marchigdb: make find_thread_ptid an inferior method
2023-04-03  Andrew Burgessgdb: cleanup around some set_momentary_breakpoint_at_pc...
2023-03-29  Andrew Burgessgdb: move displaced_step_dump_bytes into gdbsupport...
2023-03-29  Andrew Burgessgdb: more debug output for displaced stepping
2023-03-27  Pedro Alvesdisplaced step: pass down target_waitstatus instead...
2023-03-17  Carl LovePowerPC: fix for gdb.reverse/finish-precsave.exp and...
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-27  Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-27  Pedro AlvesRemove infrun_thread_thread_exit observer
2023-02-27  Pedro Alvesall-stop "follow-fork parent" and selecting another...
2023-02-27  Pedro AlvesMake follow_fork not rely on get_last_target_status
2023-02-27  Pedro AlvesImprove "info program"
2023-02-27  Pedro AlvesConvert previous_inferior_ptid to strong reference...
2023-02-19  Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-15  Pedro AlvesDon't throw quit while handling inferior events, part II
2023-02-15  Pedro AlvesDon't throw quit while handling inferior events
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_computed_value into static "constructor"
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_offset into method
2023-02-13  Tom TromeyTurn value_type into method
2023-02-03  Simon Marchigdb: remove copy_inferior_target_desc_info
2023-01-18  Carl LoveRevert "X86: reverse-finish fix"
2023-01-18  Carl LoveRevert "PowerPC: fix for gdb.reverse/finish-precsave...
2023-01-17  Carl LovePowerPC: fix for gdb.reverse/finish-precsave.exp and...
2023-01-17  Carl LoveX86: reverse-finish fix
2023-01-13  Andrew Burgessgdb/infrun: add debug print in print_signal_received_reason
2023-01-13  Andrew Burgessgdb: int to bool conversion for normal_stop
2023-01-06  Bruno Larsengdb/mi: add no-history stop reason
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-28  Tom TromeyRemove reset_ecs and execution_control_state::reset
2022-11-27  Philippe WaroquiersUse false/true for some inferior class members instead...
2022-11-17  Tom TromeyUse boolean literals for pagination_enabled
2022-11-17  Carl LoveChange NULL to nullptr in gdb/infcmd.c and gdb/infrun.c
2022-11-09  Lancelot SIXFix stepping in rtld without debug symbol
2022-10-28  Tom TromeyConvert compunit_language to a method
2022-10-25  Simon Marchigdb: remove spurious spaces after frame_info_ptr
next