aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-13Factor out final completion match string buildingPedro Alves1-38/+3
2017-12-05Remove some unused variablesSimon Marchi1-2/+2
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-2/+2
2017-11-07Constify execute_commandTom Tromey1-3/+3
2017-11-07Constify add_setshow_*Tom Tromey1-16/+15
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-34/+2
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+2
2017-11-07Make set_cmd_cfunc privateTom Tromey1-2/+2
2017-11-07Constify add_com_suppress_notificationTom Tromey1-1/+1
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify not_just_help_class_commandTom Tromey1-1/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-11/+62
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-16/+19
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-2/+2
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-4/+7
2017-05-17Add alias command to cmd_list_elementYao Qi1-10/+19
2017-04-12Use scoped_restore in more placesTom Tromey1-7/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2