gdb/linux: Delete all other LWPs immediately on ptrace exec event
[binutils-gdb.git] / gdb / infrun.c
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
2022-10-21 Bruno Larsengdb/reverse: Fix stepping over recursive functions
2022-10-20 Kevin BuettnerAllow debugging of runtime loader / dynamic linker
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyRemove frame_id_eq
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-07-28 Tom TromeyChange address_space to use new and delete
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-07-20 Pedro AlvesDon't stop all threads prematurely after first step...
2022-07-18 Tom TromeyRemove ui_register_input_event_handler
2022-05-03 Andrew Burgessgdb: add some additional thread status debug output
2022-04-29 Simon Marchigdb/infrun: make fetch_inferior_event restore thread...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-25 Lancelot SIXgdb/infrun: assert !step_over_info_valid_p in restart_t...
2022-04-22 Simon Marchigdb: handle_no_resumed: only update thread list of...
2022-04-22 Simon Marchigdb: prune inferiors at end of fetch_inferior_event...
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-05 Simon Marchigdb: resume ongoing step after handling fork or vfork
2022-04-05 Simon Marchigdb: fix handling of vfork by multi-threaded program...
2022-04-05 Simon Marchigdb/infrun: add logging statement to do_target_resume
2022-04-05 Simon Marchigdb/infrun: add inferior parameters to stop_all_threads...
2022-04-05 Simon Marchigdb: replace inferior::waiting_for_vfork_done with...
2022-03-31 Tom TromeyRemove dbx mode
2022-03-31 Simon Marchigdb/infrun: add reason parameter to stop_all_threads
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-21 Pedro AlvesWatchpoint followed by catchpoint misreports watchpoint...
2022-03-18 Pedro AlvesFix crash with stepi, no debug info, and "set debug...
2022-03-14 Patrick MonneratReplace deprecated_target_wait_hook by observers
2022-03-07 Pedro AlvesRemove unnecessary inferior lookup in infrun:handle_one
2022-03-06 Simon Marchigdb: remove internalvar_funcs::destroy
2022-02-24 John BaldwinRevert "do_target_wait_1: Clear TARGET_WNOHANG if the...
2022-02-22 John Baldwindo_target_wait_1: Clear TARGET_WNOHANG if the target...
next