aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04gdb: don't show deprecated aliasesSimon Marchi1-3/+26
2021-12-03gdb: change some alias functions parameters to const-referenceSimon Marchi1-32/+32
2021-12-03gdb: use intrusive_list for cmd_list_element aliases listSimon Marchi1-45/+37
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-6/+6
2021-11-04gdb: pass/return setting setter/getter scalar values by valueSimon Marchi1-26/+26
2021-11-04gdb: remove unnecessary cmd_list_element::aliases nullptr checksSimon Marchi1-17/+11
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-0/+22
2021-10-03gdb: Have setter and getter callbacks for settingsLancelot SIX1-31/+323
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-18/+20
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-63/+87
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-44/+22
2021-07-23gdb: rename cfunc to simple_funcSimon Marchi1-21/+23
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