Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp148 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread() local
149 for (uint32_t frame_index = 0; frame_index < frame_count; frame_index++) { in BucketThread()
H A DCommandObjectTarget.cpp4348 uint32_t frame_count = thread->GetStackFrameCount(); in AddSymbolsForStack() local
4349 for (uint32_t i = 0; i < frame_count; ++i) { in AddSymbolsForStack()
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-EHABI.cpp573 int frame_count = 0; in unwind_phase2() local
583 if (resume && frame_count == 1) { in unwind_phase2()
690 frame_count++; in unwind_phase2()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2651 uint32_t frame_count = 0; in ReadStackMemory() local
2661 if (++frame_count > backtrace_limit) in ReadStackMemory()