BRBUILDLOG:command:br_prepare_repo binutils_gdb master
---> git remote prune origin
---> git pull --all
Fetching origin
Already up-to-date.
Current top commit:
commit 60cfcb20ce8f95a6f71f68c51b295defa5d27032
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date: Thu Jul 11 15:39:55 2019 +0100
gdb: Add command completers for some info commands
Add command completion for info variables, functions, args, and
locals. This completer only completes the command line options as
these commands all take a regexp which GDB can't really offer
completions for.
gdb/ChangeLog:
* cli/cli-utils.c (info_print_command_completer): New function.
* cli/cli-utils.h: Add 'completer.h' include, and forward
declaration for 'struct cmd_list_element'.
(info_print_command_completer): Declare.
* stack.c (_initialize_stack): Add completer for 'info locals' and
'info args'.
* symtab.c (_initialize_symtab): Add completer for 'info
variables' and 'info functions'.
* NEWS: Mention completion for additional info commands.
Outstanding patch:
BRBUILDLOG:starttime:1562873882
BRBUILDLOG:stoptime:1562873884
BRBUILDLOG:duration:2
BRBUILDLOG:status:0BRBUILDLOG:command:br_prepare_repo gcc master
---> git remote prune origin
---> git pull --all
Fetching origin
error: Your local changes to the following files would be overwritten by merge:
gcc/config/tilegx/mul-tables.c
Please, commit your changes or stash them before you can merge.
Aborting
Updating a16222e..1323f72
BRBUILDLOG:starttime:1562873884
BRBUILDLOG:stoptime:1562873888
BRBUILDLOG:duration:4
BRBUILDLOG:status:1