Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp37 : m_debugger(debugger), m_terminal_width(m_debugger.GetTerminalWidth()), in Statusline()
45 m_terminal_width = m_debugger.GetTerminalWidth(); in TerminalSizeChanged()
H A DDebugger.cpp386 uint64_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h266 size_t GetTerminalWidth() { return m_terminal_width; } in GetTerminalWidth() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp362 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
675 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
H A DCommandInterpreter.cpp2995 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
3059 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp439 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
H A DCommandObjectDisassemble.cpp505 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
H A DCommandObjectFrame.cpp352 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
H A DCommandObjectTarget.cpp4078 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h512 uint32_t GetTerminalWidth() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1359 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger
1362 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
1375 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalHeight()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h268 uint64_t GetTerminalWidth() const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1085 editline.GetTerminalWidth(), in DisplayCompletions()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23372 result = (uint32_t)((lldb::SBDebugger const *)arg1)->GetTerminalWidth(); in _wrap_SBDebugger_GetTerminalWidth()