Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBError.cpp38 case SpringBoard: { in AsString()
H A DDNBError.h30 SpringBoard = 3 enumerator
H A DChangeLog4 SBSLaunchApplication macro from the SpringBoard.framework, use the actual
551 currently uses SpringBoard.
577 if the error type is SpringBoard.
579 RNBContext as either a POSIX error or a SpringBoard error.
676 for SpringBoard flags and we now detect if a process belongs to SpringBoard
681 or SpringBoard on ARM targets.
931 SpringBoard owns or knows about the process.
934 a process owned by SpringBoard.
1134 attached using SpringBoard and that we attached.
1407 messages to avoid SpringBoard from killing us.
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm2795 // Tell SpringBoard to halt the next launch of this application on startup.
3016 DNBLog("[LaunchAttach] START (%d) requesting SpringBoard launch of app "
3029 attach_err.SetError(sbs_error, DNBError::SpringBoard);
3125 // Tell SpringBoard to cancel the debug on next launch of this application
3137 err_str.SetError(sbs_error, DNBError::SpringBoard);
3211 DNBLog("Failed to launch '%s' with SpringBoard", app_bundle_path);
3698 // Variable=value but SpringBoard wants a CF dictionary. So we have to
3768 // Find SpringBoard
3778 launch_err.SetError(sbs_error, DNBError::SpringBoard);
H A DMachTask.mm750 // Request a renewal for every 60 seconds if we attached using SpringBoard