Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp450 m_debugger.SetTerminalWidth(window_size.ws_col); in MainLoop()
642 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h365 void SetTerminalWidth(uint32_t term_width);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h288 bool SetTerminalWidth(uint64_t term_width);
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp372 bool Debugger::SetTerminalWidth(uint64_t term_width) { in SetTerminalWidth() function in Debugger
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21746 (arg1)->SetTerminalWidth(arg2); in _wrap_SBDebugger_SetTerminalWidth()