Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp366 MonitorShellCommand(std::shared_ptr<ShellInfo> shell_info, lldb::pid_t pid, in MonitorShellCommand() argument
370 shell_info->pid = pid; in MonitorShellCommand()
371 shell_info->signo = signo; in MonitorShellCommand()
372 shell_info->status = status; in MonitorShellCommand()
375 shell_info->process_reaped.SetValue(true, eBroadcastAlways); in MonitorShellCommand()