DWARFImportOptions

Package: ghidra.app.util.bin.format.dwarf4.next
Type: class

11.1_PUBLIC

removedtype: ghidra.app.util.bin.format.dwarf4.next.DWARFImportOptions
class DWARFImportOptions

11.0_PUBLIC

addedmethod: getOptionsUpdater
ghidra.app.plugin.core.analysis.AnalysisOptionsUpdater getOptionsUpdater()
addedmethod: isImportLocalVariables
boolean isImportLocalVariables()
addedmethod: optionsChanged
void optionsChanged(ghidra.framework.options.Options options)
addedmethod: registerOptions
void registerOptions(ghidra.framework.options.Options options)
addedmethod: setImportLocalVariables
void setImportLocalVariables(boolean importLocalVariables)

10.2_PUBLIC

addedmethod: isSpecialCaseSizedBaseTypes
boolean isSpecialCaseSizedBaseTypes()
addedmethod: isTryPackStructs
boolean isTryPackStructs()
addedmethod: setSpecialCaseSizedBaseTypes
void setSpecialCaseSizedBaseTypes(boolean b)
addedmethod: setTryPackDataTypes
void setTryPackDataTypes(boolean tryPackStructs)

9.0.1_PUBLIC

introducedInitial version