s/value_ptr/struct value */
This commit is contained in:
parent
5c8844646d
commit
f23631e444
8 changed files with 367 additions and 341 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-03 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdbint.texinfo (Target Architecture Definition): Replace
|
||||
value_ptr with struct value pointer.
|
||||
|
||||
2002-01-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* gdb.texinfo (Free Software): Fix wording.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
@ifinfo
|
||||
This file documents the internals of the GNU debugger @value{GDBN}.
|
||||
Copyright 1990,1991,1992,1993,1994,1996,1998,1999,2000,2001
|
||||
Copyright 1990,1991,1992,1993,1994,1996,1998,1999,2000,2001,2002
|
||||
Free Software Foundation, Inc.
|
||||
Contributed by Cygnus Solutions. Written by John Gilmore.
|
||||
Second Edition by Stan Shebs.
|
||||
|
@ -2425,7 +2425,7 @@ If @var{type} is not a pointer or reference type, then this function
|
|||
will signal an internal error.
|
||||
@end deftypefun
|
||||
|
||||
@deftypefun CORE_ADDR value_as_address (value_ptr @var{val})
|
||||
@deftypefun CORE_ADDR value_as_address (struct value *@var{val})
|
||||
Assuming that @var{val} is a pointer, return the address it represents,
|
||||
as appropriate for the current architecture.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue