ExternalDebugInfo

Package: ghidra.app.util.bin.format.dwarf.external
Type: class

12.1_PUBLIC

addedmethod: forBuildId
static ghidra.app.util.bin.format.dwarf.external.ExternalDebugInfo forBuildId(java.lang.String buildId)
addedmethod: forDebugLink
static ghidra.app.util.bin.format.dwarf.external.ExternalDebugInfo forDebugLink(java.lang.String debugLinkFilename, int crc)
addedmethod: getBuildId
java.lang.String getBuildId()
addedmethod: getExtra
java.lang.String getExtra()
addedmethod: getObjectType
ghidra.app.util.bin.format.dwarf.external.ObjectType getObjectType()
addedmethod: hasBuildId
boolean hasBuildId()
addedmethod: hasDebugLink
boolean hasDebugLink()
addedmethod: withType
ghidra.app.util.bin.format.dwarf.external.ExternalDebugInfo withType(ghidra.app.util.bin.format.dwarf.external.ObjectType newObjectType, java.lang.String newExtra)
removedmethod: getHash
byte[] getHash()
removedmethod: hasFilename
boolean hasFilename()

11.1_PUBLIC

introducedInitial version