Age | Commit message (Expand) | Author | Files | Lines |
2022-06-24 | Revert "Delete delete_thread_silent" | Pedro Alves | 1 | -0/+4 |
2022-06-24 | Delete delete_thread_silent | Pedro Alves | 1 | -4/+0 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 1 | -5/+32 |
2022-01-13 | gdb: add some extra debug information to attach_command | Andrew Burgess | 1 | -0/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-22 | gdb: add threads debugging switch | Andrew Burgess | 1 | -0/+11 |
2021-12-02 | Implement 'task apply' | Tom Tromey | 1 | -0/+17 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -1/+1 |
2021-09-24 | gdb: change thread_info::name to unique_xmalloc_ptr, add helper function | Simon Marchi | 1 | -4/+26 |
2021-09-08 | gdb: make thread_suspend_state::stop_pc optional | Andrew Burgess | 1 | -5/+27 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -5/+15 |
2021-07-12 | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 1 | -2/+14 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -3/+89 |
2021-07-12 | gdb: add setter / getter for thread_info resumed state | Simon Marchi | 1 | -8/+15 |
2021-07-12 | gdb: use intrusive list for step-over chain | Simon Marchi | 1 | -24/+28 |
2021-07-12 | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 1 | -3/+10 |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 1 | -1/+1 |
2021-06-29 | gdb: remove duplicate declaration of 'find_thread_ptid' | Tankut Baris Aktemur | 1 | -4/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Use thread_info_ref in enable_thread_stack_temporaries | Tom Tromey | 1 | -8/+2 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -0/+29 |
2020-12-04 | gdb: rename things related to step over chains | Simon Marchi | 1 | -8/+8 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -5/+5 |
2020-10-30 | Make scoped_restore_current_thread's cdtors exception free (RFC) | Pedro Alves | 1 | -0/+4 |
2020-07-10 | Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2 | Pedro Alves | 1 | -4/+10 |
2020-06-18 | Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412) | Pedro Alves | 1 | -8/+9 |
2020-06-17 | Update thread_control_state::trap_expected comments | Pedro Alves | 1 | -22/+4 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -3/+3 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -51/+76 |
2020-01-10 | Preserve selected thread in all-stop w/ background execution | Pedro Alves | 1 | -0/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-05-10 | Two minor constifications | Tom Tromey | 1 | -1/+2 |
2019-04-08 | Support buffer objects as handles in Inferior.thread_from_thread_handle() | Kevin Buettner | 1 | -2/+2 |
2019-03-06 | Update two cleanup comments | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Use forward_scope_exit for scoped_finish_thread_state | Pedro Alves | 1 | -25/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
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 |