Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1709 bool stop_format, bool only_stacks) { in GetStatus() argument
1711 if (!only_stacks) { in GetStatus()
1742 const bool show_frame_unique = only_stacks; in GetStatus()
1744 if (num_frames == 1 || only_stacks || in GetStatus()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h1099 bool only_stacks = false);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp219 const bool only_stacks = m_unique_stacks; in HandleOneThread() local
225 num_frames_with_source, stop_format, only_stacks)) { in HandleOneThread()