Home
last modified time | relevance | path

Searched refs:CopyFromRegisterContext (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp125 bool RegisterContextThreadMemory::CopyFromRegisterContext( in CopyFromRegisterContext() function in RegisterContextThreadMemory
129 return m_reg_ctx_sp->CopyFromRegisterContext(reg_ctx_sp); in CopyFromRegisterContext()
H A DRegisterContextThreadMemory.h58 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h76 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
/src/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp227 bool RegisterContext::CopyFromRegisterContext(lldb::RegisterContextSP context) { in CopyFromRegisterContext() function in RegisterContext
H A DThread.cpp1520 bool copy_success = reg_ctx_sp->CopyFromRegisterContext( in ReturnFromFrame()