Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | Wrap help strings at 80 columns | Tom Tromey | 1 | -14/+14 |
2024-09-07 | gdb: deprecated filename_completer and associated functions | Andrew Burgess | 1 | -1/+1 |
2024-08-14 | btrace: Enable auxiliary instructions in record function-call-history. | Felix Willgerodt | 1 | -0/+5 |
2024-08-14 | btrace: Enable auxiliary instructions in record instruction-history. | Felix Willgerodt | 1 | -0/+5 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: move execute function declarations from gdbcmd.h to top.h | Simon Marchi | 1 | -0/+1 |
2024-04-17 | gdb/record: add an assert in cmd_record_start | Andrew Burgess | 1 | -1/+6 |
2024-04-17 | gdb/record: remove unnecessary use of filename_completer | Andrew Burgess | 1 | -2/+0 |
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-12-06 | Fix hardware watchpoints in replay mode | Hannes Domani | 1 | -1/+0 |
2023-05-30 | gdb: add interp::on_record_changed method | Simon Marchi | 1 | -1/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-02 | gdb: disassembler opcode display formatting | Andrew Burgess | 1 | -0/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -10/+10 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -5/+5 |
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 | -11/+10 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -26/+37 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -3/+4 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -5/+5 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-21 | gdb, record: rephrase the 'not recording' error message | Markus Metzger | 1 | -3/+3 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -5/+5 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -23/+6 |
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-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -6/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -4/+4 |
2018-11-08 | Capitalize "<TAB>" in require_record_target error | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-05-24 | Update help text in record.c | Tom Tromey | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -9/+9 |
2018-04-13 | record: fix typo in "set record" output | Markus Metzger | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-01 | Propagate record_print_flags | Simon Marchi | 1 | -10/+5 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+2 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -2/+2 |
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 | -1/+0 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -7/+7 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-10-26 | const-fy function parameter struct address_space *aspace | Yao Qi | 1 | -1/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -5/+5 |
2017-09-27 | Constify some commands in record.c | Tom Tromey | 1 | -17/+21 |