aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-16/+14
2021-07-23gdb: rename cfunc to simple_funcSimon Marchi1-11/+14
2021-06-25gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi1-1/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-6/+0
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-4/+0
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-2/+3
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-2/+4
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi1-135/+79
2021-05-17gdb: add cmd_list_element::is_command_class_helpSimon Marchi1-3/+0
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-5/+5
2021-05-07gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione1-0/+19
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11gdb: give deprecated command warning for aliases with a prefixAndrew Burgess1-1/+1
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess1-5/+47
2020-06-28Remove "cmd_type" functionTom Tromey1-16/+0
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-0/+2
2020-05-26Ensure class_tui is listed in the output of "help" giving the list of classes.Philippe Waroquiers1-1/+1
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-11/+36
2020-05-15Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers1-1/+1
2020-04-26Remove class_pseudoTom Tromey1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-0/+14
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-0/+8
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-03Introduce the "with" commandPedro Alves1-8/+11
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-9/+10
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers1-1/+35
2019-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
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-1/+2
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-0/+14
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify execute_commandTom Tromey1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-15/+15
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-8/+0
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-07Add set_repeat_arguments functionTom Tromey1-0/+5
2017-11-07Make set_cmd_cfunc privateTom Tromey1-10/+0
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-0/+21
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-7/+13
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-4/+14
2017-06-28gdb/command.h: Include common/scoped_restore.hPedro Alves1-0/+1