Register a task's exception port from a kext
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=hu2/T6sbtiM/jAkmCfDeh1heecLGI1Tiyk2wYubUWQ4=; b=SI9SadrW/zM2Bkr000SwCOdYvGlthOXv4VQCe1+7Az7jDkEDWxESksxGeh3L5vp2cC 79eltrcgVajaNbZYNlfyC3eIwdS4XhHwIeD/bn/zM4yuWONGUiWkonZUAcGJJ4zjz4ti GmziWFnRXXmdINmLrYvqIRcCM0n6Wtc6hreug= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=H4viCVaywYdVaEKnKt8DV4eufX55rT0VAQPH3QKnuxSEbjb6x1ekURqOxDRpYehe7E ty4HXHo83PgJldHgHo3jNGB6Dyb//Z8eN45+T2CJEDbJIuYD/fYAegBupaRdY40yzNiU NwE5zTergNQ19OsFMuxqYi9bGNr3VJosTtsFM= Hello guys, I'm looking for a way to monitor exceptions raised inside a specific user task and fix them if needed. I already done this with a user daemon - using task_set_exception_ports - but this time I want to do it from the kernel side. Is it possible to "forward" an exception port to my IOUserClient ? (using IOConnectSetNotificationPort/IOUserClient::registerNotificationPort ?) Is there a way to setup an exception port directly from a IOService without using an IOUserClient ? Thank you in advance for your answers, Nicolas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
nicolas vide