Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / infrun.c
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"
2020-08-07  Simon Marchigdb: pass target to thread_ptid_changed observable
2020-07-22  John BaldwinRetire the now-unused gdbarch handle_segmentation_fault...
2020-07-22  John BaldwinAdd a new gdbarch hook to report additional signal...
2020-07-10  Simon MarchiFix GDB busy loop when interrupting non-stop program...
2020-07-10  Pedro AlvesMake handle_no_resumed transfer terminal
2020-07-10  Pedro AlvesFix handle_no_resumed w/ multiple targets
2020-07-10  Pedro AlvesAvoid constant stream of TARGET_WAITKIND_NO_RESUMED
2020-07-02  Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-06-18  Pedro AlvesDon't write to inferior_ptid in infrun.c
2020-05-16  Tom TromeyRemove ALL_UIS
2020-05-14  Laurent Morichettigdb: infrun: consume multiple events at each pass in...
2020-05-14  Tankut Baris Aktemurgdb/infrun: handle already-exited threads when attempti...
2020-05-14  Tankut Baris Aktemurgdb/infrun: enable/disable thread events of all targets...
2020-05-14  Tankut Baris Aktemurgdb/infrun: extract out a code piece into 'mark_non_exe...
2020-05-14  Tankut Baris Aktemurgdb/infrun: move a 'regcache_read_pc' call down to...
2020-05-14  Tankut Baris Aktemurgdb: protect some 'regcache_read_pc' calls
2020-05-08  Tom de Vries[gdb] Fix stepping over fork with follow-fork-mode...
2020-04-21  Tankut Baris Aktemurgdb/infrun: switch the context before 'displaced_step_r...
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13  Tom TromeyIntroduce async-event.[ch]
2020-04-13  Tom TromeyMove gdb_select.h to gdbsupport/
2020-04-01  Tankut Baris Aktemurgdb/infrun: stop all threads if there exists a non...
2020-03-24  Simon Marchigdb: bool-ify follow_fork
2020-03-10  Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-03-06  Simon MarchiPass thread_info pointer to various inferior control...
2020-03-02  Simon MarchiSmall clean up of use_displaced_stepping
2020-03-02  Andrew Burgessgdb/remote: Restore support for 'S' stop reply packet
2020-02-14  Simon Marchigdb: make gdbarch_displaced_step_copy_insn return an...
2020-02-14  Simon Marchigdb: cleanup of displaced_step_inferior_state::reset...
2020-02-04  Simon MarchiChange ints to bools around thread_info executing/resumed
next
This page took 0.535626 seconds and 106 git commands to generate.