binutils-gdb/gdb/cli
Andrew Burgess 60cfcb20ce 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.
2019-07-11 20:19:24 +01:00
..
cli-cmds.c Remove init_cli_cmds 2019-07-11 10:28:27 -06:00
cli-cmds.h Remove init_cli_cmds 2019-07-11 10:28:27 -06:00
cli-decode.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
cli-decode.h Don't include gdbarch.h from defs.h 2019-07-10 14:53:53 -06:00
cli-dump.c Don't include gdbarch.h from defs.h 2019-07-10 14:53:53 -06:00
cli-interp.c Add debug redirect option 2019-05-17 14:21:47 +01:00
cli-interp.h Add debug redirect option 2019-05-17 14:21:47 +01:00
cli-logging.c Do not emit style escape sequences to log file 2019-06-14 14:13:29 -06:00
cli-option.c gdb: Allow quoting around string options in the gdb::option framework 2019-07-11 20:18:11 +01:00
cli-option.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
cli-script.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
cli-script.h Don't include gdbarch.h from defs.h 2019-07-10 14:53:53 -06:00
cli-setshow.c Introduce the "with" command 2019-07-03 13:35:45 +01:00
cli-setshow.h Introduce the "with" command 2019-07-03 13:35:45 +01:00
cli-style.c Add highlight style, title style, fputs_highlighted. Improve 'show style' 2019-06-03 21:59:11 +02:00
cli-style.h Don't include gdbarch.h from defs.h 2019-07-10 14:53:53 -06:00
cli-utils.c gdb: Add command completers for some info commands 2019-07-11 20:19:24 +01:00
cli-utils.h gdb: Add command completers for some info commands 2019-07-11 20:19:24 +01:00