Searched refs:ShellInfo (Results 1 – 1 of 1) sorted by relevance
383 struct ShellInfo { struct384 ShellInfo() : process_reaped(false) {} in ShellInfo() argument393 MonitorShellCommand(std::shared_ptr<ShellInfo> shell_info, lldb::pid_t pid, in MonitorShellCommand() argument496 std::shared_ptr<ShellInfo> shell_info_sp(new ShellInfo()); in RunShellCommand()