gdb: Add an overloaded ui_out::text accepting a const std::string &
[binutils-gdb.git] / gdb / cli / cli-cmds.c
2021-05-17 Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07 Andrew Burgessgdb/guile: perform tilde expansion when sourcing guile...
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-13 Andrew Burgessgdb: introduce new 'maint flush ' prefix command
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-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-15 Philippe WaroquiersFix/improve 'help CLASS' output
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-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-13 Simon Marchigdb: add back declarations for _initialize functions
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-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-06 Tom TromeyRemove some includes of readline.h
2019-10-31 Philippe WaroquiersImplement convenience functions to examine GDB settings.
2019-10-12 Christian BiesingerMove declaration of max_user_call_depth to header
2019-10-01 Tom TromeyStyle "pwd" output
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
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 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
next