Revert "packaging: Add gdb packages"
[external/binutils.git] / gdb / cli /
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
2018-05-25 Tom TromeyRemove interp_ui_out
2018-05-25 Tom TromeyChange the as_*_interp functions to use dynamic_cast
2018-05-25 Tom TromeyUse scoped_restore in a couple of interp-related places
2018-05-04 Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04 Tom TromeyUse function_view in cli-script.c
2018-05-04 Tom TromeyAllow defining a user command inside a user command
2018-05-04 Tom TromeyConstify prompt argument to read_command_lines
2018-05-04 Tom TromeyMake print_command_trace varargs
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-05-04 Tom TromeyAllocate cmd_list_element with new
2018-04-09 Simon MarchiAdd gdb::string_view
2018-03-19 Tom TromeyConvert observers to C++
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-02-13 Simon MarchiUse enum flags for flags passed to openp
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Pedro AlvesFactor out final completion match string building
2017-12-05 Simon MarchiRemove some unused variables
2017-11-22 Yao QiFix build with GCC 8: strncpy -> memcpy
next