Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py51 obj.GetTerminalWidth()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp138 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
332 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
610 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
H A DCommandInterpreter.cpp2778 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2842 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i442 GetTerminalWidth () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h302 uint32_t GetTerminalWidth() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h287 uint32_t GetTerminalWidth() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp481 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
H A DCommandObjectFrame.cpp353 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
H A DCommandObjectTarget.cpp3850 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1332 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger
1335 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp344 uint32_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger
1889 const uint32_t term_width = GetTerminalWidth(); in HandleProgressEvent()