Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/iohandler/resize/
H A DTestIOHandlerResizeNoEditline.py20 dbg.SetTerminalWidth(47)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py52 obj.SetTerminalWidth(0xffffffff)
/llvm-project-15.0.7/lldb/utils/lui/
H A Ddebuggerdriver.py100 self.debugger.SetTerminalWidth(width)
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp453 m_debugger.SetTerminalWidth(window_size.ws_col); in MainLoop()
645 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i445 SetTerminalWidth (uint32_t term_width);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h304 void SetTerminalWidth(uint32_t term_width);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h289 bool SetTerminalWidth(uint32_t term_width);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1338 void SBDebugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in SBDebugger
1342 m_opaque_sp->SetTerminalWidth(term_width); in SetTerminalWidth()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp350 bool Debugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in Debugger