Searched refs:value_at (Results 1 – 25 of 26) sorted by relevance
12
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | d-valprint.c | 61 ival = value_at (true_type, addr); in dynamic_array_type()
|
| D | m2-valprint.c | 241 value_at (type->target_type (), unpack_pointer (type, valaddr)); in print_variable_at_address()
|
| D | c-valprint.c | 219 vt_val = value_at (wtype, vt_address); in print_unpacked_pointer()
|
| D | findvar.c | 402 ref = value_at (lookup_pointer_type (type), argref); in read_var_value()
|
| D | p-valprint.c | 267 vt_val = value_at (wtype, vt_address); in value_print_inner()
|
| D | valops.c | 276 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()
|
| D | value.h | 1107 extern struct value *value_at (struct type *type, CORE_ADDR addr);
|
| D | ada-tasks.c | 611 first_id = value_as_long (value_at (u32type, addr)); in ada_get_tcb_types_info()
|
| D | gnu-v3-abi.c | 292 vtable_pointer = value_at (vtable_pointer_type, container_addr); in gnuv3_get_vtable()
|
| D | infcmd.c | 1607 rv->value = value_at (rv->type, return_buf); in should_stop()
|
| D | valprint.c | 588 deref_val = value_at (type->target_type (), in generic_val_print_ref()
|
| D | ChangeLog-1998 | 2402 * 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
|
| D | ChangeLog-3.x | 4766 valops.c (value_at): read_memory and read_inferior_memory now work 4769 value_at to detect references to addresses which are out of
|
| D | ChangeLog-1990 | 3078 * valops.c (value_at): Don't print "I/O error" on EIO from 3138 various: Call value_at_lazy instead of value_at.
|
| D | ChangeLog-1997 | 2842 value_at and value_at_lazy.
|
| D | ada-lang.c | 2811 v = value_at (type, obj->address () + offset); in ada_value_primitive_packed_val()
|
| D | ChangeLog-2014 | 9754 * 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.
|
| D | ChangeLog-1999 | 7369 * 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
|
| D | ChangeLog-1996 | 543 * valops.c (value_at, value_fetch_lazy): Put in D10V call
|
| D | ChangeLog-2009 | 3363 (value_at): Guts moved to get_value_at. 8784 (value_at): Likewise.
|
| D | ChangeLog-2004 | 1159 (value_at, value_at_lazy): Delete asection parameter. 1163 * valops.c (value_cast, value_at, value_at_lazy)
|
| D | ChangeLog-1994 | 3923 * valops.c (value_at, value_at_lazy): Give error if we dereference
|
| D | ChangeLog-2000 | 4513 * valops.c (value_at, value_fetch_lazy): Likewise.
|
| D | ChangeLog-2001 | 4186 * valops.c (value_at, value_fetch_lazy): Same.
|
| D | ChangeLog-2015 | 10035 correct address in call to value_at. Adjust call to
|
12