summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-08-23 22:40:00 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-08-23 22:40:00 +0000
commit44df2a89932b19fd7f0abbb64f92a5991dcf0e64 (patch)
tree85f4757e0472112140b124b30bd0ea4470ae3da2 /gdb/value.h
parentdabbe5792c0dfb781339ad7d8f8b1c8c25cb8ec3 (diff)
downloadgdb-44df2a89932b19fd7f0abbb64f92a5991dcf0e64.tar.gz
import gdb-1999-08-23 snapshot
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/value.h b/gdb/value.h
index c4a33f59ef0..453e9345272 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -27,23 +27,6 @@
* be possible for a program lval value to survive over a call to the inferior
* (ie to be put into the history list or an internal variable).
*/
-enum lval_type
- {
- /* Not an lval. */
- not_lval,
- /* In memory. Could be a saved register. */
- lval_memory,
- /* In a register. */
- lval_register,
- /* In a gdb internal variable. */
- lval_internalvar,
- /* Part of a gdb internal variable (structure field). */
- lval_internalvar_component,
- /* In a register series in a frame not the current one, which may have been
- partially saved or saved in different places (otherwise would be
- lval_register or lval_memory). */
- lval_reg_frame_relative
- };
struct value
{