This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3 v2] Implement completion limiting


> From: Doug Evans <xdje42@gmail.com>
> Cc: gbenson@redhat.com,  gdb-patches@sourceware.org
> Date: Sat, 24 Jan 2015 17:11:24 -0800
> 
> +@item set max-completions @var{limit}
> +@itemx set max-completions unlimited
> +Set the maximum number of candidates that @value{GDBN} will collect
> +and show during completion.

I'd prefer saying this more explicitly, for example:

  Set the maximum number of completion candidates.  @value{GDBN} will
  stop looking for more completions once it collects this many
  candidates.

WDYT?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]