GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | image_base |
CORE_ADDR | start_rva |
CORE_ADDR | end_rva |
CORE_ADDR | pc |
CORE_ADDR | sp |
CORE_ADDR | prev_reg_addr [16] |
CORE_ADDR | prev_xmm_addr [16] |
CORE_ADDR | prev_rip_addr |
CORE_ADDR | prev_rsp_addr |
CORE_ADDR | prev_sp |
Definition at line 452 of file amd64-windows-tdep.c.
CORE_ADDR amd64_windows_frame_cache::end_rva |
Definition at line 459 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_insns(), and pc_in_range().
CORE_ADDR amd64_windows_frame_cache::image_base |
Definition at line 455 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_insns(), amd64_windows_frame_this_id(), and pc_in_range().
CORE_ADDR amd64_windows_frame_cache::pc |
Definition at line 462 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_epilogue(), and amd64_windows_frame_decode_insns().
CORE_ADDR amd64_windows_frame_cache::prev_reg_addr[16] |
Definition at line 468 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_decode_epilogue(), amd64_windows_frame_decode_insns(), and amd64_windows_frame_prev_register().
CORE_ADDR amd64_windows_frame_cache::prev_rip_addr |
Definition at line 474 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_epilogue(), amd64_windows_frame_decode_insns(), and amd64_windows_frame_prev_register().
CORE_ADDR amd64_windows_frame_cache::prev_rsp_addr |
Definition at line 477 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_decode_insns(), and amd64_windows_frame_prev_register().
CORE_ADDR amd64_windows_frame_cache::prev_sp |
Definition at line 480 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_epilogue(), amd64_windows_frame_decode_insns(), amd64_windows_frame_prev_register(), and amd64_windows_frame_this_id().
CORE_ADDR amd64_windows_frame_cache::prev_xmm_addr[16] |
Definition at line 469 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_decode_insns(), and amd64_windows_frame_prev_register().
CORE_ADDR amd64_windows_frame_cache::sp |
Definition at line 465 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_epilogue(), and amd64_windows_frame_decode_insns().
CORE_ADDR amd64_windows_frame_cache::start_rva |
Definition at line 458 of file amd64-windows-tdep.c.
Referenced by amd64_windows_frame_cache(), amd64_windows_frame_decode_insns(), amd64_windows_frame_this_id(), and pc_in_range().