ADTF
|
Callback for resolved stack traces. More...
Public Member Functions | |
virtual tResult | HandleFrame (tVoid *pAddress, const tChar *strModule, const tChar *strFunction, const tChar *strFile, tInt nLine)=0 |
This will be called for each stack frame. More... | |
Callback for resolved stack traces.
Definition at line 84 of file exceptionhandler.h.
|
pure virtual |
This will be called for each stack frame.
[in] | pAddress | The address. |
[in] | strModule | The name of the module (executable/shared object). |
[in] | strFunction | The name of the function. |
[in] | strFile | The source file. |
[in] | nLine | The line number within the source file. |