summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR18360 - internal error when using "interrupt -a"Pedro Alves2017-03-081-94/+102
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-22/+14
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* infrun.c (set_step_over_info): Add comment.Doug Evans2016-12-221-1/+3
* Class-ify ui_outSimon Marchi2016-12-221-49/+46
* Use ui_file_as_string in gdb/infrun.cPedro Alves2016-11-081-4/+2
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-5/+3
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-25/+23
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+8
* Remove make_cleanup_restore_current_uioutTom Tromey2016-10-211-8/+6
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-10/+5
* Use scoped_restore for current_uiTom Tromey2016-10-211-2/+1
* Use RAII to save and restore scalarsTom Tromey2016-10-211-14/+2
* 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