Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1725 bool stop_format, bool only_stacks) { in GetStatus() argument
1727 if (!only_stacks) { in GetStatus()
1762 const bool show_frame_unique = only_stacks; in GetStatus()
1764 if (num_frames == 1 || only_stacks || in GetStatus()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1120 bool only_stacks = false);
/freebsd-14.2/contrib/llvm-project/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()