[PATCH 1/2] Introduce gdb.ValuePrinter

Tom Tromey tom@tromey.com
Tue Sep 26 14:08:37 GMT 2023


>> +To allow extensibility, @value{GDBN} provides the
>> +@code{gdb.ValuePrinter} base class.  This class does not provide any
>> +attributes or behavior, but instead serves as a tag that can be
>> +recognized by @value{GDBN}.  For such printers, @value{GDBN} reserves
>> +all attributes of starting with a lower-case letter.  That is, in the

Eli> I think that "of" should be removed.

I fixed this.

Tom


More information about the Gdb-patches mailing list