reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBThread.cpp
 1184       num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount();
tools/lldb/source/Commands/CommandObjectFrame.cpp
  337         const uint32_t num_frames = thread->GetStackFrameCount();
tools/lldb/source/Commands/CommandObjectThread.cpp
  213     const uint32_t frame_count = thread->GetStackFrameCount();
tools/lldb/source/Core/IOHandler.cpp
 2491           size_t num_frames = thread_sp->GetStackFrameCount();
tools/lldb/source/Expression/DWARFExpression.cpp
  784   uint32_t num_frames = thread->GetStackFrameCount();
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  119   for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) {
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  156   for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3597   for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) {
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  220   if (thread_sp && thread_sp->GetStackFrameCount() > 0 &&