]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/infrun.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / infrun.c
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
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-18  Markus Metzgerinfrun: scheduler-locking replay
2015-09-18  Markus Metzgerinfrun: switch to NO_HISTORY thread
2015-09-14  Pedro AlvesBail out of processing stop if hook-stop resumes target...
2015-09-11  Don BreazealExtended-remote follow-exec
2015-09-09  Pedro AlvesGarbage collect thread continuations
2015-09-09  Pedro AlvesConvert infcalls to thread_fsm mechanism
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-09  Pedro AlvesMerge async and sync code paths some more
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-26  Don BreazealFix native follow-exec-mode "new"
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-20  Pedro Alvesremote non-stop: Process initially stopped threads...
2015-08-10  Joel Brobeckergdb/infrun.c: Various trivial ARI fixes.
2015-08-07  Pedro AlvesPPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displace...
2015-08-07  Pedro AlvesDisable displaced stepping if trying it fails
2015-08-07  Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-08-07  Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-07  Pedro AlvesFactor out code to re-resume stepped thread
2015-08-07  Pedro AlvesAdd comments to currently_stepping and target_resume
2015-08-07  Pedro AlvesMisc switch_back_to_stepped_thread cleanups
2015-08-07  Pedro AlvesUse keep_going in proceed and start_step_over too
2015-08-07  Pedro AlvesEmbed the pending step-over chain in thread_info objects
next