gas: Add md_generic_table_relax_frag
[deliverable/binutils-gdb.git] / gdb / cli /
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.
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28  Tom TromeyStyle addresses
2018-12-28  Tom TromeyStyle variable names
2018-12-28  Tom TromeyReset terminal styles
2018-12-28  Tom TromeyAdd output styles to gdb
2018-12-28  Tom TromeyAdd a "context" argument to add_setshow_enum_cmd
2018-11-22  Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-10-27  Tom TromeyUnify shell-finding logic
2018-10-27  Philippe WaroquiersNew cli-utils.h/.c function extract_info_print_args
2018-10-19  Gary BensonFix cli_interp::cli_uiout resource leak found by Coverity
2018-10-18  Sergio Durigan JuniorFix PR cli/23785: Check if file exists when invoking...
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-28  Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-05  Tom TromeyRemove unnecessary casts from cli-cmds.c
2018-08-23  Kevin BuettnerDisassemble blocks with non-contiguous ranges
2018-08-17  Tom TromeyRemove "repeat" argument from command_line_input
2018-08-17  Tom TromeyFix use-after-free in number_or_range_parser
2018-07-30  Tom TromeyRemove old lint code
2018-07-22  Tom TromeySimple unused variable removals
2018-07-12  Philippe WaroquiersAdd helper functions parse_flags and parse_flags_qcs
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-14  Philippe WaroquiersFix/improve on-line help of 'define' command.
2018-06-05  Tom TromeyRemove some text from --version output
next
This page took 0.14808 seconds and 7 git commands to generate.