aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-option.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-2/+2
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-5/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+12
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess1-3/+2
2019-07-03Teach gdb::option about string optionsPedro Alves1-0/+86
2019-07-03Make gdb::option::complete_options save processed arguments tooPedro Alves1-27/+43
2019-06-13Introduce generic command options frameworkPedro Alves1-0/+724