Searched refs:RegisterContextMacOSXFrameBackchain (Results 1 – 5 of 5) sorted by relevance
26 RegisterContextMacOSXFrameBackchain::RegisterContextMacOSXFrameBackchain( in RegisterContextMacOSXFrameBackchain() function in RegisterContextMacOSXFrameBackchain35 RegisterContextMacOSXFrameBackchain::~RegisterContextMacOSXFrameBackchain() {} in ~RegisterContextMacOSXFrameBackchain()37 void RegisterContextMacOSXFrameBackchain::InvalidateAllRegisters() { in InvalidateAllRegisters()41 size_t RegisterContextMacOSXFrameBackchain::GetRegisterCount() { in GetRegisterCount()46 RegisterContextMacOSXFrameBackchain::GetRegisterInfoAtIndex(size_t reg) { in GetRegisterInfoAtIndex()50 size_t RegisterContextMacOSXFrameBackchain::GetRegisterSetCount() { in GetRegisterSetCount()55 RegisterContextMacOSXFrameBackchain::GetRegisterSet(size_t reg_set) { in GetRegisterSet()59 bool RegisterContextMacOSXFrameBackchain::ReadRegister( in ReadRegister()136 bool RegisterContextMacOSXFrameBackchain::WriteRegister( in WriteRegister()143 bool RegisterContextMacOSXFrameBackchain::ReadAllRegisterValues( in ReadAllRegisterValues()[all …]
18 class RegisterContextMacOSXFrameBackchain21 RegisterContextMacOSXFrameBackchain(25 ~RegisterContextMacOSXFrameBackchain() override;54 DISALLOW_COPY_AND_ASSIGN(RegisterContextMacOSXFrameBackchain);
35 friend class RegisterContextMacOSXFrameBackchain; variable
69 reg_ctx_sp.reset(new RegisterContextMacOSXFrameBackchain( in DoCreateRegisterContextForFrame()
403 SRCS+= Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp