Home
last modified time | relevance | path

Searched refs:REGISTER_TO_VALUE (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gdb/gdb/
HDfindvar.c653 REGISTER_TO_VALUE (frame, regnum, type, VALUE_CONTENTS_RAW (v)); in value_from_register()
HDgdbarch.h1276 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL) && defined (REGISTER_TO_VALUE)
1279 #if !defined (REGISTER_TO_VALUE)
1280 #define REGISTER_TO_VALUE(frame, regnum, type, buf) (gdbarch_register_to_value (current_gdbarch, fr… macro
HDgdbarch.c2040 #ifdef REGISTER_TO_VALUE in gdbarch_dump()
2044 XSTRING (REGISTER_TO_VALUE (frame, regnum, type, buf))); in gdbarch_dump()
/trueos/contrib/gdb/gdb/doc/
HDgdbint.texinfo2817 When non-zero, the macros @code{REGISTER_TO_VALUE} and
2821 @deftypefn {Target Macro} void REGISTER_TO_VALUE (int @var{reg}, struct type *@var{type}, char *@va…
2826 Note that @code{REGISTER_TO_VALUE} and @code{VALUE_TO_REGISTER} take
2829 You should only use @code{REGISTER_TO_VALUE} with registers for which
2837 Note that @code{REGISTER_TO_VALUE} and @code{VALUE_TO_REGISTER} take
3485 @item REGISTER_TO_VALUE(@var{regnum}, @var{type}, @var{from}, @var{to})
3486 @findex REGISTER_TO_VALUE