SHF_GNU_RETAIN 7a and 7b tests
[binutils-gdb.git] / gdb / infrun.c
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
2020-01-29 Luis MachadoRecognize more program breakpoint patterns
2020-01-24 Pedro AlvesFix re-runs of a second inferior (PR gdb/25410)
2020-01-21 Simon Marchigdb: fix indentation in infrun.c
2020-01-14 Luis MachadoFix/Update misc comments
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesRequire always-non-stop for multi-target resumptions
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesUse all_non_exited_inferiors in infrun.c
2020-01-10 Pedro AlvesSome get_last_target_status tweaks
2020-01-10 Pedro Alvesswitch inferior/thread before calling target methods
2020-01-10 Pedro AlvesPreserve selected thread in all-stop w/ background...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-17 Bernd EdlingerCheck all inline frames if they are marked for skip
2019-12-02 Luis MachadoRemove stale FIXME comment
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-29 Simon MarchiRemove unused includes in infcmd.c and infrun.c
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-01 Pedro AlvesUse new %p format suffixes in gdb
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-27 Kevin BuettnerFix stepping bug associated with non-contiguous blocks
2019-07-15 Tom TromeyUse field_string in more places
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-22 Tom TromeyConstify target_ops::follow_exec
2019-04-18 Tom de Vries[gdb] Handle vfork in thread with follow-fork-mode...
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-01 Philippe WaroquiersFix internal error and improve 'set debug infrun 1...
2019-03-28 Philippe WaroquiersFix GDB being suspended SIGTTOU when running gdb.multi...
next