[RFC][python] Add support for commands implemented in Python

Tom Tromey tromey@redhat.com
Wed Feb 4 19:50:00 GMT 2009


>>>>> "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



More information about the Gdb-patches mailing list