Age | Commit message (Expand) | Author | Files | Lines |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -5/+0 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 1 | -0/+5 |
2016-01-13 | Add $_gthread convenience variable | Pedro Alves | 1 | -1/+2 |
2016-01-13 | Implement "info threads -gid" | Pedro Alves | 1 | -2/+2 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -15/+80 |
2016-01-13 | Centralize thread ID printing | Pedro Alves | 1 | -0/+4 |
2016-01-13 | Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition | Pedro Alves | 1 | -0/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-30 | Remote all-stop-on-top-of-non-stop | Pedro Alves | 1 | -1/+6 |
2015-09-09 | Garbage collect thread continuations | Pedro Alves | 1 | -12/+0 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -3/+8 |
2015-08-07 | Teach non-stop to do in-line step-overs (stop all, step, restart) | Pedro Alves | 1 | -0/+32 |
2015-08-07 | Use keep_going in proceed and start_step_over too | Pedro Alves | 1 | -2/+4 |
2015-08-07 | Embed the pending step-over chain in thread_info objects | Pedro Alves | 1 | -0/+23 |
2015-06-23 | inferior.h (struct inferior_suspend_state): Delete, unused. | Doug Evans | 1 | -3/+1 |
2015-05-13 | Remove stop_registers | Jan Kratochvil | 1 | -1/+1 |
2015-04-07 | update thread list, delete exited threads | Pedro Alves | 1 | -5/+9 |
2015-03-24 | Make "set scheduler-locking step" depend on user intention, only | Pedro Alves | 1 | -0/+5 |
2015-03-24 | Make step_start_function be per thread | Pedro Alves | 1 | -0/+3 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-01-22 | Print current thread after loading a core file | Jan Kratochvil | 1 | -0/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-28 | Enable chained function calls in C++ expressions. | Siva Chandra | 1 | -0/+23 |
2014-10-28 | PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insns | Pedro Alves | 1 | -0/+5 |
2014-10-19 | Fix some comments to say minus_one_ptid instead of PID == -1. | Doug Evans | 1 | -3/+3 |
2014-10-15 | remote: get rid of all the T packets when syncing the thread list | Pedro Alves | 1 | -0/+8 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -0/+4 |
2014-10-15 | Make single-step breakpoints be per-thread | Pedro Alves | 1 | -0/+20 |
2014-10-15 | Rewrite non-continuable watchpoints handling | Pedro Alves | 1 | -0/+5 |
2014-10-02 | Fix non-stop regressions caused by "breakpoints always-inserted off" changes | Pedro Alves | 1 | -0/+3 |
2014-10-02 | Reduce Hg packet (select remote general thread) bouncing | Pedro Alves | 1 | -3/+4 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 1 | -1/+7 |
2014-07-10 | Revert gdbthread.h (any_running): Declare. | Doug Evans | 1 | -3/+0 |
2014-07-10 | * gdbthread.h (any_running): Declare. | Doug Evans | 1 | -0/+3 |
2014-06-19 | Remove any_running | Yao Qi | 1 | -3/+0 |
2014-06-19 | Use enum thread_state | Yao Qi | 1 | -8/+6 |
2014-06-19 | Fix next over threaded execl with "set scheduler-locking step". | Pedro Alves | 1 | -3/+5 |
2014-05-21 | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 1 | -0/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -3/+3 |
2013-05-23 | range stepping: gdb | Pedro Alves | 1 | -0/+8 |
2013-05-23 | Factor out in-stepping-range checks. | Pedro Alves | 1 | -0/+4 |
2013-03-11 | Add branch trace information to struct thread_info. | Markus Metzger | 1 | -0/+4 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-06-28 | gdb/ | Pedro Alves | 1 | -0/+7 |
2012-06-18 | gdb/ | Jan Kratochvil | 1 | -1/+3 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-09-13 | 2011-09-13 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -7/+12 |
2011-09-07 | gdb/ | Yao Qi | 1 | -11/+0 |