aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-28gdb: make deprecated_show_value_hack staticAndrew Burgess1-6/+1
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-25/+88
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-28Remove "typedef enum ..."Tom Tromey1-3/+2
2022-02-07gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur1-0/+3
2022-02-07gdb/cli: convert cli_suppress_notification from int to boolTankut Baris Aktemur1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-04gdb: pass/return setting setter/getter scalar values by valueSimon Marchi1-34/+50
2021-11-04gdb: remove command_class enum class_deprecatedSimon Marchi1-1/+0
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+18
2021-10-05gdb: Remove deprecated assertion in setting::getLancelot SIX1-1/+0
2021-10-03gdb: Setting setter return a bool to tell if the value changedLancelot SIX1-2/+8
2021-10-03gdb: Have setter and getter callbacks for settingsLancelot SIX1-15/+179
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-12/+11
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-0/+143
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