Home
last modified time | relevance | path

Searched refs:SetTerminalWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h223 void SetTerminalWidth(uint32_t term_width);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h257 bool SetTerminalWidth(uint32_t term_width);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp587 m_debugger.SetTerminalWidth(window_size.ws_col); in MainLoop()
769 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1042 void SBDebugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in SBDebugger
1044 m_opaque_sp->SetTerminalWidth(term_width); in SetTerminalWidth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp449 bool Debugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in Debugger