From d069f99d468405ae9e627a0112cdd06cd817eb5e Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Mon, 14 Oct 2002 02:02:42 +0000 Subject: valops.c (value_of_local): New function. (value_of_this): Use it. value.h (value_of_local): Declared. --- gdb/value.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/value.h') 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) */ -- cgit v1.2.1