2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
* gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
This commit is contained in:
parent
e31d1ea3ab
commit
e4937fc1bb
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
|
||||||
|
|
||||||
2004-02-04 Roland McGrath <roland@redhat.com>
|
2004-02-04 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Auxiliary Vector): New node (section).
|
* gdb.texinfo (Auxiliary Vector): New node (section).
|
||||||
|
|
|
@ -5915,10 +5915,10 @@ Depending on the configuration and operating system facilities,
|
||||||
@kindex info auxv
|
@kindex info auxv
|
||||||
@item info auxv
|
@item info auxv
|
||||||
Display the auxiliary vector of the inferior, which can be either a
|
Display the auxiliary vector of the inferior, which can be either a
|
||||||
live process or a core dump file. @{GDBN} prints each tag value
|
live process or a core dump file. @value{GDBN} prints each tag value
|
||||||
numerically, and also shows names and text descriptions for recognized
|
numerically, and also shows names and text descriptions for recognized
|
||||||
tags. Some values in the vector are numbers, some bit masks, and some
|
tags. Some values in the vector are numbers, some bit masks, and some
|
||||||
pointers to strings or other data. @{GDBN} displays each value in the
|
pointers to strings or other data. @value{GDBN} displays each value in the
|
||||||
most appropriate form for a recognized tag, and in hexadecimal for
|
most appropriate form for a recognized tag, and in hexadecimal for
|
||||||
an unrecognized tag.
|
an unrecognized tag.
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue