Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | btrace: Add support for further events. | Felix Willgerodt | 1 | -0/+155 |
2024-09-24 | btrace: Add support for IRET events. | Felix Willgerodt | 1 | -0/+14 |
2024-09-24 | btrace: Add support for interrupt events. | Felix Willgerodt | 1 | -20/+118 |
2024-09-24 | btrace: Add printing support for cfe and evd packets. | Felix Willgerodt | 1 | -0/+13 |
2024-09-24 | btrace: Print "non-contiguous" for gaps. | Felix Willgerodt | 1 | -4/+4 |
2024-08-26 | gdb, btrace: Fix clang build | Felix Willgerodt | 1 | -22/+30 |
2024-08-14 | btrace: Extend ptwrite event decoding. | Felix Willgerodt | 1 | -0/+73 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+4 |
2024-08-14 | btrace, linux: Enable ptwrite packets. | Felix Willgerodt | 1 | -0/+8 |
2024-08-14 | btrace: Enable auxiliary instructions in record function-call-history. | Felix Willgerodt | 1 | -0/+3 |
2024-08-14 | btrace: Introduce auxiliary instructions. | Felix Willgerodt | 1 | -0/+2 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+1 |
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 |