aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves1-1/+1
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-0/+1
2016-07-15Pass SIGLIBRT directly to child processes.John Baldwin1-0/+2
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-16/+7
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves1-0/+14
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-33/+81
2016-06-21Always process target events in the main UIPedro Alves1-0/+6
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-2/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-8/+0
2016-04-25Force to insert software single step breakpointYao Qi1-4/+20
2016-03-15Fix PR gdb/19676: Disable displaced stepping if /proc not mountedPedro Alves1-1/+2
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-0/+18
2016-01-25Fix PR 19461: strange "info thread" behavior in non-stopPedro Alves1-0/+11
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-8/+22
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-3/+3
2016-01-13Centralize thread ID printingPedro Alves1-1/+1
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves1-21/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop modePedro Alves1-13/+98
2015-11-30Remote thread create/exit eventsPedro Alves1-1/+30
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-4/+14
2015-11-17Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi1-6/+9
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-6/+8
2015-11-09New function displaced_step_in_progress_threadYao Qi1-3/+19
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves1-0/+23
2015-10-22garbage collect gdb/infrun.c:stop_after_trapPedro Alves1-22/+0
2015-10-13Fix execution_direction's typePedro Alves1-2/+14
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-09-18infrun: scheduler-locking replayMarkus Metzger1-6/+33
2015-09-18infrun: switch to NO_HISTORY threadMarkus Metzger1-1/+7
2015-09-14Bail out of processing stop if hook-stop resumes target / changes contextPedro Alves1-13/+135
2015-09-11Extended-remote follow-execDon Breazeal1-9/+8
2015-09-09Garbage collect thread continuationsPedro Alves1-7/+0
2015-09-09Convert infcalls to thread_fsm mechanismPedro Alves1-89/+70
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-49/+108
2015-09-09Merge async and sync code paths some morePedro Alves1-20/+17
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-13/+9
2015-08-26Fix native follow-exec-mode "new"Don Breazeal1-3/+12
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+3
2015-08-20remote non-stop: Process initially stopped threads before other commandsPedro Alves1-2/+2
2015-08-10gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker1-5/+5
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves1-4/+11
2015-08-07Disable displaced stepping if trying it failsPedro Alves1-20/+92
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-27/+95
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves1-64/+1044
2015-08-07Factor out code to re-resume stepped threadPedro Alves1-92/+106
2015-08-07Add comments to currently_stepping and target_resumePedro Alves1-1/+3
2015-08-07Misc switch_back_to_stepped_thread cleanupsPedro Alves1-15/+18