Home
last modified time | relevance | path

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

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