#include <GenericPlatformSymbolication.h>
|
| static CORE_API bool | LoadSymbolDatabaseForBinary (FString SourceFolder, FString BinaryPath, FString BinarySignature, TOptional< FString > Architecture, FGenericPlatformSymbolDatabase &OutDatabase) |
| |
| static CORE_API bool | SaveSymbolDatabaseForBinary (FString TargetFolder, FString Name, FGenericPlatformSymbolDatabase &Database) |
| |
| static CORE_API bool | SymbolInfoForStrippedSymbol (FGenericPlatformSymbolDatabase const &Database, uint64 ProgramCounter, uint64 ModuleOffset, FString ModuleSignature, FProgramCounterSymbolInfo &Info) |
| |
| static bool | SymbolInfoForAddress (uint64 ProgramCounter, FProgramCounterSymbolInfo &Info) |
| |
◆ LoadSymbolDatabaseForBinary()
- Parameters
-
| Architecture | Specify the architecture in case of universal binary, currently unused |
◆ SaveSymbolDatabaseForBinary()
◆ SymbolInfoForAddress()
◆ SymbolInfoForStrippedSymbol()
The documentation for this struct was generated from the following files: