gdb/testsuite: restore configure script
[deliverable/binutils-gdb.git] / gdb / cli /
2021-06-26  Simon Marchigdb: remove context parameter from add_setshow_enum_cmd
2021-06-26  Simon Marchigdb: add assert in cmd_list_element::set_context
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-20  Alexandra Hájkovácli-script: use unique_ptr to not leak next struct
2021-05-19  Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-19  Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
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-13  Simon Marchigdb: remove cmd_list_element::pre_show_hook
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-11  Simon Marchigdb: fix indentation of cmd_list_element
2021-05-07  Andrew Burgessgdb/guile: perform tilde expansion when sourcing guile...
2021-05-07  Marco Barisionegdb: add lookup_cmd_exact to simplify a common pattern
2021-04-26  Simon Marchigdb: check result of gdb_fopen_cloexec in dump_binary_file
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-01-27  Lancelot SIXAvoid use after free with logging and debug redirect.
2021-01-22  Andrew Burgessgdb: add new version style
2021-01-22  Simon Marchigdb: move set remote commands to remote.c
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Rae Kimgdb: multi-line support for "document" command
2020-12-15  Tom TromeyHighlight deprecated commands using title style
2020-12-13  Andrew Burgessgdb: introduce new 'maint flush ' prefix command
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-10-20  Andreas SchwabFix help string of alias command
2020-10-09  Tom TromeyStyle more output of "disassemble" command
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-26  Gareth Reesgdb: Fix from_tty argument to gdb.execute in Python.
2020-09-19  Tom TromeyUse gdb_bfd_sections in restore_command
2020-07-28  Andrew BurgessDemangle function names when disassembling
2020-07-28  Tom TromeyUpdate "disassemble" help
2020-06-28  Tom TromeyRemove "cmd_type" function
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-27  Hannes DomaniMove exit_status_set_internal_vars out of GLOBAL_CURDIR
2020-05-26  Philippe WaroquiersEnsure class_tui is listed in the output of "help"...
2020-05-25  Tom TromeyRevert "Add completion styling"
2020-05-23  Tom TromeyAdd completion styling
2020-05-21  Simon Marchigdb: remove unnecessary NULL checks before xfree
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-05-15  Philippe WaroquiersFix the only incorrect case found by command_structure_...
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-11  Tom TromeyRestore info_command and breakpoint
2020-05-03  Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-26  Philippe WaroquiersFix comments and whitespace in lookup_cmd_composition
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-21  Tom TromeyAllow use of Pygments to colorize source code
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-07  Jon TurneyEnable styling by default on Cygwin
2020-01-06  Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27  Tom TromeyReorder an "if" in print_disassembly
2019-12-01  Tom TromeyAdd TUI border colors
2019-11-30  Philippe WaroquiersAllow . character as part of command names.
2019-11-30  Philippe WaroquiersImplement user defined prefix.
2019-11-26  Tom TromeyLet commands free "name"
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-21  Tom de Vries[gdb] Only force INTERP_CONSOLE ui_out for breakpoint...
2019-11-10  Tom TromeyRemove unused constructor declaration from cli_style_option
2019-11-08  Tom TromeyConstify command_line_input
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-10-31  Philippe WaroquiersImplement convenience functions to examine GDB settings.
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-12  Christian BiesingerMove declaration of max_user_call_depth to header
2019-10-03  Tom de Vries[gdb] Fix set/show style metadata help text
2019-10-01  Tom TromeyUse styled_string for "show logging filename"
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyStyle "pwd" output
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-27  Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-21  Pedro AlvesFix nullptr in with_command_1
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-11  Andrew Burgessgdb: Add command completers for some info commands
2019-07-11  Andrew Burgessgdb: Make use of gdb::option framework for some info...
2019-07-11  Andrew Burgessgdb: Allow quoting around string options in the gdb...
2019-07-11  Tom TromeyRemove init_cli_cmds
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-03  Pedro Alvespipe command completer
2019-07-03  Pedro AlvesTeach gdb::option about string options
2019-07-03  Pedro AlvesMake gdb::option::complete_options save processed argum...
2019-07-03  Pedro AlvesIntroduce the "with" command
next
This page took 0.210182 seconds and 7 git commands to generate.