Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBError.cpp43 case SpringBoard: in AsString()
DDNBError.h32 , SpringBoard enumerator
DChangeLog4 SBSLaunchApplication macro from the SpringBoard.framework, use the actual
551 currently uses SpringBoard.
575 * DNBError.h (FlavorType): Added SpringBoard error type for arm builds.
576 * DNBError.cpp (DNBError::AsString): Now returns SpringBoard error strings
577 if the error type is SpringBoard.
579 RNBContext as either a POSIX error or a SpringBoard error.
585 any error string descriptions, including SpringBoard errors.
666 (DNBProcessSBLaunch): Removed function as launching with SpringBoard can
669 (DNBProcessSBAttach): Removed function (SpringBoard processes are now auto
676 for SpringBoard flags and we now detect if a process belongs to SpringBoard
[all …]
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1573 err_str.SetError(sbs_error, DNBError::SpringBoard); in PrepareForAttach()
1636 err_str.SetError(sbs_error, DNBError::SpringBoard); in CleanupAfterAttach()
2260 launch_err.SetError(sbs_error, DNBError::SpringBoard); in SBForkChildForPTraceDebugging()