Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp1421 std::unique_ptr<ShellInfo> shell_info_ap (new ShellInfo()); in RunShellCommand() local
1424 … launch_info.SetMonitorProcessCallback(MonitorShellCommand, shell_info_ap.get(), monitor_signals); in RunShellCommand()
1434 ShellInfo *shell_info = shell_info_ap.release(); in RunShellCommand()