Re: The mistery of the dlil_filter_detach call
Re: The mistery of the dlil_filter_detach call
- Subject: Re: The mistery of the dlil_filter_detach call
- From: Vincent Lubet <email@hidden>
- Date: Tue, 21 Feb 2006 13:17:29 -0800
On Feb 21, 2006, at 12:38 PM, Stephane Sudre wrote:
I'm getting lost. I'm doing the following things to see the symbols:
On the OS X version the panic occurred:
gdb /mach_kernel
set print asm-demangle on
x/i the_address
Is this incorrect?
/mach_kernel does not have all the symbols, local and debugging
symbols are stripped out. That means that some addresses are
incorrectly attributed to the nearest global symbol.
Instead you should use the kernel with full symbolic information from
the appropriate Kernel Debug Kit found at:
http://developer.apple.com/sdk/index.html#Kernel
Vincent
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden