Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDStackFrameList.cpp469 StackFrameList::GetNumFrames (bool can_create) in GetNumFrames() function in StackFrameList
772 if (curr_ap.get() == NULL || curr_ap->GetNumFrames (false) == 0) in Merge()
781 if (prev_sp.get() == NULL || prev_sp->GetNumFrames (false) == 0) in Merge()
793 const uint32_t num_curr_frames = curr_ap->GetNumFrames (false); in Merge()
817 const uint32_t num_prev_frames = prev_sp->GetNumFrames (false); in Merge()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackFrameList.h37 GetNumFrames (bool can_create = true);
HDThread.h309 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBThread.h166 GetNumFrames ();
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBThread.cpp1081 SBThread::GetNumFrames () in GetNumFrames() function in SBThread