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: [PATCH 8/9] class-local typedef substitutions


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

>> +set print type methods (on|off)
>> +show print type methods
>> +  Control whether method declarations are displayed by "ptype".
>> +  The default is to show them.
>> +
>> +set print type typedefs (on|off)
>> +show print type typedefs
>> +  Control whether typedef definitions are displayed by "ptype".
>> +  The default is to show them.
>> +

Eli> This part is OK, but shouldn't there be a patch for the manual to
Eli> match it?  Or did I miss something?

Somehow the doc parts were in patch #6 ("add ptype/r to the cli").
You approved it conditionally -- thanks for bringing this up, I didn't
make those changes yet.  I'll make the updates now and I'll see whether
one of the changes should go into a different patch in the series.

Tom


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