Home
last modified time | relevance | path

Searched defs:term_width (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/progress_reporting/
H A DTestTrimmedProgressReporting.py17 def do_test(self, term_width, pattern_list): argument
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp350 bool Debugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth()
797 OptionValueSInt64 *term_width = in Debugger() local
1889 const uint32_t term_width = GetTerminalWidth(); in HandleProgressEvent() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1338 void SBDebugger::SetTerminalWidth(uint32_t term_width) { in SetTerminalWidth()