aboutsummaryrefslogtreecommitdiff
path: root/gdb/maint-test-options.c
AgeCommit message (Expand)AuthorFilesLines
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