reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Debugger.h
  253   uint32_t GetTerminalWidth() const;

References

tools/lldb/source/API/SBDebugger.cpp
 1289   return (m_opaque_sp ? m_opaque_sp->GetTerminalWidth() : 0);
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  264         GetCommandInterpreter().GetDebugger().GetTerminalWidth();
tools/lldb/source/Commands/CommandObjectFrame.cpp
  359             GetCommandInterpreter().GetDebugger().GetTerminalWidth());
tools/lldb/source/Commands/CommandObjectTarget.cpp
 3828           GetCommandInterpreter().GetDebugger().GetTerminalWidth());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2486   const uint32_t max_columns = m_debugger.GetTerminalWidth();
 2547   const uint32_t max_columns = m_debugger.GetTerminalWidth();
tools/lldb/source/Interpreter/CommandObject.cpp
  129             GetCommandInterpreter().GetDebugger().GetTerminalWidth());
  313         GetCommandInterpreter().GetDebugger().GetTerminalWidth());
  850         GetCommandInterpreter().GetDebugger().GetTerminalWidth());