Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/iohandler/sigint/
H A DTestIOHandlerPythonREPLSigint.py50 self.child.sendeof()
72 self.child.sendeof()
H A DTestProcessIOHandlerInterrupt.py38 self.child.sendeof()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py85 self.child.sendeof()
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpty_spawn.py576 def sendeof(self): member in spawn
586 n, byte = self.ptyproc.sendeof()
H A Dpopen_spawn.py186 def sendeof(self): member in PopenSpawn
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py592 def sendeof(self): member in PtyProcess