Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h300 bool GetShowStatusline() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp490 bool Debugger::GetShowStatusline() const { in GetShowStatusline() function in Debugger
2060 if (GetShowStatusline()) { in StatuslineSupported()