Home
last modified time | relevance | path

Searched refs:sendcontrol (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/iohandler/stdio/
H A DTestIOHandlerProcessSTDIO.py27 self.child.sendcontrol('d')
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpty_spawn.py563 def sendcontrol(self, char): member in spawn
572 n, byte = self.ptyproc.sendcontrol(char)
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py564 def sendcontrol(self, char): member in PtyProcess