Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp147 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread()
H A DCommandCompletions.cpp759 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes()
H A DCommandObjectFrame.cpp330 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute()
H A DCommandObjectTarget.cpp4560 uint32_t frame_count = thread->GetStackFrameCount(); in AddSymbolsForStack()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp124 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp148 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h427 virtual uint32_t GetStackFrameCount() { in GetStackFrameCount() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1109 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5147 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren()
7429 if (c == 'u' && frame_idx + 1 < thread->GetStackFrameCount()) in WindowDelegateHandleChar()