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