Fix the read/write flag for these registers on AArch64
[deliverable/binutils-gdb.git] / gdb / cli /
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
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-11-07  Tom TromeyAdd set_repeat_arguments function
2017-11-07  Tom TromeyMake set_cmd_cfunc private
2017-11-07  Tom TromeyConstify add_com_suppress_notification
2017-11-07  Tom TromeyConstify add_abbrev_prefix_cmd
2017-11-07  Pedro AlvesMake breakpoint/location number parsing error output...
2017-11-01  Simon MarchiUse console uiout when executing breakpoint commands
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
next
This page took 0.16207 seconds and 7 git commands to generate.