Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1736 bool stop_format, bool only_stacks) { in GetStatus() argument
1738 if (!only_stacks) { in GetStatus()
1769 const bool show_frame_unique = only_stacks; in GetStatus()
1771 if (num_frames == 1 || only_stacks || in GetStatus()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1100 bool only_stacks = false);
/openbsd-src/gnu/llvm/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()