Re: Where is code that writes raw debug/panic messages to display?
Re: Where is code that writes raw debug/panic messages to display?
- Subject: Re: Where is code that writes raw debug/panic messages to display?
- From: "Justin C. Walker" <email@hidden>
- Date: Fri, 5 Jul 2002 13:23:47 -0700
On Friday, July 5, 2002, at 11:11 AM, Scott Taggart wrote:
Hi,
Could someone please point me to the code that writes the raw "panic"
messages to the display before waiting for the debugger, etc.?
It's in the 'xnu' tree. You can use a command like
find /SandBox/sb/xnu -type f |xargs grep ^panic
to track it down (the '^panic' assumes that the definition of "panic()"
is left-justified in the file), or you can use 'cscope' (the xnu
makefile has a 'cscope' target).
Regards,
Justin
PS: Please don't cross-post; either choose one list, or post separately
to each.
--
/~\ The ASCII Justin C. Walker, Curmudgeon-at-Large
\ / Ribbon Campaign
X Help cure HTML Email
/ \
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.