diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/value.h b/gdb/value.h index c4a33f5..453e934 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 { |