This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v3 16/19] Implement completion limiting for tui_reggroup_completer.
- From: Doug Evans <xdje42 at gmail dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 22 Aug 2015 21:24:39 -0700
- Subject: Re: [PATCH v3 16/19] Implement completion limiting for tui_reggroup_completer.
- Authentication-results: sourceware.org; auth=none
- References: <20150806191404 dot 32159 dot 50755 dot stgit at valrhona dot uglyboxes dot com> <20150806192023 dot 32159 dot 18803 dot stgit at valrhona dot uglyboxes dot com>
Keith Seitz <keiths@redhat.com> writes:
> This is a new patch in the series.
>
> --
>
> This patch converts the (recently introduced) TUI register/group
> completer, tui_reggroup_completer, to use add_completion.
>
> gdb/ChangeLog
>
> * tui/tui-regs.c (tui_reggroup_completer): Use add_completion
> to add completions to the completion list.
>
> gdb/testsuite/ChangeLog
>
> * completion.exp: Add a completion-limit test for "tui reg".
LGTM