aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-25gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi1-6/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-15/+4
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-12/+0
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-3/+3
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-3/+3
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi1-110/+110
2021-05-17gdb: add cmd_list_element::is_command_class_helpSimon Marchi1-17/+8
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-12/+14
2021-05-17gdb: add cmd_list_element::is_aliasSimon Marchi1-9/+9
2021-05-17gdb: rename cmd_list_element::cmd_pointer to targetSimon Marchi1-40/+37
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-46/+45
2021-05-17gdb: don't handle old == nullptr in add_alias_cmdSimon Marchi1-12/+1
2021-05-17gdb: move cmd_list_element::prefixname to cli/cli-decode.cSimon Marchi1-0/+17
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-27/+24
2021-05-07gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione1-0/+15
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Highlight deprecated commands using title styleTom Tromey1-7/+16
2020-12-11gdb: improve the warning given for deprecated aliases with a prefixAndrew Burgess1-41/+43
2020-12-11gdb: make deprecated_cmd_warning i18n friendlyAndrew Burgess1-40/+39
2020-12-11gdb: give deprecated command warning for aliases with a prefixAndrew Burgess1-13/+41
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess1-43/+5
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-19/+19
2020-06-28Remove "cmd_type" functionTom Tromey1-6/+0
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-18/+92
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-1/+4
2020-05-15Fix/improve 'apropos' outputPhilippe Waroquiers1-8/+29
2020-05-15Fix/improve 'help CLASS' outputPhilippe Waroquiers1-28/+100
2020-05-15Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers1-1/+1
2020-05-15Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers1-34/+46
2020-05-15Fix problem that alias can be defined or not depending on the order.Philippe Waroquiers1-7/+8
2020-04-26Fix comments and whitespace in lookup_cmd_compositionPhilippe Waroquiers1-29/+29
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-0/+52
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-10/+14
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-11/+20
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-2/+6
2019-06-13Introduce generic command options frameworkPedro Alves1-1/+4
2019-06-13Remove "show" command completers, "set" command completers for string commandsPedro Alves1-1/+13
2019-06-03Improve usability and/or readibility of help and apropos output.Philippe Waroquiers1-14/+42
2019-05-31Implement | (pipe) command.Philippe Waroquiers1-2/+2
2019-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey1-4/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add a "context" argument to add_setshow_enum_cmdTom Tromey1-3/+7
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-6/+38
2018-07-30Remove old lint codeTom Tromey1-1/+0
2018-05-04Allocate cmd_list_element with newTom Tromey1-32/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1