gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / infrun.c
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
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-16  Simon MarchiIntroduce cleanup to restore current_uiout
2016-09-06  Pedro AlvesIntroduce make_cleanup_restore_current_ui
2016-08-09  Pedro AlvesFix PR gdb/20418 - Problems with synchronous commands...
2016-07-15  John BaldwinPass SIGLIBRT directly to child processes.
2016-06-21  Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21  Pedro AlvesFix for spurious prompts in secondary UIs
2016-06-21  Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21  Pedro AlvesAlways process target events in the main UI
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-25  Yao QiForce to insert software single step breakpoint
2016-03-15  Pedro AlvesFix PR gdb/19676: Disable displaced stepping if /proc...
2016-02-18  Walfred TedeschiIntel MPX bound violation handling
2016-01-25  Pedro AlvesFix PR 19461: strange "info thread" behavior in non...
2016-01-18  Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13  Pedro AlvesCentralize thread ID printing
2016-01-13  Pedro AlvesFix PR19388: Can't access $_siginfo in breakpoint ...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30  Pedro Alvesinfrun: Fix TARGET_WAITKIND_NO_RESUMED handling in...
2015-11-30  Pedro AlvesRemote thread create/exit events
2015-11-30  Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-11-17  Yao QiFix gdb.threads/multiple-step-overs.exp fails on arm
2015-11-17  Pedro AlvesType-safe wrapper for enum flags
2015-11-09  Yao QiNew function displaced_step_in_progress_thread
2015-10-30  Pedro AlvesDon't displaced step when there's a breakpoint in the...
2015-10-22  Pedro Alvesgarbage collect gdb/infrun.c:stop_after_trap
2015-10-13  Pedro AlvesFix execution_direction's type
next
This page took 1.170475 seconds and 106 git commands to generate.