| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 2018-01-07 | 1 | -15/+24 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Remove some unused variables | Simon Marchi | 2017-12-05 | 1 | -4/+0 |
* | Constify add_prefix_cmd | Tom Tromey | 2017-10-11 | 1 | -5/+5 |
* | Constify some commands in btrace.c | Tom Tromey | 2017-09-27 | 1 | -13/+14 |
* | Remove unnecessary function prototypes. | John Baldwin | 2017-09-09 | 1 | -1/+0 |
* | Fix build breakage when libipt is available | Pedro Alves | 2017-09-04 | 1 | -2/+1 |
* | btrace: Store btrace_insn in an std::vector | Simon Marchi | 2017-09-04 | 1 | -33/+26 |
* | Remove save_inferior_ptid | Tom Tromey | 2017-08-18 | 1 | -2/+2 |
* | btrace: support decoder events | Markus Metzger | 2017-05-31 | 1 | -41/+114 |
* | btrace: Store function segments as objects. | Tim Wiederhake | 2017-05-30 | 1 | -48/+48 |