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