Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdStack.cpp112 m_nThreadFrames = thread.GetNumFrames(); in Execute()
355 MIuint nThreadFrames = thread.GetNumFrames(); in Execute()
571 const MIuint nFrames = thread.GetNumFrames(); in Execute()
1059 m_bFrameInvalid = (nFrameId >= sbThread.GetNumFrames()); in Execute()
H A DMICmnLLDBDebuggerHandleEvents.cpp1155 const MIuint nFrames = thread.GetNumFrames(); in HandleProcessEventStopSignal()
1262 const MIuint nFrame = thread.GetNumFrames(); in MiHelpGetCurrentThreadFrame()
1346 const MIuint nFrame = thread.GetNumFrames(); in MiStoppedAtBreakPoint()
1442 const MIuint nFrame = thread.GetNumFrames(); in HandleProcessEventStopReasonTrace()
H A DMICmnLLDBDebugSessionInfo.cpp212 const uint32_t nFrames = thread.GetNumFrames(); in GetThreadFrames()
H A DMICmdCmdData.cpp121 m_bExpressionValid = (thread.GetNumFrames() > 0); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp609 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
844 if (!curr_ap || curr_ap->GetNumFrames(false) == 0) { in Merge()
852 if (!prev_sp || prev_sp->GetNumFrames(false) == 0) { in Merge()
863 const uint32_t num_curr_frames = curr_ap->GetNumFrames(false); in Merge()
887 const uint32_t num_prev_frames = prev_sp->GetNumFrames(false); in Merge()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h34 uint32_t GetNumFrames(bool can_create = true);
H A DThread.h419 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h169 uint32_t GetNumFrames();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp1244 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread