]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/command.h
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / command.h
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-06-03  Tom de Vries[gdb] Fix typos
2023-04-28  Andrew Burgessgdb: make deprecated_show_value_hack static
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-04-28  Tom TromeyRemove "typedef enum ..."
2022-02-07  Tankut Baris Aktemurgdb/cli: add a 'normal_stop' option to 'cli_suppress_no...
2022-02-07  Tankut Baris Aktemurgdb/cli: convert cli_suppress_notification from int...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-04  Simon Marchigdb: pass/return setting setter/getter scalar values...
2021-11-04  Simon Marchigdb: remove command_class enum class_deprecated
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-05  Lancelot SIXgdb: Remove deprecated assertion in setting::get
2021-10-03  Lancelot SIXgdb: Setting setter return a bool to tell if the value...
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: rename cmd_list_element::prefixlist to subcommands
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-11  Andrew Burgessgdb: give deprecated command warning for aliases with...
2020-12-11  Andrew Burgessgdb: don't warn about deprecated aliases during tab...
2020-06-28  Tom TromeyRemove "cmd_type" function
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-26  Philippe WaroquiersEnsure class_tui is listed in the output of "help"...
2020-05-15  Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-15  Philippe WaroquiersFix inconsistent output of prefix and bugs in 'show...
2020-04-26  Tom TromeyRemove class_pseudo
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-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-03  Pedro AlvesIntroduce the "with" command
2019-06-12  Pedro Alves"set print raw frame-arguments" -> "set print raw-frame...
2019-05-31  Philippe WaroquiersAdd previous_saved_command_line to allow a command...
2019-05-04  Tom TromeyChange valid_user_defined_cmd_name_p to return bool
2019-01-25  Tom TromeyNormalize includes to use common/
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-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-11-07  Tom TromeyAdd set_repeat_arguments function
2017-11-07  Tom TromeyMake set_cmd_cfunc private
2017-11-07  Tom TromeyConstify add_com_suppress_notification
2017-11-07  Tom TromeyConstify add_abbrev_prefix_cmd
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify not_just_help_class_command
2017-09-27  Tom TromeyAdd add_cmd function overloads
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17  Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-06-28  Pedro Alvesgdb/command.h: Include common/scoped_restore.h
2017-05-17  Yao QiAdd alias command to cmd_list_element
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-11  Tom TromeyRemove cleanups from execute_gdb_command
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-03  Antoine TremblayEmit inferior, thread and frame selection events to...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-03  Sergio Durigan JuniorPR python/16699: GDB Python command completion with...
2014-07-24  Tom Tromeyconstify command docs
2014-07-24  Tom Tromeyconstify command prefix
2014-07-24  Tom Tromeyconstify deprecate_cmd
2014-07-01  Tom Tromeyuse cmd_sfunc_ftype and cmd_cfunc_ftype more
2014-06-26  Tom Tromeyconstify error_no_arg
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-05  Yao Qigdb/
2013-01-14  Tom Tromey * cli/cli-decode.c (add_setshow_string_noescape_cmd...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-20  Mike Frysingergdb: include help aliases in help command completion
2012-09-17  Yao Qigdb/
2012-07-19  Yao Qigdb/
2012-06-13  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
2012-06-13  Tom Tromey * breakpoint.c (add_catch_command): Use completer_ftype.
2012-01-28  Jan Kratochvilgdb/
2012-01-05  Pedro Alves2012-01-05 Pedro Alves <alves.ped@gmail.com>
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-09  Doug Evans Add new "alias" command.
2011-02-14  Michael Snyder2011-02-14 Michael Snyder <msnyder@vmware.com>
2011-01-31  Tom Tromey PR python/12216:
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
next