gdb Power 9 add test for HW watchpoint support.
[binutils-gdb.git] / gdb / infrun.c
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...
2020-12-04 Simon Marchigdb: rename displaced_step_fixup to displaced_step_finish
2020-12-04 Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-12-04 Simon Marchigdb: rename things related to step over chains
2020-12-04 Simon Marchigdb: get rid of get_displaced_stepping_state
2020-12-04 Simon Marchigdb: restore displaced step buffer bytes when another...
2020-12-04 Simon Marchigdb: clear inferior displaced stepping state and in...
2020-12-04 Simon Marchigdb: add inferior_execd observable
2020-11-14 Tom TromeyUse "bool" in fetch_inferior_event
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-31 Simon Marchigdb, gdbsupport: add debug_prefixed_printf, remove...
2020-10-30 Simon Marchigdb: introduce displaced_debug_printf
2020-10-30 Tankut Baris Aktemurgdb/infrun: disable pagination in fetch_inferior_event
2020-10-30 Pedro AlvesMake scoped_restore_current_thread's cdtors exception...
2020-10-29 Simon Marchigdb: remove parameter of gdbarch_displaced_step_hw_sing...
2020-10-25 Simon Marchigdb: make jit.c use the inferior_created inferior parameter
2020-10-21 Simon Marchigdb: fix two comments in infrun
2020-10-20 Simon Marchigdb: change some int to bool in infrun.c
2020-10-20 Simon Marchigdb: fix comment of get_displaced_stepping_state
2020-10-13 Simon Marchigdb: don't pass TARGET_WNOHANG to targets that can...
2020-10-02 Simon Marchigdb: move debug_prefixed_vprintf here
2020-10-02 Simon Marchigdb: give names to async event/signal handlers
2020-10-02 Simon Marchigdb: remove arguments from inferior_created observable
2020-09-29 Tom TromeyTurn target_have_steppable_watchpoint into function
2020-09-29 Tom TromeyTurn target_can_lock_scheduler into a function
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-29 Tom TromeyTurn target_can_execute_reverse into function
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-09-16 Tom TromeyMatch demangled name in "skip"
2020-09-12 Joel BrobeckerFix GDB build in infrun.c when configured with unit...
2020-09-07 Tankut Baris Aktemurgdb/infrun: use switch_to_target_no_thread to switch...
2020-08-24 Simon Marchigdb: add debug_prefixed_vprintf
2020-08-24 Simon Marchigdb: add infrun_debug_printf macro
2020-08-20 Tankut Baris Aktemurgdb: fix typo "breapoint" -> "breakpoint"
next