[gdb/cli] Fix typo in logging overwrite help text
[binutils-gdb.git] / gdb / cli /
2021-11-25 Tom de Vries[gdb/cli] Fix typo in logging overwrite help text
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-14 Lancelot SIX[PR gdb/16238] Add completer for the show user command
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-11-05 Tom TromeyIntroduce make_unique_xstrndup
2021-11-04 Simon Marchigdb: pass/return setting setter/getter scalar values...
2021-11-04 Simon Marchigdb: remove command_class enum class_deprecated
2021-11-04 Simon Marchigdb: remove unnecessary cmd_list_element::aliases nullp...
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
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-09-27 Andrew Burgessgdb: add setting to disable reading source code files
2021-09-27 Andrew Burgessgdb: remove duplicate cmd_list_element declarations
2021-09-24 Tom TromeyMove value_true to value.h
2021-08-19 Simon Marchigdb: use bool in notify_command_param_changed_p and...
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 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.
next