Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h521 void SetTerminalHeight(uint32_t term_height);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h274 bool SetTerminalHeight(uint64_t term_height);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1378 void SBDebugger::SetTerminalHeight(uint32_t term_height) { in SetTerminalHeight() function in SBDebugger
1382 m_opaque_sp->SetTerminalHeight(term_height); in SetTerminalHeight()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp645 m_debugger.SetTerminalHeight(window_size.ws_row); in UpdateWindowSize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp414 bool Debugger::SetTerminalHeight(uint64_t term_height) { in SetTerminalHeight() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23448 (arg1)->SetTerminalHeight(arg2); in _wrap_SBDebugger_SetTerminalHeight()