Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp136 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
330 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
864 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
H A DCommandInterpreter.cpp2582 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2643 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i420 GetTerminalWidth () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h289 uint32_t GetTerminalWidth() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1359 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger
1360 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBDebugger, GetTerminalWidth); in GetTerminalWidth()
1362 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
1849 LLDB_REGISTER_METHOD_CONST(uint32_t, SBDebugger, GetTerminalWidth, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h303 uint32_t GetTerminalWidth() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp448 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
H A DCommandObjectFrame.cpp353 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
H A DCommandObjectTarget.cpp3783 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp318 uint32_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19869 result = (uint32_t)((lldb::SBDebugger const *)arg1)->GetTerminalWidth(); in _wrap_SBDebugger_GetTerminalWidth()