Make first and last lines of 'command help documentation' consistent.
[external/binutils.git] / gdb / cli / cli-cmds.c
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-11 Tom TromeyRemove init_cli_cmds
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-03 Pedro Alvespipe command completer
2019-07-03 Pedro AlvesIntroduce the "with" command
2019-06-25 Philippe WaroquiersFix alias command not detecting non matching prefix...
2019-06-12 Pedro AlvesMake check_for_argument skip whitespace after arg itself
2019-06-10 Tom TromeyRemove newlines from warnings
2019-06-03 Philippe WaroquiersImprove usability and/or readibility of help and apropo...
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 Jan VranyMI: extract command completion logic from complete_comm...
2019-05-04 Tom TromeyChange valid_command_p to return bool
2019-04-19 Philippe WaroquiersOBVIOUS move add_comm_alias "!" <=> "shell" near the...
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-01-25 Tom TromeyNormalize includes to use common/
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-28 Tom TromeyReset terminal styles
2018-10-27 Tom TromeyUnify shell-finding logic
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-05 Tom TromeyRemove unnecessary casts from cli-cmds.c
2018-08-23 Kevin BuettnerDisassemble blocks with non-contiguous ranges
2018-06-05 Tom TromeyRemove some text from --version output
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-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyAdd set_repeat_arguments function
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-04 Pedro AlvesAdd missing-END_CATCH detection/protection (to gdb...
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-27 Tom TromeyConstify cd_command
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-27 Tom TromeyConstify some commands in cli-cmds.c
2017-09-27 Tom TromeyAdd add_cmd function overloads
2017-09-22 Sergio Durigan JuniorGet rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
2017-09-20 Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-09-04 Pedro AlvesClarify "list" output when specified lines are ambiguous
2017-09-03 Tom TromeyUse unique_xmalloc_ptr in cd_command
2017-08-22 Zhouyi ZhouList actual code around more than one location
2017-08-17 Pedro AlvesPlug source_command leak
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyMore uses of scoped_restore
2017-08-03 Tom TromeyChange return type of find_and_open_script
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17 Pedro Alves"complete" command and completion word break characters
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify shell_escape and plug make_co...
2017-02-02 Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-09-23 Tom TromeyUse std::string rather than dyn-string
2016-09-21 Tom TromeyPR gdb/20604 - fix "quit" when an invalid expression...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-04-14 Pedro AlvesAvoid "format not a string literal" warnings
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-11 Andrew Burgessgdb: Extend help text for 'list' command.
2015-12-11 Andrew Burgessgdb: Add an error when 'list -' reaches the start of...
2015-12-11 Andrew Burgessgdb: 'list' command, tweak handling of +/- arguments.
2015-12-11 Andrew Burgessgdb: Small code restructure for list_command.
2015-12-11 Andrew Burgessgdb: Use NULL instead of 0 for pointer comparison.
2015-10-26 Doug EvansPR python/18938: source -s foo.py with foo.py a symlink...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-15 Doug EvansNew /s modifier for the disassemble command.
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-04-11 Jan KratochvilRemove --xdb
2015-01-31 Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-18 Doug EvansSYMTAB_DIRNAME: New macro.
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-07 Gabriel Krisman... Fix PR gdb/17035: "show user" doesn't list user-defined...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-06-26 Tom Tromeyconstify error_no_arg
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-05-21 Pedro AlvesPR gdb/13860: make -interpreter-exec console "list...
2014-04-25 Tom Tromeydocument "quit" command's argument
2014-02-10 Doug EvansAdd Guile as an extension language.
2014-02-06 Doug EvansExtension Language API
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12 Pedro AlvesEliminate UNSUPPORTED_ERROR.
2013-12-06 Tom Tromeyfix a couple of FIXMEs
2013-11-18 Tom Tromeyremove gdb_string.h
next