Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp148 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread()
H A DCommandObjectFrame.cpp333 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute()
H A DCommandCompletions.cpp724 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes()
H A DCommandObjectTarget.cpp4363 uint32_t frame_count = thread->GetStackFrameCount(); in AddSymbolsForStack()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp123 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp150 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h395 virtual uint32_t GetStackFrameCount() { in GetStackFrameCount() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp223 if (thread_sp && thread_sp->GetStackFrameCount() > 0 && in SafeToCallFunctionsOnThisThread()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp1099 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp601 uint32_t num_frames = thread->GetStackFrameCount(); in Evaluate_DW_OP_entry_value()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5122 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren()
7419 if (c == 'u' && frame_idx + 1 < thread->GetStackFrameCount()) in WindowDelegateHandleChar()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3593 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6312 uint32_t stack_frame_count = thread_sp->GetStackFrameCount();