]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli/cli-decode.c
sim: ppc: use correct macros
[thirdparty/binutils-gdb.git] / gdb / cli / cli-decode.c
2025-04-08  Tom TromeySimplify print_doc_line
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-06  Tom de Vries[gdb/cli] Fix typos
2025-02-07  Tom de Vries[gdb/build] Fix x86_64-w64-mingw32 build by avoiding...
2025-01-29  Tom TromeyUse command style in "help" command
2025-01-12  Andrei PikasAdd an option with a color type.
2024-12-13  Tom TromeyReplace uses of "title" style with "command"
2024-12-13  Tom TromeyIntroduce "command" styling
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-07  Hannes DomaniRaise exception if ambiguous name is used in gdb.parameter
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-05-12  Simon Marchigdb: remove unnecessary call to std::string constructor
2023-04-02  Simon Marchigdb: remove unused parameters in print_doc_of_command...
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-18  Maciej W. RozyckiGDB: Add references to erased args in cli-decode.c
2023-01-18  Maciej W. RozyckiGDB: Add missing inline documentation for `add_setshow_...
2023-01-18  Maciej W. RozyckiGDB: Correct inline documentation for `add_setshow_cmd_...
2023-01-18  Maciej W. RozyckiGDB: Fix documentation for `theclass' parameters in...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-08-25  Philippe WaroquiersAllow to document user-defined aliases.
2022-06-30  Maciej W. RozyckiGDB: Add `NUMBER' completion to `set' integer commands
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-02-07  Tankut Baris Aktemurgdb/cli: convert cli_suppress_notification from int...
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-26  Andrew Burgessgdb/python: improve the auto help text for gdb.Parameter
2022-01-26  Tom TromeyFix another crash with gdb parameters in Python
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-04  Simon Marchigdb: don't show deprecated aliases
2021-12-03  Simon Marchigdb: change some alias functions parameters to const...
2021-12-03  Simon Marchigdb: use intrusive_list for cmd_list_element aliases...
2021-11-16  Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-04  Simon Marchigdb: pass/return setting setter/getter scalar values...
2021-11-04  Simon Marchigdb: remove unnecessary cmd_list_element::aliases nullp...
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-03  Lancelot SIXgdb: Have setter and getter callbacks for settings
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03  Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-07-23  Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-07-23  Simon Marchigdb: rename cfunc to simple_func
2021-06-26  Simon Marchigdb: remove context parameter from add_setshow_enum_cmd
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-27  Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-17  Simon Marchigdb: add cmd_list_element::is_command_class_help
2021-05-17  Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17  Simon Marchigdb: add cmd_list_element::is_alias
2021-05-17  Simon Marchigdb: rename cmd_list_element::cmd_pointer to target
2021-05-17  Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-17  Simon Marchigdb: don't handle old == nullptr in add_alias_cmd
2021-05-17  Simon Marchigdb: move cmd_list_element::prefixname to cli/cli-decode.c
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Marco Barisionegdb: add lookup_cmd_exact to simplify a common pattern
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-15  Tom TromeyHighlight deprecated commands using title style
2020-12-11  Andrew Burgessgdb: improve the warning given for deprecated aliases...
2020-12-11  Andrew Burgessgdb: make deprecated_cmd_warning i18n friendly
2020-12-11  Andrew Burgessgdb: give deprecated command warning for aliases with...
2020-12-11  Andrew Burgessgdb: don't warn about deprecated aliases during tab...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-06-28  Tom TromeyRemove "cmd_type" function
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-15  Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-15  Philippe WaroquiersFix/improve 'apropos' output
2020-05-15  Philippe WaroquiersFix/improve 'help CLASS' output
2020-05-15  Philippe WaroquiersFix inconsistent output of prefix and bugs in 'show...
2020-05-15  Philippe WaroquiersFix the problems reported by prefix check of command...
2020-05-15  Philippe WaroquiersFix problem that alias can be defined or not depending...
2020-04-26  Philippe WaroquiersFix comments and whitespace in lookup_cmd_composition
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-30  Philippe WaroquiersAllow . character as part of command names.
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-12  Pedro Alves"set print raw frame-arguments" -> "set print raw-frame...
2019-06-12  Pedro AlvesIntroduce generic command options framework
2019-06-12  Pedro AlvesRemove "show" command completers, "set" command complet...
2019-06-03  Philippe WaroquiersImprove usability and/or readibility of help and apropo...
2019-05-31  Philippe WaroquiersImplement | (pipe) command.
2019-05-04  Tom TromeyChange valid_user_defined_cmd_name_p to return bool
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyAdd a "context" argument to add_setshow_enum_cmd
2018-09-28  Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-07-30  Tom TromeyRemove old lint code
2018-05-04  Tom TromeyAllocate cmd_list_element with new
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13  Pedro AlvesFactor out final completion match string building
2017-12-05  Simon MarchiRemove some unused variables
2017-11-22  Yao QiFix build with GCC 8: strncpy -> memcpy
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
next