Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp72 const uint32_t framecount = thread.GetNumFrames(); in walk_stack_to_main() local
73 while (!found_main && curr_frame < framecount) in walk_stack_to_main()