]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / cli /
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
2019-06-25  Philippe WaroquiersFix alias command not detecting non matching prefix...
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-14  Tom TromeyDo not emit style escape sequences to log file
2019-06-13  Pedro AlvesFix "set integer-command unlimited junk"
2019-06-12  Pedro AlvesDelete parse_flags/parse_flags_qcs
2019-06-12  Pedro AlvesMake "frame apply" support -OPT options
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 Alvesnumber_or_range_parser::get_number, don't treat "1...
2019-06-12  Pedro Alvesboolean/auto-boolean commands, make "o" ambiguous
2019-06-12  Pedro AlvesRemove "show" command completers, "set" command complet...
2019-06-12  Pedro AlvesFix "set enum-command value junk"
2019-06-12  Pedro AlvesAllow "unlimited" abbreviations
2019-06-12  Pedro AlvesMake check_for_argument skip whitespace after arg itself
2019-06-10  Tom TromeyRemove newlines from warnings
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-06-03  Philippe WaroquiersImprove usability and/or readibility of help and apropo...
2019-06-03  Philippe WaroquiersAdd highlight style, title style, fputs_highlighted...
2019-05-31  Philippe WaroquiersImplement | (pipe) command.
2019-05-21  Tom de Vries[gdb/cli] Fix use of uninitialized variable in complete...
2019-05-17  Alan HaywardAdd debug redirect option
2019-05-17  Alan HaywardChange file close behavior for tee_file
2019-05-17  Jan VranyMI: extract command completion logic from complete_comm...
2019-05-04  Tom TromeyChange valid_command_p to return bool
2019-05-04  Tom TromeyChange valid_user_defined_cmd_name_p to return bool
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-19  Philippe WaroquiersOBVIOUS move add_comm_alias "!" <=> "shell" near the...
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-03-14  Tom TromeyAdd the "set style source" command
2019-03-14  Tom TromeyMake TUI react to "set style enabled"
2019-03-09  Eli ZaretskiiSupport styling on native MS-Windows console
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-20  Simon MarchiFix error message and use-after-free on errors in neste...
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-12  Philippe WaroquiersImplement help/show values for 'set|show style'.
2019-01-09  Andrew Burgessgdb: Avoid signed integer overflow when printing source...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-30  Philippe WaroquiersFix 'help set/show style' strange layouts/results.
next