Home
last modified time | relevance | path

Searched refs:PtyProcessError (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A D_fork_pty.py7 from .util import PtyProcessError
67 raise PtyProcessError("OSError of errno.ENXIO should be raised.")
H A Dptyprocess.py22 from .util import which, PtyProcessError
400 raise PtyProcessError('Could not terminate the child.')
680 raise PtyProcessError('Called wait() on a stopped child ' +
709 raise PtyProcessError('isalive() encountered condition ' +
727 raise PtyProcessError('isalive() encountered condition ' +
756 raise PtyProcessError('isalive() encountered condition ' +
H A D__init__.py2 from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
H A Dutil.py70 class PtyProcessError(Exception): class
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpty_spawn.py24 except ptyprocess.PtyProcessError as e: