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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h263 SetTerminalWidth (uint32_t term_width);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h299 SetTerminalWidth (uint32_t term_width);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1070 SBDebugger::SetTerminalWidth (uint32_t term_width) function in class:SBDebugger
1073 m_opaque_sp->SetTerminalWidth (term_width);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp869 m_debugger.SetTerminalWidth (window_size.ws_col);
979 GetDebugger().SetTerminalWidth (col);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp286 Debugger::SetTerminalWidth (uint32_t term_width) function in class:Debugger

Completed in 126 milliseconds