Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp513 Address temporary_pc; in InitializeNonZerothFrame() local
514 temporary_pc.SetLoadAddress (pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
519 ModuleSP temporary_module_sp = temporary_pc.GetModule(); in InitializeNonZerothFrame()
521 …temporary_module_sp->ResolveSymbolContextForAddress (temporary_pc, resolve_scope, m_sym_ctx) & res… in InitializeNonZerothFrame()