This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Patch: implement new dynamic varobj spec
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
Nick> Existing documentation uses @var for field names, while new uses @samp.
>> Yeah. @var seems clearly wrong there.
>> I will change the new code though.
Eli> What part of the patch does this refer to? I didn't yet read the
Eli> patch carefully, but just skimming it I don't see any wrong @var.
Eli> Please be more specific.
He is saying that the patch has additions like:
@table @samp
@item name
The name of the varobj.
... but existing MI documentation uses @table @var.
Tom