Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h515 void SetTerminalWidth(uint32_t term_width);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h270 bool SetTerminalWidth(uint64_t term_width);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1365 void SBDebugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in SBDebugger
1369 m_opaque_sp->SetTerminalWidth(term_width); in SetTerminalWidth()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp642 m_debugger.SetTerminalWidth(window_size.ws_col); in UpdateWindowSize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp392 bool Debugger::SetTerminalWidth(uint64_t term_width) { in SetTerminalWidth() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23398 (arg1)->SetTerminalWidth(arg2); in _wrap_SBDebugger_SetTerminalWidth()