gdb/amd64: clean up unused variable
[binutils-gdb.git] / gdb / infrun.c
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...
2022-02-22 John BaldwinEnable async mode on supported targets in target_resume.
2022-02-10 Andrew Burgessgdb/infrun: some extra infrun debug print statements
2022-02-07 Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-17 Simon Marchigdb/infrun: rename variable and move to more specific...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-09 Simon Marchigdb: move clearing of tp->pending_follow to follow_fork...
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-22 Simon Marchigdb: rename target_waitstatus_to_string to target_waits...
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-15 Tom de Vries[gdb] Don't use gdb_stdlog for inferior-events
2021-11-11 Simon Marchigdb: fix "set scheduler-locking" thread exit hang
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-28 Simon Marchigdb: use ptid_t::to_string in infrun debug messages
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-09-30 Tom TromeyFix Windows crash from stop_pc change
2021-09-27 Simon Marchigdb: don't share aspace/pspace on fork with "detach...
2021-09-24 Simon Marchigdb: change thread_info::name to unique_xmalloc_ptr...
2021-09-23 Tom TromeyChange ptid_t::tid to ULONGEST
2021-09-08 Andrew Burgessgdb: make thread_suspend_state::stop_pc optional
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-08-31 Simon Marchigdb: remove breakpoint_find_if
2021-08-10 Simon Marchigdb: iterate only on vfork parent threads in handle_vfo...
2021-08-05 Simon Marchigdb: use ptid_t::to_string in print_target_wait_results
2021-08-04 Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-15 Simon Marchigdb: pass child_ptid and fork kind to target_ops::follo...
2021-07-15 Simon Marchigdb: call post_create_inferior at end of follow_fork_in...
2021-07-13 Simon Marchigdb: maintain ptid -> thread map, optimize find_thread_ptid
2021-07-13 Simon Marchigdb: optimize selection of resumed thread with pending...
2021-07-13 Simon Marchigdb: optimize check for resumed threads with pending...
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-07-13 Simon Marchigdb: add setter / getter for thread_info resumed state
2021-07-13 Simon Marchigdb: use intrusive list for step-over chain
2021-07-13 Pedro Alvesgdb: make inferior_list use intrusive_list
2021-07-08 Lancelot SIXRemove unused parameter in maybe_software_singlestep
2021-06-22 Simon Marchigdb: remove unnecessary parameter wait_ptid from do_tar...
2021-06-08 Simon Marchigdb: try to load libthread_db only after reading all...
2021-06-01 John BaldwinConditionally restore displaced stepping state after...
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-13 Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-05-13 Simon Marchigdb: call target_follow_exec when "set follow-exec...
2021-04-29 Simon Marchigdb: move some variables to an inner scope in save_wait...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-07 Simon Marchigdb: make target_ops::follow_fork return void
2021-03-26 Simon Marchigdb: defer commit resume until all available events...
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-24 Simon Marchigdb: move all "current target" wrapper implementations...
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-17 Simon Marchigdb: remove unneeded argument in check_multi_target_res...
2021-02-04 Simon Marchigdb: make async event handlers clear themselves
2021-02-03 Simon Marchigdb: infrun: move stop_soon variable to inner scoped...
2021-02-03 Pedro Alvesdetach in all-stop with threads running
2021-02-03 Pedro Alvesdetach with in-line step over in progress
2021-02-03 Pedro Alvesprepare_for_detach and ongoing displaced stepping
2021-02-03 Pedro Alvesprepare_for_detach: don't release scoped_restore at...
2021-02-03 Pedro AlvesFactor out after-stop event handling code from stop_all...
2021-02-03 Pedro AlvesFix attaching in non-stop mode (PR gdb/27055)
2021-01-29 Tom de Vries[gdb/breakpoint] Fix stepping past non-stmt line-table...
2021-01-21 Simon Marchigdb: make some variables static
2021-01-12 Simon Marchigdb: fix indentation in infrun.c
2021-01-04 Simon Marchigdb: introduce scoped debug prints
2021-01-04 Simon Marchigdb: use infrun_debug_printf in print_target_wait_results
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Simon Marchigdb: make debug_infrun a bool
2020-12-11 Tom TromeyUse thread_info_ref in stop_context
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: move displaced stepping types to displaced-steppin...
2020-12-04 Simon Marchigdb: introduce status enum for displaced step prepare...
next