diff options
author | Adam Fedor <fedor@gnu.org> | 2002-10-14 02:02:42 +0000 |
---|---|---|
committer | Adam Fedor <fedor@gnu.org> | 2002-10-14 02:02:42 +0000 |
commit | d069f99d468405ae9e627a0112cdd06cd817eb5e (patch) | |
tree | bf45681490a0dcb655d6e8b6c6a00f34e4fac46e /gdb/value.h | |
parent | 53c551b7ca9c16f621072b09e45eb0c21fc7e91b (diff) | |
download | ppe42-binutils-d069f99d468405ae9e627a0112cdd06cd817eb5e.tar.gz ppe42-binutils-d069f99d468405ae9e627a0112cdd06cd817eb5e.zip |
valops.c (value_of_local): New function.
(value_of_this): Use it.
value.h (value_of_local): Declared.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index efabecb880..a38b576947 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -566,4 +566,6 @@ extern CORE_ADDR default_push_arguments (int nargs, struct value ** args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr); +extern struct value *value_of_local (const char *name, int complain); + #endif /* !defined (VALUE_H) */ |