Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp364 MonitorShellCommand(std::shared_ptr<ShellInfo> shell_info, lldb::pid_t pid, in MonitorShellCommand() argument
368 shell_info->pid = pid; in MonitorShellCommand()
369 shell_info->signo = signo; in MonitorShellCommand()
370 shell_info->status = status; in MonitorShellCommand()
373 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod2525 $shell_info = qx'ps $$'; # that's the new shell's $$