Searched defs:ShellInfo (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
H A DHost.cpp1325 struct ShellInfo struct
1327 ShellInfo () : function in struct:ShellInfo
1350 ShellInfo *shell_info = (ShellInfo *)callback_baton;
1355 // exited and that ShellInfo has been filled in by broadcasting to it
1421 std::unique_ptr<ShellInfo> shell_info_ap (new ShellInfo());
1433 // doesn't need to delete the ShellInfo anymore.
1434 ShellInfo *shell_info = shell_info_ap.release();

Completed in 87 milliseconds