diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-02 22:34:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-02 22:34:36 +0000 |
commit | d69fe07ead0b14603cb37fd9659bffc11afa37b1 (patch) | |
tree | 533dc9f35cdcd999b12c8520a7fda6f944af14e0 /gdb/value.h | |
parent | 46615f07c3db91f7a0f138baec128749604dca43 (diff) | |
download | gdb-d69fe07ead0b14603cb37fd9659bffc11afa37b1.zip gdb-d69fe07ead0b14603cb37fd9659bffc11afa37b1.tar.gz gdb-d69fe07ead0b14603cb37fd9659bffc11afa37b1.tar.bz2 |
2005-02-02 Andrew Cagney <cagney@gnu.org>
* value.h (value_lazy): Declare.
* varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
* cp-valprint.c, breakpoint.c, ada-lang.c: Update.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index ba435bc..7963bf1 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -179,6 +179,7 @@ extern int value_bitpos (struct value *); extern int value_offset (struct value *); extern struct type *value_enclosing_type (struct value *); +extern int value_lazy (struct value *); #define VALUE_LAZY(val) (val)->lazy /* VALUE_CONTENTS and value_contents_raw() both return the address of |