Age | Commit message (Expand) | Author | Files | Lines |
2018-11-23 | Remove declarations of is_running/is_stopped/is_exited | Pedro Alves | 1 | -26/+22 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -28/+66 |
2018-09-17 | Use new and delete for struct infcall_control_state | Tom Tromey | 1 | -17/+17 |
2018-09-17 | Use new and delete for struct infcall_suspend_state | Tom Tromey | 1 | -6/+6 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -6/+14 |
2018-06-25 | gdb: For macOS, s/thread_info/struct thread_info/ | Pedro Alves | 1 | -14/+14 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -46/+45 |
2018-04-10 | Replace finish_thread_state_cleanup with a RAII class | Pedro Alves | 1 | -4/+27 |
2018-03-08 | Change enable_thread_stack_temporaries to an RAII class | Tom Tromey | 1 | -9/+38 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -7/+11 |
2017-10-26 | const-fy function parameter struct address_space *aspace | Yao Qi | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-10-10 | Eliminate catch_exceptions/catch_exceptions_with_msg | Pedro Alves | 1 | -0/+6 |
2017-09-21 | Add target method for converting thread handle to thread_info struct pointer | Kevin Buettner | 1 | -0/+4 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -5/+1 |
2017-06-07 | Share parts of gdb/gdbthread.h with gdbserver | Sergio Durigan Junior | 1 | -4/+1 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -1/+21 |
2017-04-19 | gdbthread.h: Fix comment typo | Pedro Alves | 1 | -1/+1 |
2017-04-19 | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 1 | -24/+21 |
2017-04-10 | Don't delete thread_info if refcount isn't zero | Yao Qi | 1 | -5/+28 |
2017-03-29 | Add constructor and destructor to thread_info | Yao Qi | 1 | -25/+29 |
2017-02-01 | thread: add can_access_registers_ptid | Markus Metzger | 1 | -0/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -0/+4 |
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 |