Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1556 SBSApplicationLaunchError sbs_error = 0; in PrepareForAttach() local
1563 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in PrepareForAttach()
1571 if (sbs_error != SBSApplicationLaunchErrorSuccess) in PrepareForAttach()
1573 err_str.SetError(sbs_error, DNBError::SpringBoard); in PrepareForAttach()
1623 SBSApplicationLaunchError sbs_error = 0; in CleanupAfterAttach() local
1626 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in CleanupAfterAttach()
1634 if (sbs_error != SBSApplicationLaunchErrorSuccess) in CleanupAfterAttach()
1636 err_str.SetError(sbs_error, DNBError::SpringBoard); in CleanupAfterAttach()
2250 SBSApplicationLaunchError sbs_error = 0; in SBForkChildForPTraceDebugging() local
2251 sbs_error = SBSLaunchApplicationForDebugging (bundleIDCFStr, in SBForkChildForPTraceDebugging()
[all …]