| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Delete delete_thread_silent" | ![](//www.gravatar.com/avatar/4e7ef577f17b904660df827e6f2571df?s=13&d=retro) Pedro Alves | 2022-06-24 | 1 | -0/+4 |
* | Delete delete_thread_silent | ![](//www.gravatar.com/avatar/4e7ef577f17b904660df827e6f2571df?s=13&d=retro) Pedro Alves | 2022-06-24 | 1 | -4/+0 |
* | gdb: make thread_info::m_thread_fsm a std::unique_ptr | ![](//www.gravatar.com/avatar/8ac32d0b76bb8a14873e068dce19e775?s=13&d=retro) Lancelot SIX | 2022-02-07 | 1 | -5/+32 |
* | gdb: add some extra debug information to attach_command | ![](//www.gravatar.com/avatar/c5ded69ac80f448a6f95484b0a89a392?s=13&d=retro) Andrew Burgess | 2022-01-13 | 1 | -0/+4 |
* | Automatic Copyright Year update after running gdb/copyright.py | ![](//www.gravatar.com/avatar/9167a1e6014a0ca99f8932bd54d837b8?s=13&d=retro) Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | gdb: add threads debugging switch | ![](//www.gravatar.com/avatar/c5ded69ac80f448a6f95484b0a89a392?s=13&d=retro) Andrew Burgess | 2021-12-22 | 1 | -0/+11 |
* | Implement 'task apply' | ![](//www.gravatar.com/avatar/1f01d44fa753406220771c43ceac9904?s=13&d=retro) Tom Tromey | 2021-12-02 | 1 | -0/+17 |
* | gdb: remove bpstat typedef, rename bpstats to bpstat | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-11-08 | 1 | -1/+1 |
* | gdb, gdbserver: make target_waitstatus safe | ![](//www.gravatar.com/avatar/5f66b515fa1c72f5ab184df919253b2f?s=13&d=retro) Simon Marchi | 2021-10-21 | 1 | -1/+1 |
* | gdb: change thread_info::name to unique_xmalloc_ptr, add helper function | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-09-24 | 1 | -4/+26 |
* | gdb: make thread_suspend_state::stop_pc optional | ![](//www.gravatar.com/avatar/698d5441b5bd4d5b1a84888d00c8dd16?s=13&d=retro) Andrew Burgess | 2021-09-08 | 1 | -5/+27 |
* | gdb: make thread_info::executing private | ![](//www.gravatar.com/avatar/698d5441b5bd4d5b1a84888d00c8dd16?s=13&d=retro) Andrew Burgess | 2021-09-07 | 1 | -5/+15 |
* | gdb: maintain per-process-target list of resumed threads with pending wait st... | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-07-12 | 1 | -2/+14 |
* | gdb: make thread_info::suspend private, add getters / setters | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-07-12 | 1 | -3/+89 |
* | gdb: add setter / getter for thread_info resumed state | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-07-12 | 1 | -8/+15 |
* | gdb: use intrusive list for step-over chain | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-07-12 | 1 | -24/+28 |
* | gdb: introduce intrusive_list, make thread_info use it | ![](//www.gravatar.com/avatar/4e7ef577f17b904660df827e6f2571df?s=13&d=retro) Pedro Alves | 2021-07-12 | 1 | -3/+10 |
* | gdb: introduce iterator_range, remove next_adapter | ![](//www.gravatar.com/avatar/7ca6f6e39e990445121d948cb556dd06?s=13&d=retro) Simon Marchi | 2021-07-06 | 1 | -1/+1 |
* | gdb: remove duplicate declaration of 'find_thread_ptid' | ![](//www.gravatar.com/avatar/c6eee0e9d8fe5f968fd96992de30e548?s=13&d=retro) Tankut Baris Aktemur | 2021-06-29 | 1 | -4/+0 |
* | Update copyright year range in all GDB files | ![](//www.gravatar.com/avatar/9167a1e6014a0ca99f8932bd54d837b8?s=13&d=retro) Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | Use thread_info_ref in enable_thread_stack_temporaries | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2020-12-11 | 1 | -8/+2 |
* | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | ![](//www.gravatar.com/avatar/5f66b515fa1c72f5ab184df919253b2f?s=13&d=retro) Simon Marchi | 2020-12-04 | 1 | -0/+29 |
* | gdb: rename things related to step over chains | ![](//www.gravatar.com/avatar/5f66b515fa1c72f5ab184df919253b2f?s=13&d=retro) Simon Marchi | 2020-12-04 | 1 | -8/+8 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | ![](//www.gravatar.com/avatar/5f66b515fa1c72f5ab184df919253b2f?s=13&d=retro) Simon Marchi | 2020-11-02 | 1 | -5/+5 |
* | Make scoped_restore_current_thread's cdtors exception free (RFC) | ![](//www.gravatar.com/avatar/4e7ef577f17b904660df827e6f2571df?s=13&d=retro) Pedro Alves | 2020-10-30 | 1 | -0/+4 |
* | Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2 | ![](//www.gravatar.com/avatar/4e7ef577f17b904660df827e6f2571df?s=13&d=retro) Pedro Alves | 2020-07-10 | 1 | -4/+10 |
* | Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412) | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2020-06-18 | 1 | -8/+9 |
* | Update thread_control_state::trap_expected comments | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2020-06-17 | 1 | -22/+4 |
* | Change ints to bools around thread_info executing/resumed | ![](//www.gravatar.com/avatar/5f66b515fa1c72f5ab184df919253b2f?s=13&d=retro) Simon Marchi | 2020-02-03 | 1 | -3/+3 |
* | Multi-target support | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2020-01-10 | 1 | -51/+76 |
* | Preserve selected thread in all-stop w/ background execution | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2020-01-10 | 1 | -0/+6 |
* | Update copyright year range in all GDB files. | ![](//www.gravatar.com/avatar/9167a1e6014a0ca99f8932bd54d837b8?s=13&d=retro) Joel Brobecker | 2020-01-01 | 1 | -1/+1 |
* | gdb: Remove vec.{c,h} and update code to not include vec.h | ![](//www.gravatar.com/avatar/698d5441b5bd4d5b1a84888d00c8dd16?s=13&d=retro) Andrew Burgess | 2019-10-15 | 1 | -1/+0 |
* | Change boolean options to bool instead of int | ![](//www.gravatar.com/avatar/6ab9986bfccfd2ccb30b3a0f72e97009?s=13&d=retro) Christian Biesinger | 2019-09-18 | 1 | -1/+1 |
* | Rename common to gdbsupport | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2019-07-09 | 1 | -4/+4 |
* | Two minor constifications | ![](//www.gravatar.com/avatar/1f01d44fa753406220771c43ceac9904?s=13&d=retro) Tom Tromey | 2019-05-10 | 1 | -1/+2 |
* | Support buffer objects as handles in Inferior.thread_from_thread_handle() | ![](//www.gravatar.com/avatar/97a22da8aa9b315799a931f173af00aa?s=13&d=retro) Kevin Buettner | 2019-04-08 | 1 | -2/+2 |
* | Update two cleanup comments | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2019-03-06 | 1 | -1/+1 |
* | Normalize includes to use common/ | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2019-01-25 | 1 | -1/+1 |
* | Use forward_scope_exit for scoped_finish_thread_state | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2019-01-23 | 1 | -25/+3 |
* | Update copyright year range in all GDB files. | ![](//www.gravatar.com/avatar/9167a1e6014a0ca99f8932bd54d837b8?s=13&d=retro) Joel Brobecker | 2019-01-01 | 1 | -1/+1 |
* | Remove declarations of is_running/is_stopped/is_exited | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2018-11-23 | 1 | -26/+22 |
* | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2018-11-22 | 1 | -28/+66 |
* | Use new and delete for struct infcall_control_state | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2018-09-17 | 1 | -17/+17 |
* | Use new and delete for struct infcall_suspend_state | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2018-09-17 | 1 | -6/+6 |
* | Remove ptid_equal | ![](//www.gravatar.com/avatar/e975c669f2ce0f2be4613f1e123864b3?s=13&d=retro) Tom Tromey | 2018-07-03 | 1 | -1/+1 |
* | gdb: Eliminate the 'stop_pc' global | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2018-06-28 | 1 | -6/+14 |
* | gdb: For macOS, s/thread_info/struct thread_info/ | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2018-06-25 | 1 | -14/+14 |
* | Use thread_info and inferior pointers more throughout | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2018-06-21 | 1 | -46/+45 |
* | Replace finish_thread_state_cleanup with a RAII class | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2018-04-10 | 1 | -4/+27 |