Home
last modified time | relevance | path

Searched refs:value_at (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dd-valprint.c61 ival = value_at (true_type, addr); in dynamic_array_type()
Dm2-valprint.c241 value_at (type->target_type (), unpack_pointer (type, valaddr)); in print_variable_at_address()
Dc-valprint.c219 vt_val = value_at (wtype, vt_address); in print_unpacked_pointer()
Dfindvar.c402 ref = value_at (lookup_pointer_type (type), argref); in read_var_value()
Dp-valprint.c267 vt_val = value_at (wtype, vt_address); in value_print_inner()
Dvalops.c276 return value_at (type, addr2); in value_cast_structs()
894 tem = value_at (resolved_type->target_type (), addr); in value_dynamic_cast()
1020 value_at (struct type *type, CORE_ADDR addr) in value_at() function
1030 struct value *result = value_at (type, addr); in value_at_non_lval()
Dvalue.h1107 extern struct value *value_at (struct type *type, CORE_ADDR addr);
Dada-tasks.c611 first_id = value_as_long (value_at (u32type, addr)); in ada_get_tcb_types_info()
Dgnu-v3-abi.c292 vtable_pointer = value_at (vtable_pointer_type, container_addr); in gnuv3_get_vtable()
Dinfcmd.c1607 rv->value = value_at (rv->type, return_buf); in should_stop()
Dvalprint.c588 deref_val = value_at (type->target_type (), in generic_val_print_ref()
DChangeLog-19982402 * valops.c (find_rt_vbase_offset): Add parameter to value_at.
2426 (value_at): Use VALUE_CONTENTS_ALL_RAW
2503 * values.c (value_virtual_fn_field): Fix call to value_at.
2571 (find_rt_vbase_offset): Fixed call to value_at
4714 (do_examine): Call value_at_lazy instead of value_at so that
6731 * valops.c (value_at): For d10v, make read pointers with
6868 (value_at): Ditto. Also ensure data pointers are mapped to data
DChangeLog-3.x4766 valops.c (value_at): read_memory and read_inferior_memory now work
4769 value_at to detect references to addresses which are out of
DChangeLog-19903078 * valops.c (value_at): Don't print "I/O error" on EIO from
3138 various: Call value_at_lazy instead of value_at.
DChangeLog-19972842 value_at and value_at_lazy.
Dada-lang.c2811 v = value_at (type, obj->address () + offset); in ada_value_primitive_packed_val()
DChangeLog-20149754 * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
9787 * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
9911 * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
DChangeLog-19997369 * valops.c (value_at): Replace #ifdef GDB_TARGET_IS_D10V code with
7648 the result will be passed to value_at which expects host-byte
DChangeLog-1996543 * valops.c (value_at, value_fetch_lazy): Put in D10V call
DChangeLog-20093363 (value_at): Guts moved to get_value_at.
8784 (value_at): Likewise.
DChangeLog-20041159 (value_at, value_at_lazy): Delete asection parameter.
1163 * valops.c (value_cast, value_at, value_at_lazy)
DChangeLog-19943923 * valops.c (value_at, value_at_lazy): Give error if we dereference
DChangeLog-20004513 * valops.c (value_at, value_fetch_lazy): Likewise.
DChangeLog-20014186 * valops.c (value_at, value_fetch_lazy): Same.
DChangeLog-201510035 correct address in call to value_at. Adjust call to

12