On 08.07.2011, at 21:51, Jim Ingham wrote:

> That is the raw data that comes with the Mach Exceptions.  Each exception 
> contains a code and a sub code & some data.  The interpretation depends on 
> the exception.  Exceptions are defined in 
> /usr/include/mach/exception_types.h, and there's generally a machine specific 
> file in /usr/include/mach/i386/exception.h with machine specific info.
> 
> You can also look in StopInfoMachException.cpp for more details if you want 
> to know more.
> 
> Jim

Helpful.
Thank you Jim!
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to