[lldb-dev] one more question about API
Jim Ingham
jingham at apple.com
Fri Jul 8 10:51:22 PDT 2011
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
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list