Support command-line redirection in native MS-Windows debugging
[external/binutils.git] / gdb / infrun.c
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
2015-08-07 Pedro AlvesMake thread_still_needs_step_over consider stepping_ove...
2015-08-07 Pedro AlvesChange adjust_pc_after_break's prototype
2015-08-07 Pedro AlvesFix and test "checkpoint" in non-stop mode
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-06-29 Pedro AlvesPR threads/18127 - threads spawned by infcall end up...
2015-06-25 Gary BensonRemove gdb_sysroot NULL checks
2015-06-23 Doug Evansinferior.h (struct inferior_suspend_state): Delete...
2015-05-28 Don BreazealMake remote follow fork 'Detaching' message match native
2015-05-20 Joel BrobeckerMemory leak reading frame register during inferior...
2015-05-13 Jan KratochvilRemove stop_registers
2015-04-29 Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-28 Gary BensonUse exec_file_find to prepend gdb_sysroot in follow_exec
2015-04-16 Yao QiHonour software single step in fallback of displaced...
2015-04-11 Jan KratochvilRemove --xdb
2015-04-10 Pedro AlvesPPC64: Fix step-over-trips-on-watchpoint.exp with displ...
2015-04-10 Pedro AlvesFix gdb.base/sigstep.exp with displaced stepping on...
2015-04-10 Pedro Alvesgdb/18216: displaced step+deliver signal, a thread...
2015-04-07 Pedro Alvesupdate thread list, delete exited threads
2015-04-07 Pedro AlvesDisplaced stepping debug: fetch the right regcache
2015-04-01 Pedro Alvesinfrun.c:resume: currently_stepping after clearing...
2015-04-01 Pedro AlvesMake print_target_wait_results print the whole ptid
2015-04-01 Pedro Alveskeep_going: Add missing discard_cleanups call
2015-04-01 Pedro Alveswait_for_inferior and errors thrown from target_wait
2015-04-01 Pedro AlvesUse do_target_resume when stepping past permanent break...
2015-03-24 Pedro AlvesFix switch_back_to_stepped_thread comment references
2015-03-24 Pedro AlvesShuffle user_visible_resume_ptid
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-24 Pedro AlvesMake "set scheduler-locking step" depend on user intent...
2015-03-24 Pedro AlvesMake step_start_function be per thread
2015-03-24 Pedro AlvesNo longer handle negative 'step' in 'proceed'
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-04 Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04 Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-03-04 Pedro Alvesfollow-fork: don't lose the ptids as set by the target
2015-03-03 Pedro Alvesfollow-exec: delete all non-execing threads
2015-02-11 Pedro AlvesFix adjust_pc_after_break, remove still current thread...
2015-02-10 Pedro Alvesdisplaced_step_fixup may access memory from the wrong...
2015-01-14 Pedro AlvesPR cli/17828: -batch -ex r breaks terminal
next