aboutsummaryrefslogtreecommitdiff
path: root/gdb/maint-test-options.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-20/+24
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-16/+16
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-01-26gdb: add string_file::release methodSimon Marchi1-2/+1
2022-01-05Use filtered output in some dumping commandsTom Tromey1-16/+16
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-9/+2
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+1
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-17/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+1
2019-07-03Teach gdb::option about string optionsPedro Alves1-3/+24
2019-07-03Make gdb::option::complete_options save processed arguments tooPedro Alves1-46/+67
2019-06-13Introduce generic command options frameworkPedro Alves1-0/+461