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: [RFC][python] Add support for commands implemented in Python


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

>> +@defmethod Command complete text word
>> +This method is called by @value{GDBN} when the user attempts @key{TAB}
>> +completion on this command.

Eli> Only TAB, or the other completion-related keys? what about M-?, for
Eli> example?

Yes, it is also used to implement M-? and the CLI "complete" command.

Tom


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