Dwarf class abstract

Constructors

Dwarf()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildId([String? arch]) String?
The build ID for the debugging information.
callInfoForPCOffset(PCOffset pcOffset, {bool includeInternalFrames = false}) Iterable<CallInfo>?
The call information for the given PCOffset. There may be multiple CallInfo objects returned for a single PCOffset when code has been inlined.
dumpFileInfo() String
isolateStartAddress([String? arch]) int?
The starting address for the isolate instructions section.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
virtualAddressOf(PCOffset pcOffset) int
The virtual address in this DWARF information for the given PCOffset.
vmStartAddress([String? arch]) int?
The starting address for the VM instructions section.
writeToStringBuffer(StringBuffer buffer) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromBytes(Uint8List bytes) Dwarf?
Attempts to load the DWARF debugging information from the given bytes.
fromFile(String path) Dwarf?
Attempts to load the DWARF debugging information from the file at path.
fromReader(Reader reader) Dwarf?
Attempts to load the DWARF debugging information from the reader.