Recognize more program breakpoint patterns
[binutils-gdb.git] / gdb / infrun.c
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++
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-04-13 Markus Metzgerinfrun: step through indirect branch thunks
2018-04-10 Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
2018-04-07 Simon MarchiReplace make_cleanup_restore_current_traceframe with...
2018-03-19 Tom TromeyConvert observers to C++
2018-03-03 Simon MarchiC++ify program_space
2018-02-21 Yao QiClass readonly_detached_regcache
2018-02-21 Yao QiRemove regcache_save and regcache_cpy
2018-02-14 Tom TromeyReturn unique_xmalloc_ptr from some solib.c functions
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-12 Andreas ArnezFix GDB hang with remote after error from resume
2018-01-11 Pedro Alvesgdb.base/breakpoint-in-ro-region.exp regression on...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-23 Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-16 Pedro AlvesDon't ever Quit out of resume
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-04 Tom TromeyIntroduce gdb_breakpoint_up
next