Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py50 obj.GetTerminalWidth()
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp139 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
336 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
871 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
DCommandInterpreter.cpp2580 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputFormattedHelpText()
2641 const uint32_t max_columns = m_debugger.GetTerminalWidth(); in OutputHelpText()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i420 GetTerminalWidth () const;
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h251 uint32_t GetTerminalWidth() const;
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h257 uint32_t GetTerminalWidth() const;
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1316 uint32_t SBDebugger::GetTerminalWidth() const { in GetTerminalWidth() function in SBDebugger
1317 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBDebugger, GetTerminalWidth); in GetTerminalWidth()
1319 return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0); in GetTerminalWidth()
1800 LLDB_REGISTER_METHOD_CONST(uint32_t, SBDebugger, GetTerminalWidth, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Commands/
DCommandObjectDisassemble.cpp454 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
DCommandObjectFrame.cpp358 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
DCommandObjectTarget.cpp3872 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in LookupInModule()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp311 uint32_t Debugger::GetTerminalWidth() const { in GetTerminalWidth() function in Debugger