diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-04 05:20:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-04 05:20:09 +0000 |
commit | f23631e4447c390d81cd0dcf027b34077d2125b9 (patch) | |
tree | 7773269e95b0ec4788714fb459122535cc76c80c /gdb/doc | |
parent | 5c8844646d88eaf4ec6b9c682fc1a32757fd0c07 (diff) | |
download | gdb-f23631e4447c390d81cd0dcf027b34077d2125b9.zip gdb-f23631e4447c390d81cd0dcf027b34077d2125b9.tar.gz gdb-f23631e4447c390d81cd0dcf027b34077d2125b9.tar.bz2 |
s/value_ptr/struct value */
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 600d0a7..981b850 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 3a2108d..8ffdf52 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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. |