| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb: make find_thread_ptid an inferior method | Simon Marchi | 2023-04-04 | 1 | -1/+1 |
* | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 2023-01-01 | 1 | -1/+1 |
* | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 2022-10-19 | 1 | -3/+3 |
* | Replace symbol_symtab with symbol::symtab | Tom Tromey | 2022-04-20 | 1 | -3/+3 |
* | Unify gdb printf functions | Tom Tromey | 2022-03-29 | 1 | -66/+66 |
* | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 2022-01-27 | 1 | -1/+1 |
* | gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements | Simon Marchi | 2022-01-18 | 1 | -5/+5 |
* | Use filtered output in btrace-related commands | Tom Tromey | 2022-01-05 | 1 | -63/+63 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | gdb: add add_setshow_prefix_cmd | Simon Marchi | 2021-10-28 | 1 | -19/+15 |
* | gdb: set current thread in btrace_compute_ftrace_{bts,pt} | Simon Marchi | 2021-07-19 | 1 | -0/+12 |
* | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 2021-05-12 | 1 | -6/+3 |
* | gdb, btrace, pt: ignore status update enable events | Markus Metzger | 2021-05-12 | 1 | -0/+3 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 1 | -1/+1 |
* | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 2020-09-14 | 1 | -2/+2 |
* | Don't write to inferior_ptid in btrace_fetch | Pedro Alves | 2020-06-18 | 1 | -5/+6 |
* | gdb, btrace: diagnose double and failed enable | Markus Metzger | 2020-04-21 | 1 | -4/+6 |
* | Replace most calls to help_list and cmd_show_list | Tom Tromey | 2020-04-17 | 1 | -61/+18 |
* | Fix some spelling errors. | Christian Biesinger | 2020-01-16 | 1 | -2/+2 |
* | gdb: add back declarations for _initialize functions | Simon Marchi | 2020-01-13 | 1 | -1/+2 |
* | Multi-target support | Pedro Alves | 2020-01-10 | 1 | -1/+1 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2020-01-01 | 1 | -1/+1 |
* | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 2019-11-22 | 1 | -2/+2 |
* | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 2019-11-22 | 1 | -2/+2 |
* | [gdb] Fix more typos in comments | Tom de Vries | 2019-10-18 | 1 | -1/+1 |
* | gdb: Remove whitespace in 'std::vector <...>' | Andrew Burgess | 2019-10-03 | 1 | -6/+6 |
* | gdb: Change a VEC to std::vector in btrace.{c,h} | Andrew Burgess | 2019-10-02 | 1 | -19/+21 |
* | gdb: Remove a VEC from gdbsupport/btrace-common.h | Andrew Burgess | 2019-10-02 | 1 | -35/+23 |
* | Change boolean options to bool instead of int | Christian Biesinger | 2019-09-18 | 1 | -1/+1 |
* | Don't include gdbarch.h from defs.h | Tom Tromey | 2019-07-10 | 1 | -0/+1 |
* | Rename common to gdbsupport | Tom Tromey | 2019-07-09 | 1 | -2/+2 |
* | Remove trailing newlines from help text | Tom Tromey | 2019-06-11 | 1 | -5/+3 |
* | Replace throw_exception with throw in some cases | Tom Tromey | 2019-04-08 | 1 | -4/+4 |
* | Rename gdb exception types | Tom Tromey | 2019-04-08 | 1 | -7/+7 |
* | Rewrite TRY/CATCH | Tom Tromey | 2019-04-08 | 1 | -21/+14 |
* | Revert the header-sorting patch | Tom Tromey | 2019-04-06 | 1 | -10/+8 |
* | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 2019-04-05 | 1 | -8/+10 |
* | Change pid_to_str to return std::string | Tom Tromey | 2019-03-13 | 1 | -5/+5 |
* | Normalize includes to use common/ | Tom Tromey | 2019-01-25 | 1 | -1/+1 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 1 | -1/+1 |
* | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 2018-11-22 | 1 | -3/+1 |
* | btrace: check for indirect jump return in _Unwind_RaiseException | Markus Metzger | 2018-10-10 | 1 | -0/+14 |
* | Unused variable fixes related to conditional compilation | Tom Tromey | 2018-07-22 | 1 | -4/+2 |
* | Use thread_info and inferior pointers more throughout | Pedro Alves | 2018-06-21 | 1 | -18/+12 |
* | Remove last cleanup from btrace code | Tom Tromey | 2018-06-08 | 1 | -7/+4 |
* | Remove cleanups from btrace code | Tom Tromey | 2018-06-08 | 1 | -38/+9 |
* | btrace: set/show record btrace cpu | Markus Metzger | 2018-04-13 | 1 | -23/+49 |
* | btrace: reword error messages | Markus Metzger | 2018-02-09 | 1 | -3/+5 |
* | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 2018-02-09 | 1 | -3/+0 |