Add attribute::as_unsigned method
[binutils-gdb.git] / gdb / infrun.c
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...
2019-03-20 Tom TromeyMerge handle_inferior_event and handle_inferior_event_1
2019-03-19 Tom TromeyDon't show "display"s twice in MI
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-07 Pedro AlvesFix normal_stop latent bug
2019-03-06 Tom TromeyChange displaced_step_clear_cleanup to a forward_scope_exit
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-02-07 Tom TromeyC++-ify struct thread_fsm
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-24 Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-23 Tom TromeyUpdate an obsolete cleanup comment
2019-01-23 Tom TromeyRemove remaining cleanup from fetch_inferior_event
2019-01-23 Tom TromeyRemove cleanup from stop_all_threads
2019-01-23 Tom TromeyRemove make_bpstat_clear_actions_cleanup
2019-01-23 Tom TromeyRemove delete_just_stopped_threads_infrun_breakpoints_c...
2019-01-02 Simon MarchiPlace displaced step data directly in inferior structure
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-12 Andrew Burgessgdb/infcall: Make infcall_suspend_state into a class
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-22 Pedro AlvesFix follow_exec latent problem
2018-11-20 Simon MarchiRemove displaced_step_inferior_state::next
2018-11-19 Simon MarchiUse std::forward_list for displaced_step_inferior_states
2018-10-23 Simon MarchiAvoid GDB SIGTTOU on catch exec + set follow-exec-mode...
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-17 Tom TromeyMake save_infcall_*_state return unique pointers
2018-09-17 Tom TromeyRemove release_stop_context_cleanup
2018-09-17 Tom TromeyRemove two infrun cleanups
2018-09-17 Tom TromeyUse new and delete for struct infcall_control_state
next