> Is there something inherently unsafe about these headers to be outside the kernel framework or are those types defined somewhere else?
I'm confused by your question. Why would kernel code want to mess with an obsolete debugging symbols format?
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (Darwin...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-kernel/darwin-kernel-garchive-95844%40googlegroups.com
This email sent to darwin-kernel-...@googlegroups.com
Mac OS X ABI Mach-O File Format Reference -> 2009.
I thought it was reasonably dated :-}
I'm confused by your question. Why would kernel code want to mess with an obsolete debugging symbols format?
On 31 Dec 2011, at 18:23, José Cornado wrote:
> Is there something inherently unsafe about these headers to be outside the kernel framework or are those types defined somewhere else?
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (Darwin...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
> I thought it was reasonably dated :-}
Well, that depends on what you're trying to do. For the most part STABS was replaced by DWARF... well, a long time ago. The nlist format is still relevant if you're parsing Mach-O images, but that's a pretty unusual thing to do in kernel code.
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (Darwin...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
Well, that depends on what you're trying to do. For the most part STABS was replaced by DWARF... well, a long time ago. The nlist format is still relevant if you're parsing Mach-O images, but that's a pretty unusual thing to do in kernel code.
On 3 Jan 2012, at 13:17, José Cornado wrote:
> I thought it was reasonably dated :-}
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (Darwin...@lists.apple.com)
Help/Unsubscribe/Update your Subscription: