summaryrefslogtreecommitdiff
path: root/gdb/maint-test-options.c
Commit message (Expand)AuthorAgeFilesLines
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-191-20/+24
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-16/+16
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* gdb: add string_file::release methodSimon Marchi2022-01-261-2/+1
* Use filtered output in some dumping commandsTom Tromey2022-01-051-16/+16
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-9/+2
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+1
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-17/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+1
* Teach gdb::option about string optionsPedro Alves2019-07-031-3/+24
* Make gdb::option::complete_options save processed arguments tooPedro Alves2019-07-031-46/+67
* Introduce generic command options frameworkPedro Alves2019-06-131-0/+461