(Symbols): Fix "(gdb)"=>"(@value{GDBP})".
This commit is contained in:
parent
f38c2df572
commit
ddb50cd7c2
|
@ -1,3 +1,7 @@
|
|||
2006-06-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
|
||||
|
||||
2006-06-02 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* gdb.texinfo (GDB/MI Development and Front Ends): Use
|
||||
|
|
|
@ -10599,7 +10599,7 @@ given these declarations:
|
|||
but no definition for @code{struct foo} itself, @value{GDBN} will say:
|
||||
|
||||
@smallexample
|
||||
(gdb) ptype foo
|
||||
(@value{GDBP}) ptype foo
|
||||
$1 = <incomplete type>
|
||||
@end smallexample
|
||||
|
||||
|
|
Loading…
Reference in New Issue