From:
RtlVirtualUnwind(UNW_FLAG_NHANDLER, LImageBase, LContext.Rip, LRuntimeFunction, LContext, HandlerData, EstablisherFrame, NvContext);
The HandlerData pointer contains information about the exception table for the compiler / language . If you cancel some details from System.pas , in particular, the _DelphiExceptionHandler and FindOnExceptionDescEntry , you can determine what each record is for - the details relate to the definition of the TExcScope record in System.pas .
source share