Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/iohandler/resize/
DTestIOHandlerResizeNoEditline.py23 dbg.SetTerminalWidth(47)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py51 obj.SetTerminalWidth(0xffffffff)
/external/llvm-project/lldb/utils/lui/
Ddebuggerdriver.py100 self.debugger.SetTerminalWidth(width)
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i423 SetTerminalWidth (uint32_t term_width);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h253 void SetTerminalWidth(uint32_t term_width);
/external/llvm-project/lldb/tools/driver/
DDriver.cpp491 m_debugger.SetTerminalWidth(window_size.ws_col); in MainLoop()
686 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h259 bool SetTerminalWidth(uint32_t term_width);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1322 void SBDebugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in SBDebugger
1323 LLDB_RECORD_DUMMY(void, SBDebugger, SetTerminalWidth, (uint32_t), term_width); in SetTerminalWidth()
1326 m_opaque_sp->SetTerminalWidth(term_width); in SetTerminalWidth()
1801 LLDB_REGISTER_METHOD(void, SBDebugger, SetTerminalWidth, (uint32_t)); in RegisterMethods()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp317 bool Debugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth() function in Debugger