Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp138 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
369 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
682 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
HDCommandInterpreter.cpp2843 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2907 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegister.cpp439 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
HDCommandObjectDisassemble.cpp481 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
HDCommandObjectFrame.cpp328 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
HDCommandObjectTarget.cpp4062 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h379 uint32_t GetTerminalWidth() const;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h279 uint64_t GetTerminalWidth() const;
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1387 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger
1390 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp367 uint64_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger
2102 const uint32_t term_width = GetTerminalWidth(); in HandleProgressEvent()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp23059 result = (uint32_t)((lldb::SBDebugger const *)arg1)->GetTerminalWidth(); in _wrap_SBDebugger_GetTerminalWidth()