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] | |
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", ...]
An upper bound on how many compeltions returned wouldn't hurt. Leave it for the person that implements this.if all? is YES. This would do both single & double <TAB>. Maybe num_completions for all? == YES might be helpful as well?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |