mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
2004-11-12 Andrew Cagney <cagney@gnu.org>
* defs.h (enum lval_type): Delete lval_reg_frame_relative. * value.h (struct value): Update comment. * valops.c (value_assign): Fold lval_reg_fame_relative into lval_register. * findvar.c (value_from_register, locate_var_value): Ditto.
This commit is contained in:
10
gdb/defs.h
10
gdb/defs.h
@ -630,18 +630,14 @@ enum lval_type
|
||||
{
|
||||
/* Not an lval. */
|
||||
not_lval,
|
||||
/* In memory. Could be a saved register. */
|
||||
/* In memory. */
|
||||
lval_memory,
|
||||
/* In a register. */
|
||||
/* In a register. Registers are relative to a frame. */
|
||||
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
|
||||
lval_internalvar_component
|
||||
};
|
||||
|
||||
/* Control types for commands */
|
||||
|
Reference in New Issue
Block a user