Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1546 CFStringRef bundleIDCFStr = CopyBundleIDForPath (app_bundle_path.c_str (), err_str); in PrepareForAttach() local
1548 CFString::UTF8(bundleIDCFStr, bundleIDStr); in PrepareForAttach()
1551 if (bundleIDCFStr == NULL) in PrepareForAttach()
1563 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in PrepareForAttach()
1578 return bundleIDCFStr; in PrepareForAttach()
1595 CFStringRef bundleIDCFStr = (CFStringRef) attach_token; in CheckForProcess() local
1598 got_it = SBSProcessIDForDisplayIdentifier(bundleIDCFStr, &attach_pid); in CheckForProcess()
1624 CFStringRef bundleIDCFStr = (CFStringRef) attach_token; in CleanupAfterAttach() local
1626 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in CleanupAfterAttach()
2122 CFStringRef bundleIDCFStr = bundle.GetIdentifier(); in CopyBundleIDForPath() local
[all …]