Searched refs:isDebuggable (Results 1 – 3 of 3) sorted by relevance
100 bool isDebuggable; member140 AppSpawnedProcess *AddSpawnedProcess(pid_t pid, const char *processName, bool isDebuggable);
140 AppSpawnedProcess *AddSpawnedProcess(pid_t pid, const char *processName, bool isDebuggable) in AddSpawnedProcess() argument153 node->isDebuggable = isDebuggable; in AddSpawnedProcess()
995 bool isDebuggable = CheckAppMsgFlagsSet(property, APP_FLAGS_DEBUGGABLE); in ProcessChildResponse() local996 …pSpawnedProcess *appInfo = AddSpawnedProcess(property->pid, GetBundleName(property), isDebuggable); in ProcessChildResponse()1502 if (!appInfo->isDebuggable) { in AppspawpnDevicedebugKill()1508 appInfo->isDebuggable, pid, signal->valueint); in AppspawpnDevicedebugKill()