gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / cli /
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
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
next
This page took 0.291193 seconds and 7 git commands to generate.