This is the mail archive of the gdb@sources.redhat.com 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: gdb Digest 22 Jan 2003 10:11:55 -0000 Issue 1070


Andrew,

Done.  I suggested:

-interpreter-complete console all? string

which returns

completion="longest match"

if all? is NO, and

completions={"first match", "second match", ...}
completions=["first match", "second match", ...]

if all? is YES.  This would do both single & double <TAB>.  Maybe num_completions for all? == YES might be helpful as well?
An upper bound on how many compeltions returned wouldn't hurt. Leave it for the person that implements this.

Andrew



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