This is the mail archive of the gdb-prs@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]

[Bug cli/15548] Limit completions to a pre-defined limit when completions list is very large


http://sourceware.org/bugzilla/show_bug.cgi?id=15548

--- Comment #3 from dje at google dot com ---
My bad, seems like this can be handled entirely within gdb.
[no readline changes needed: it's gdb's completers that construct the list of
all completions, hopefully there's no reason why we can't just have them query
the user whether s/he wants to continue.
doesn't make much sense for e.g., signal_completer, other than wanting the max
#completions to apply to all completers - seems excessive]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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