Home
last modified time | relevance | path

Searched refs:pc_module_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp124 ModuleSP pc_module_sp (m_current_pc.GetModule()); in InitializeZerothFrame() local
125 if (!m_current_pc.IsValid() || !pc_module_sp) in InitializeZerothFrame()
131 if (pc_module_sp.get() in InitializeZerothFrame()
132 …&& (pc_module_sp->ResolveSymbolContextForAddress (m_current_pc, eSymbolContextFunction| eSymbolCon… in InitializeZerothFrame()
283 ModuleSP pc_module_sp (m_current_pc.GetModule()); in InitializeNonZerothFrame() local
284 if (!m_current_pc.IsValid() || !pc_module_sp) in InitializeNonZerothFrame()
373 …if ((pc_module_sp->ResolveSymbolContextForAddress (m_current_pc, eSymbolContextFunction| eSymbolCo… in InitializeNonZerothFrame()
412 …if ((pc_module_sp->ResolveSymbolContextForAddress (temporary_pc, eSymbolContextFunction| eSymbolCo… in InitializeNonZerothFrame()
575 ModuleSP pc_module_sp (m_current_pc.GetModule()); in GetFastUnwindPlanForFrame() local
577 if (!m_current_pc.IsValid() || !pc_module_sp || pc_module_sp->GetObjectFile() == NULL) in GetFastUnwindPlanForFrame()
[all …]
/external/lldb/source/Target/
DStackFrame.cpp143 ModuleSP pc_module_sp (pc_addr.GetModule()); in StackFrame() local
144 if (!m_sc.module_sp || m_sc.module_sp != pc_module_sp) in StackFrame()
146 if (pc_module_sp) in StackFrame()
148 m_sc.module_sp = pc_module_sp; in StackFrame()