Disable record btrace bts support for AMD processors
[binutils-gdb.git] / gdb / infrun.c
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
2018-09-17 Tom TromeyRemove cleanup from infrun.c
2018-09-17 Tom TromeyUse new and delete for struct infcall_suspend_state
2018-08-23 Kevin BuettnerIntroduce find_function_entry_range_from_pc and use...
2018-08-09 Andrew Burgessgdb: Make infrun.c:resume function static
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove exit_inferior_num_silent
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-28 Pedro AlvesFix follow-exec regression / crash
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-12 Andrew Burgessgdb: Run INF_EXEC_COMPLETE handler for additional cases
2018-06-12 Andrew Burgessgdb: Mark async event handler when event is already...
2018-06-12 Andrew Burgessgdb: Fix an infrun debug log message
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-17 Keith SeitzDon't elide all inlined frames
2018-05-02 Pedro AlvesConvert struct target_ops to C++
next