Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformStackWalk
Warnings * The code assumes that the destination strings are big enough
Description
- Converts the passed in program counter address to a symbol info struct, filling in module and filename, line number and displacement.
-
The code assumes that the destination strings are big enough
| Name | ProgramCounterToSymbolInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
static void ProgramCounterToSymbolInfo
(
uint64 ProgramCounter,
FProgramCounterSymbolInfo & out_SymbolInfo
)
Parameters
| Name | Remarks |
|---|---|
| ProgramCounter | Address to look symbol information up for |
| out_SymbolInfo | Symbol information associated with program counter |