Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -18/+12 |
2018-06-08 | Remove last cleanup from btrace code | Tom Tromey | 1 | -7/+4 |
2018-06-08 | Remove cleanups from btrace code | Tom Tromey | 1 | -38/+9 |
2018-04-13 | btrace: set/show record btrace cpu | Markus Metzger | 1 | -23/+49 |
2018-02-09 | btrace: reword error messages | Markus Metzger | 1 | -3/+5 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 1 | -3/+0 |
2018-01-07 | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 1 | -15/+24 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -4/+0 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -5/+5 |
2017-09-27 | Constify some commands in btrace.c | Tom Tromey | 1 | -13/+14 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -1/+0 |
2017-09-04 | Fix build breakage when libipt is available | Pedro Alves | 1 | -2/+1 |
2017-09-04 | btrace: Store btrace_insn in an std::vector | Simon Marchi | 1 | -33/+26 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -2/+2 |
2017-05-31 | btrace: support decoder events | Markus Metzger | 1 | -41/+114 |
2017-05-30 | btrace: Store function segments as objects. | Tim Wiederhake | 1 | -48/+48 |
2017-05-30 | btrace: Remove bfun_s vector. | Tim Wiederhake | 1 | -67/+34 |
2017-05-30 | btrace: Replace struct btrace_function::segment. | Tim Wiederhake | 1 | -20/+28 |