Searched refs:GetFramesUpTo (Results 1 - 3 of 3) sorted by path

/external/lldb/include/lldb/Target/
H A DStackFrameList.h105 GetFramesUpTo (uint32_t end_idx);
H A DUnwind.h56 GetFramesUpTo (uint32_t end_idx) function in class:lldb_private::Unwind
/external/lldb/source/Target/
H A DStackFrameList.cpp110 GetFramesUpTo(0);
254 StackFrameList::GetFramesUpTo(uint32_t end_idx) function in class:StackFrameList
384 //printf ("GetFramesUpTo: Copying current inlined depth: %d 0x%" PRIx64 ".\n", curr_frames->m_current_inlined_depth, curr_frames->m_current_inlined_pc);
452 uint32_t num_frames = unwinder->GetFramesUpTo(end_idx);
468 GetFramesUpTo (UINT32_MAX);
518 // GetFramesUpTo will fill m_frames with as many frames as you asked for,
521 GetFramesUpTo (idx);
526 // When inline frames are enabled we actually create all the frames in GetFramesUpTo.

Completed in 214 milliseconds