Age | Commit message (Expand) | Author | Files | Lines |
2016-11-08 | Use ui_file_as_string in gdb/infrun.c | Pedro Alves | 1 | -4/+2 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -5/+3 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -25/+23 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -0/+8 |
2016-10-21 | Remove make_cleanup_restore_current_uiout | Tom Tromey | 1 | -8/+6 |
2016-10-21 | Remove make_cleanup_restore_current_ui | Tom Tromey | 1 | -10/+5 |
2016-10-21 | Use scoped_restore for current_ui | Tom Tromey | 1 | -2/+1 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -14/+2 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -11/+1 |
2016-09-06 | Introduce make_cleanup_restore_current_ui | Pedro Alves | 1 | -1/+1 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -0/+1 |
2016-07-15 | Pass SIGLIBRT directly to child processes. | John Baldwin | 1 | -0/+2 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -16/+7 |
2016-06-21 | Fix for spurious prompts in secondary UIs | Pedro Alves | 1 | -0/+14 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -33/+81 |
2016-06-21 | Always process target events in the main UI | Pedro Alves | 1 | -0/+6 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Make the interpreters be per UI | Pedro Alves | 1 | -2/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -8/+0 |
2016-04-25 | Force to insert software single step breakpoint | Yao Qi | 1 | -4/+20 |
2016-03-15 | Fix PR gdb/19676: Disable displaced stepping if /proc not mounted | Pedro Alves | 1 | -1/+2 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -0/+18 |
2016-01-25 | Fix PR 19461: strange "info thread" behavior in non-stop | Pedro Alves | 1 | -0/+11 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 1 | -8/+22 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -3/+3 |
2016-01-13 | Centralize thread ID printing | Pedro Alves | 1 | -1/+1 |
2016-01-13 | Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition | Pedro Alves | 1 | -21/+6 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-30 | infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop mode | Pedro Alves | 1 | -13/+98 |
2015-11-30 | Remote thread create/exit events | Pedro Alves | 1 | -1/+30 |
2015-11-30 | Remote all-stop-on-top-of-non-stop | Pedro Alves | 1 | -4/+14 |
2015-11-17 | Fix gdb.threads/multiple-step-overs.exp fails on arm | Yao Qi | 1 | -6/+9 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -6/+8 |
2015-11-09 | New function displaced_step_in_progress_thread | Yao Qi | 1 | -3/+19 |
2015-10-30 | Don't displaced step when there's a breakpoint in the scratch pad range | Pedro Alves | 1 | -0/+23 |
2015-10-22 | garbage collect gdb/infrun.c:stop_after_trap | Pedro Alves | 1 | -22/+0 |
2015-10-13 | Fix execution_direction's type | Pedro Alves | 1 | -2/+14 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -6/+7 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-09-18 | infrun: scheduler-locking replay | Markus Metzger | 1 | -6/+33 |
2015-09-18 | infrun: switch to NO_HISTORY thread | Markus Metzger | 1 | -1/+7 |
2015-09-14 | Bail out of processing stop if hook-stop resumes target / changes context | Pedro Alves | 1 | -13/+135 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -9/+8 |
2015-09-09 | Garbage collect thread continuations | Pedro Alves | 1 | -7/+0 |
2015-09-09 | Convert infcalls to thread_fsm mechanism | Pedro Alves | 1 | -89/+70 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -49/+108 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -20/+17 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -13/+9 |
2015-08-26 | Fix native follow-exec-mode "new" | Don Breazeal | 1 | -3/+12 |