2005-02-07 Andrew Cagney <cagney@gnu.org>

* value.h (value_next): Declare.
	* value.c (value_next): Define.
	* breakpoint.c: Update.
This commit is contained in:
Andrew Cagney
2005-02-08 01:59:38 +00:00
parent 88e3b34b7c
commit 17cf0ecde3
4 changed files with 20 additions and 5 deletions

View File

@@ -173,6 +173,11 @@ struct value
};
/* Values are stored in a chain, so that they can be deleted easily
over calls to the inferior. Values assigned to internal variables
or put into the value history are taken off this list. */
struct value *value_next (struct value *);
extern struct type *value_type (struct value *);
/* This is being used to change the type of an existing value, that
code should instead be creating a new value with the changed type