Crash log symbol information.
More...
Inherits NSObject.
Crash log symbol information.
- (id) initWithSymbolName: |
|
(NSString *) |
symbolName |
startAddress: |
|
(uint64_t) |
startAddress |
endAddress: |
|
(uint64_t) |
endAddress |
|
|
| |
Initialize with the provided symbol info.
- Parameters
-
symbolName | The symbol name. |
startAddress | The symbol start address. |
endAddress | The symbol end address, if available; otherwise, 0. This must only be provided if it has been explicitly defined by the available debugging info, and should not be derived from best-guess heuristics. |
- (uint64_t) startAddress |
|
readnonatomicassign |
The symbol start address.
The documentation for this class was generated from the following files:
- Source/PLCrashReportSymbolInfo.h
- Source/PLCrashReportSymbolInfo.m