33 struct ui_file *stream,
int recurse,
34 const struct value *val,
47 struct type *true_type;
48 struct type *ptr_type;
68 stream, recurse + 1, ival, options);
78 const struct value *val,
88 stream, recurse, val, options);
92 c_val_print (type, valaddr, embedded_offset, address, stream,
93 recurse, val, options);
struct type * lookup_array_range_type(struct type *element_type, LONGEST low_bound, LONGEST high_bound)
#define TYPE_FIELD_NAME(thistype, n)
CORE_ADDR unpack_pointer(struct type *type, const gdb_byte *valaddr)
struct value * value_at(struct type *type, CORE_ADDR addr)
void c_val_print(struct type *, const gdb_byte *, int, CORE_ADDR, struct ui_file *, int, const struct value *, const struct value_print_options *)
const gdb_byte * value_contents_for_printing(struct value *value)
int value_bits_any_optimized_out(const struct value *value, int bit_offset, int bit_length)
#define TYPE_FIELD_TYPE(thistype, n)
struct type * check_typedef(struct type *type)
LONGEST unpack_field_as_long(struct type *type, const gdb_byte *valaddr, int fieldno)
void d_val_print(struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options)
#define TYPE_FIELD_BITPOS(thistype, n)
#define TYPE_TARGET_TYPE(thistype)
static int dynamic_array_type(struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options)
#define TYPE_CODE(thistype)
#define TYPE_NFIELDS(thistype)
#define CHECK_TYPEDEF(TYPE)
int value_embedded_offset(struct value *value)
struct type * value_type(const struct value *value)
#define TYPE_LENGTH(thistype)