Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp53 uint32_t frame_count = thread->GetStackFrameCount(); in DoExecute()
H A DCommandObjectFrame.cpp356 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute()
H A DCommandObjectThread.cpp215 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp118 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp155 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h418 virtual uint32_t GetStackFrameCount() { in GetStackFrameCount() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp1254 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2519 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3709 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()