Searched refs:ignore_sighup (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | pxssh.py | 119 logfile=None, cwd=None, env=None, ignore_sighup=True, echo=True, argument 125 cwd=cwd, env=env, ignore_sighup=ignore_sighup, echo=echo,
|
D | pty_spawn.py | 38 ignore_sighup=False, echo=True, preexec_fn=None, argument 197 self.ignore_sighup = ignore_sighup 286 if self.ignore_sighup:
|