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.cpp145 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread()
H A DCommandObjectFrame.cpp306 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute()
H A DCommandCompletions.cpp750 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes()
H A DCommandObjectTarget.cpp4547 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.cpp150 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h402 virtual uint32_t GetStackFrameCount() { in GetStackFrameCount() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1095 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5145 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren()
7443 if (c == 'u' && frame_idx + 1 < thread->GetStackFrameCount()) in WindowDelegateHandleChar()