target_pass_signals/target_program_signals: Use gdb::array_view
[deliverable/binutils-gdb.git] / gdb / infrun.c
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
2017-11-02  Yao Qiconst-fy regcache::m_aspace
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21  Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-10  Pedro AlvesEliminate catch_errors
2017-10-09  Pedro AlvesMulti-arch exec, more register reading avoidance
2017-10-03  Tom TromeyChange record_full_gdb_operation_disable_set not to...
2017-09-30  Tom TromeyRemove make_cleanup_defer_target_commit_resume
2017-09-26  Tom TromeyRemove regcache_xfree
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-05  Simon MarchiAdd thread after updating gdbarch when exec'ing
2017-09-05  Simon MarchiRead stop_pc after updating the gdbarch when exec'ing
2017-09-04  Pedro AlvesKill init_sal
2017-09-03  Simon MarchiMake target_waitstatus_to_string return an std::string
2017-08-22  Simon MarchiRename some command functions
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-08-11  Pedro AlvesMore gdb/skip.c C++ification
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-07-25  Yao QiCatch exceptions thrown from gdbarch_skip_prologue
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-09  Simon Marchigdbarch: Remove displaced_step_free_closure
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-19  Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
2017-04-13  Pedro AlvesFix follow-fork latent bug
2017-04-10  Yao QiDon't delete thread_info if refcount isn't zero
2017-03-08  Pedro AlvesFix PR18360 - internal error when using "interrupt -a"
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Doug Evansinfrun.c (set_step_over_info): Add comment.
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/infrun.c
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-10-26  Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26  Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_uiout
2016-10-21  Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-21  Tom TromeyUse scoped_restore for current_ui
next
This page took 0.492336 seconds and 107 git commands to generate.