Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp450 m_debugger.SetTerminalWidth(window_size.ws_col); in MainLoop()
628 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h381 void SetTerminalWidth(uint32_t term_width);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h281 bool SetTerminalWidth(uint64_t term_width);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1393 void SBDebugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in SBDebugger
1397 m_opaque_sp->SetTerminalWidth(term_width); in SetTerminalWidth()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp373 bool Debugger::SetTerminalWidth(uint64_t term_width) { in SetTerminalWidth() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23085 (arg1)->SetTerminalWidth(arg2); in _wrap_SBDebugger_SetTerminalWidth()