Home
last modified time | relevance | path

Searched refs:reg_context_sp (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
DStackFrame.h55 const lldb::RegisterContextSP &reg_context_sp,
63 const lldb::RegisterContextSP &reg_context_sp,
/external/lldb/source/Target/
DStackFrame.cpp77 const RegisterContextSP &reg_context_sp, in StackFrame() argument
84 m_reg_context_sp (reg_context_sp), in StackFrame()
101 if (reg_context_sp && !m_sc.target_sp) in StackFrame()
103 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
112 const RegisterContextSP &reg_context_sp, in StackFrame() argument
119 m_reg_context_sp (reg_context_sp), in StackFrame()
136 if (m_sc.target_sp.get() == NULL && reg_context_sp) in StackFrame()
138 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
/external/lldb/source/Expression/
DMaterializer.cpp1145 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Materialize() local
1147 if (!reg_context_sp->ReadRegister(&m_register_info, reg_value)) in Materialize()
1208 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Dematerialize() local
1230 if (!reg_context_sp->WriteRegister(&m_register_info, register_value)) in Dematerialize()