binutils-gdb/gdb/cli
Mike Frysinger ace2195744 gdb: include help aliases in help command completion
There are a bunch of aliases that get used with help, but the current
command completion logic does not include those when doing completions.

Since the framework is already mostly in place, extend complete_on_cmdlist
slightly to pass down the ignore_help_classes flag like is done with the
existing lookup command logic.

Now you can do:
	(gdb) help use<tab>
and get back:
	(gdb) help user-defined

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-11-20 21:02:36 +00:00
..
cli-cmds.c * tracepoint.c (print_one_static_tracepoint_marker): Constify. 2012-10-18 20:14:45 +00:00
cli-cmds.h gdb/ 2012-08-09 06:48:22 +00:00
cli-decode.c gdb: include help aliases in help command completion 2012-11-20 21:02:36 +00:00
cli-decode.h gdb/ 2012-08-09 12:53:46 +00:00
cli-dump.c * gdbarch.sh (target_gdbarch): Remove macro. 2012-11-09 19:58:03 +00:00
cli-dump.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-interp.c * Makefile.in (SFILES): Remove wrapper.c. 2012-01-09 20:27:49 +00:00
cli-logging.c Make logging work for MI. 2012-06-28 22:11:23 +00:00
cli-script.c gdb/ 2012-08-28 14:08:42 +00:00
cli-script.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-setshow.c gdb/ 2012-09-17 08:42:14 +00:00
cli-setshow.h gdb/ 2012-08-09 12:53:46 +00:00
cli-utils.c 2012-07-05 Hui Zhu <hui_zhu@mentor.com> 2012-07-05 01:00:43 +00:00
cli-utils.h 2012-07-05 Hui Zhu <hui_zhu@mentor.com> 2012-07-05 01:00:43 +00:00