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 On Jul 8, 2011, at 3:00 AM, Andrey Zaytsev wrote: > Hi! > See file SBThread.h: > comment about stop reason-data: > // eStopReasonException N exception data > What is "exception data" ? > > Thanks in advance. > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
