Age | Commit message (Expand) | Author | Files | Lines |
2024-05-14 | Disallow trailing whitespace in docstrings | Tom Tromey | 1 | -1/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 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-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -26/+26 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
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 | -3/+3 |
2020-10-02 | Unconditionally use REG_EXTENDED | Tom Tromey | 1 | -8/+2 |
2020-01-14 | Make skip without argument skip the current inline function | Bernd Edlinger | 1 | -10/+7 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -2/+6 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -2/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -13/+17 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -2/+4 |
2018-11-19 | Fix inaccuracies in "info skip" help | Simon Marchi | 1 | -7/+4 |
2018-11-12 | Add completer for skip numbers | Simon Marchi | 1 | -7/+28 |
2018-09-12 | Add debug output about skipping files and functions | Simon Marchi | 1 | -25/+76 |
2018-05-24 | Update help strings in skip.c | Tom Tromey | 1 | -7/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify some commands in skip.c | Tom Tromey | 1 | -5/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -2/+2 |
2017-08-11 | More gdb/skip.c C++ification | Pedro Alves | 1 | -233/+200 |
2017-08-09 | C++-ify skip.c | Tom Tromey | 1 | -92/+79 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -7/+1 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -6/+2 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -19/+5 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -4/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -23/+21 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -2/+2 |
2016-02-23 | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 1 | -113/+410 |