Home
last modified time | relevance | path

Searched refs:terminal_state (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h435 TerminalState terminal_state; in Run() local
439 terminal_state.Save(stdin_fd, false); in Run()
471 terminal_state.Restore(); in Run()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp4331 TerminalState terminal_state; in Run() local
4332 terminal_state.Save(read_fd, false); in Run()
4379 terminal_state.Restore(); in Run()