Searched refs:unwind_frame_sp (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DStackFrameList.cpp287 StackFrameSP unwind_frame_sp; local
314 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(),
321 m_frames.push_back (unwind_frame_sp);
326 unwind_frame_sp = m_frames.front();
327 cfa = unwind_frame_sp->m_id.GetCallFrameAddress();
339 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc, NULL));
340 m_frames.push_back (unwind_frame_sp);
343 SymbolContext unwind_sc = unwind_frame_sp->GetSymbolContext (eSymbolContextBlock | eSymbolContextFunction);
347 Address curr_frame_address (unwind_frame_sp->GetFrameCodeAddress());
364 unwind_frame_sp
[all...]

Completed in 97 milliseconds