Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1738 bool stop_format, bool only_stacks) { in GetStatus() argument
1740 if (!only_stacks) { in GetStatus()
1775 const bool show_frame_unique = only_stacks; in GetStatus()
1777 if (num_frames == 1 || only_stacks || in GetStatus()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1129 bool only_stacks = false);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp225 const bool only_stacks = m_unique_stacks; in HandleOneThread() local
231 num_frames_with_source, stop_format, only_stacks)) { in HandleOneThread()