Re: How to debug deadlocks in 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:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=9QDUIT9eTDH8E4iq6lBlwFRk5tnx2yCG2Mh4XETToO4=; b=tKMlHXsajIYa8sFvuE4A2DL+DhMgrNyKUDvsa9TREE40e4GMC2davM5kh3UQW/rlyQ oIt11KARku8I/9pYTBRl8UU2Zr4v4nzg6SawPVfaxAiSMp9U5WeXS3S6ctTIhWNLM/k2 PeVk+0eZyVZbSshjYTk/duFETR+V2C1i97ZYA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=tjUR77IIGwkGqwEvpZ23rvqn4OJWXA9cEU+QjZELI5XeXDJhsMrAwiICojZP1yDY76 FL6FIaXtW5PIGTPecpPYgQdW0s/5igq14NK8qslIrbLsEsbZJUMXVhMdTzZF+skJsN7S 144NartoWX2RllpFGWduKjXC3uSAi9GqoH6M4= On May 26, 2011, at 9:54 PM, Anatol Pomozov wrote:
What I want is to setup breakpoints in some functions and see variables/parameters.
Worked fine for me last time I tried.
Another question that is related to the article: how to debug KEXT on a single machine? Is it possible to debug deadlocks locally?
You cannot debug a kext on a local machine. Not unless you call debugging the adding of copious logging to the driver and analyzing of this output. -------------------------------------------------------------------------- - for hire: mac osx device driver ninja, kernel extensions and usb drivers ---------------------+------------+--------------------------------------- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont ---------------------+------------+--------------------------------------- _______________________________________________ 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)
-
Joel Reymont