GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | base |
int | base_p |
CORE_ADDR | sp_offset |
CORE_ADDR | pc |
CORE_ADDR | saved_regs [AMD64_NUM_SAVED_REGS] |
CORE_ADDR | saved_sp |
int | saved_sp_reg |
int | frameless_p |
Definition at line 1951 of file amd64-tdep.c.
CORE_ADDR amd64_frame_cache::base |
Definition at line 1954 of file amd64-tdep.c.
Referenced by amd64_epilogue_frame_cache(), amd64_epilogue_frame_this_id(), amd64_frame_base_address(), amd64_frame_cache_1(), amd64_frame_this_id(), amd64_frame_unwind_stop_reason(), amd64_init_frame_cache(), amd64_sigtramp_frame_cache(), and amd64_sigtramp_frame_this_id().
int amd64_frame_cache::base_p |
Definition at line 1955 of file amd64-tdep.c.
Referenced by amd64_epilogue_frame_cache(), amd64_epilogue_frame_this_id(), amd64_epilogue_frame_unwind_stop_reason(), amd64_frame_cache_1(), amd64_frame_this_id(), amd64_frame_unwind_stop_reason(), amd64_init_frame_cache(), amd64_sigtramp_frame_cache(), amd64_sigtramp_frame_this_id(), and amd64_sigtramp_frame_unwind_stop_reason().
int amd64_frame_cache::frameless_p |
Definition at line 1965 of file amd64-tdep.c.
Referenced by amd64_analyze_prologue(), amd64_frame_cache_1(), amd64_init_frame_cache(), and amd64_skip_prologue().
CORE_ADDR amd64_frame_cache::pc |
Definition at line 1957 of file amd64-tdep.c.
Referenced by amd64_analyze_prologue(), amd64_analyze_stack_align(), amd64_epilogue_frame_cache(), amd64_epilogue_frame_this_id(), amd64_frame_cache_1(), amd64_frame_this_id(), amd64_init_frame_cache(), amd64_skip_prologue(), and amd64_x32_analyze_stack_align().
CORE_ADDR amd64_frame_cache::saved_regs[AMD64_NUM_SAVED_REGS] |
Definition at line 1960 of file amd64-tdep.c.
Referenced by amd64_analyze_prologue(), amd64_epilogue_frame_cache(), amd64_frame_cache_1(), amd64_frame_prev_register(), amd64_init_frame_cache(), and amd64_sigtramp_frame_cache().
CORE_ADDR amd64_frame_cache::saved_sp |
Definition at line 1961 of file amd64-tdep.c.
Referenced by amd64_epilogue_frame_cache(), amd64_frame_cache_1(), amd64_frame_prev_register(), and amd64_init_frame_cache().
int amd64_frame_cache::saved_sp_reg |
Definition at line 1962 of file amd64-tdep.c.
Referenced by amd64_analyze_stack_align(), amd64_frame_cache_1(), amd64_init_frame_cache(), and amd64_x32_analyze_stack_align().
CORE_ADDR amd64_frame_cache::sp_offset |
Definition at line 1956 of file amd64-tdep.c.
Referenced by amd64_analyze_prologue(), amd64_epilogue_frame_cache(), amd64_frame_cache_1(), and amd64_init_frame_cache().