Interface of a source code symbol retrieval service. More...
Public Member Functions | |
| virtual String | stackTrace (ConstArrayView< StackFrame > frames)=0 |
| Information for the call stack frames. | |
Interface of a source code symbol retrieval service.
This service allows retrieving certain information from the source code from a memory address. Among the recoverable information are the file name, the method name, and the line numbers.
Definition at line 37 of file arccore/src/base/arccore/base/ISymbolizerService.h.
|
inlinevirtual |
Definition at line 41 of file arccore/src/base/arccore/base/ISymbolizerService.h.
|
pure virtual |
Information for the call stack frames.
Implemented in Arcane::DbgHelpSymbolizerService, and Arcane::LLVMSymbolizerService.
Referenced by Arcane::LibUnwindStackTraceService::stackTrace().