Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp135 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread()
H A DCommandCompletions.cpp722 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes()
H A DCommandObjectFrame.cpp332 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp128 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp152 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h395 virtual uint32_t GetStackFrameCount() { in GetStackFrameCount() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1130 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp704 uint32_t num_frames = thread->GetStackFrameCount(); in Evaluate_DW_OP_entry_value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3897 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren()
5887 if (c == 'u' && frame_idx + 1 < thread->GetStackFrameCount()) in WindowDelegateHandleChar()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3606 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()