Fix latent bug with custom word point completers
[deliverable/binutils-gdb.git] / gdb / cli /
2019-06-10  Tom TromeyRemove newlines from warnings
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-06-03  Philippe WaroquiersImprove usability and/or readibility of help and apropo...
2019-06-03  Philippe WaroquiersAdd highlight style, title style, fputs_highlighted...
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  Alan HaywardAdd debug redirect option
2019-05-17  Alan HaywardChange file close behavior for tee_file
2019-05-17  Jan VranyMI: extract command completion logic from complete_comm...
2019-05-04  Tom TromeyChange valid_command_p to return bool
2019-05-04  Tom TromeyChange valid_user_defined_cmd_name_p to return bool
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-19  Philippe WaroquiersOBVIOUS move add_comm_alias "!" <=> "shell" near the...
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-03-14  Tom TromeyAdd the "set style source" command
2019-03-14  Tom TromeyMake TUI react to "set style enabled"
2019-03-09  Eli ZaretskiiSupport styling on native MS-Windows console
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-20  Simon MarchiFix error message and use-after-free on errors in neste...
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-12  Philippe WaroquiersImplement help/show values for 'set|show style'.
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-30  Philippe WaroquiersFix 'help set/show style' strange layouts/results.
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
next
This page took 0.223189 seconds and 7 git commands to generate.