Home
last modified time | relevance | path

Searched refs:GetTerminalWidth (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp130 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
316 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
853 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
H A DCommandInterpreter.cpp2523 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2584 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h221 uint32_t GetTerminalWidth() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h255 uint32_t GetTerminalWidth() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1038 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger
1039 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp298 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
H A DCommandObjectFrame.cpp378 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
H A DCommandObjectTarget.cpp3914 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp443 uint32_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger