Automatic date update in version.in
[external/binutils.git] / gdb / cli /
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-logging.c
2017-09-27 Tom TromeyConstify user_defined_command
2017-09-27 Tom TromeyConstify commands in cli-dump.c
2017-09-27 Tom TromeyConstify some commands in cli-cmds.c
2017-09-27 Tom TromeyConstify not_just_help_class_command
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 TromeyReplace clear_hook_in_cleanup with scoped_restore_hook_in
2017-09-11 Tom TromeyReplace interp_set_temp with scoped_restore_interp
2017-09-11 Tom TromeyMake extract_arg return a std::string
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 Simon MarchiError out immediatly when using if command without...
2017-09-04 Simon MarchiMove command lines types/declarations to cli-script.h
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 std::string in do_set_command
2017-09-03 Tom TromeyUse unique_xmalloc_ptr in cd_command
2017-08-28 Simon Marchidefine_command: Don't convert command name to lower...
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 TromeyReplace do_restore_instream_cleanup with scoped_restore
2017-08-03 Tom TromeyUse a scoped_restore for command_nest_depth
2017-08-03 Tom TromeyRemove user_call_depth
2017-08-03 Tom TromeyRemove in_user_command
2017-08-03 Tom TromeyUse containers to avoid cleanups
2017-08-03 Tom TromeyMore uses of scoped_restore
2017-08-03 Tom TromeyChange return type of find_and_open_script
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
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-07-17 Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-07-17 Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-06-30 Sergio Durigan JuniorPR cli/21688: Detect aliases when issuing python/compil...
2017-06-30 Sergio Durigan JuniorPR cli/21688: Fix multi-line/inline command differentiation
2017-06-14 Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-05-17 Yao QiAdd alias command to cmd_list_element
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-04-12 Tom TromeyUse scoped_restore in more places
2017-04-12 Tom TromeyIntroduce command_line_up
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Some constification in gdb/breakpoint.c
2017-04-05 Pedro Alves-Wwrite-strings: Constify shell_escape and plug make_co...
2017-02-08 Jerome GuittonCommand abbreviation in define
2017-02-08 Jerome GuittonCommand names: make them case sensitive
2017-02-03 Pedro AlvesC++-fy struct interp/cli_interp/tui_interp/mi_interp
2017-02-02 Pedro AlvesMove "tee" building down to interpreter::set_logging_proc
2017-02-02 Pedro AlvesFix "-gdb-set logging redirect on" crash
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-02-02 Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-11 Simon MarchiFix typo in lookup_cmd_1 comment
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-02 Pedro AlvesSupport an "unlimited" number of user-defined arguments
2016-12-02 Pedro AlvesFix PR 20559 - "eval" command and $arg0...$arg9/$argc...
2016-11-15 Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/cli/cli-setshow.c
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08 Pedro Alvescli-script.c: Simplify using std::string, eliminate...
2016-11-08 Pedro Alvescli/cli-script.c: Remove some dead NULL checks
2016-10-21 Tom TromeyReplace two xmallocs with unique_ptr
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-13 Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
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-06-21 Pedro AlvesMake stdin be per UI
2016-06-21 Pedro AlvesOnly send sync execution command output to the UI that...
2016-06-21 Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21 Pedro AlvesNew function should_print_stop_to_console
2016-06-21 Pedro AlvesSimplify starting the command event loop
2016-06-21 Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21 Pedro AlvesMake instream be per UI
2016-06-21 Pedro AlvesMake the intepreters output to all UIs
2016-06-21 Pedro AlvesIntroduce interpreter factories
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-04-28 Simon MarchiDon't show deprecated commands in help
2016-04-14 Pedro AlvesAvoid "format not a string literal" warnings
2016-04-04 Simon MarchiObvious function doc and formatting
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-15 Pedro AlvesStar wildcard ranges (e.g., "info thread 2.*")
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
next