Age | Commit message (Expand) | Author | Files | Lines |
2020-08-07 | gdb: pass target to thread_ptid_changed observable | Simon Marchi | 1 | -1/+1 |
2020-07-10 | Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2 | Pedro Alves | 1 | -15/+10 |
2020-06-18 | Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412) | Pedro Alves | 1 | -64/+33 |
2020-05-14 | gdb/infrun: handle already-exited threads when attempting to stop | Tankut Baris Aktemur | 1 | -1/+1 |
2020-04-21 | [gdb] Fix hang after ext sigkill | Tom de Vries | 1 | -2/+10 |
2020-02-26 | gdb: print thread names in thread apply command output | Jérémie Galarneau | 1 | -6/+10 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -4/+4 |
2020-01-24 | Fix re-runs of a second inferior (PR gdb/25410) | Pedro Alves | 1 | -4/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -56/+83 |
2020-01-10 | switch inferior/thread before calling target methods | Pedro Alves | 1 | -20/+52 |
2020-01-10 | Preserve selected thread in all-stop w/ background execution | Pedro Alves | 1 | -1/+18 |
2020-01-09 | Fix indentation in print_thread_info_1 | Simon Marchi | 1 | -65/+65 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-06 | Fix crash when command arg is missing in faas/taas/tfaas commands. | Philippe Waroquiers | 1 | -0/+4 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -5/+5 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-07-02 | Make "info threads" use the gdb::option framework | Pedro Alves | 1 | -12/+70 |
2019-06-13 | Fix gdb build with -std=gnu++11 | Pedro Alves | 1 | -3/+3 |
2019-06-13 | Make "thread apply" use the gdb::option framework | Pedro Alves | 1 | -58/+200 |
2019-06-13 | "thread apply 1 -- -" vs "frame apply level 0 -- -" | Pedro Alves | 1 | -1/+1 |
2019-06-13 | Make "frame apply" support -OPT options | Pedro Alves | 1 | -4/+8 |
2019-06-13 | Fix TID parser bug | Pedro Alves | 1 | -9/+6 |
2019-05-10 | Two minor constifications | Tom Tromey | 1 | -1/+2 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -1/+2 |
2019-04-08 | Support buffer objects as handles in Inferior.thread_from_thread_handle() | Kevin Buettner | 1 | -5/+5 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -13/+14 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-05 | GDB crash re-running program on Windows (native) | Joel Brobecker | 1 | -4/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -246/+100 |
2018-07-12 | Add [FLAG]... arguments to 'thread apply'. | Philippe Waroquiers | 1 | -24/+109 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -7/+7 |
2018-06-29 | Improve alignment of "info threads" output, align "Target Id" column | Pedro Alves | 1 | -22/+43 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -11/+14 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -124/+105 |
2018-05-29 | Remove "struct" keyword in range-based for loops | Simon Marchi | 1 | -1/+1 |
2018-04-20 | Improve on-line help for thread_apply_command and thread_apply_all_command. | Philippe Waroquiers | 1 | -3/+5 |
2018-04-19 | [OB PATCH] Fix some comments in thread.c | Philippe Waroquiers | 1 | -5/+4 |
2018-04-10 | Replace finish_thread_state_cleanup with a RAII class | Pedro Alves | 1 | -10/+0 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -10/+10 |