DWARFImportOptions

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

12.0_PUBLIC

addedmethod: getCharset
java.nio.charset.Charset getCharset(java.nio.charset.Charset defaultCharset)
addedmethod: getCharsetName
java.lang.String getCharsetName()
addedmethod: getMacroEnumSetting
ghidra.app.util.bin.format.dwarf.DWARFImportOptions.MacroEnumSetting getMacroEnumSetting()
addedmethod: isShowVariableStorageInfo
boolean isShowVariableStorageInfo()
addedmethod: isUseStaticStackFrameRegisterValue
boolean isUseStaticStackFrameRegisterValue()
addedmethod: setCharsetName
void setCharsetName(java.lang.String charsetName)
addedmethod: setMacroEnumSetting
void setMacroEnumSetting(ghidra.app.util.bin.format.dwarf.DWARFImportOptions.MacroEnumSetting setting)
addedmethod: setShowVariableStorageInfo
void setShowVariableStorageInfo(boolean showVariableStorageInfo)
addedmethod: setUseStaticStackFrameRegisterValue
void setUseStaticStackFrameRegisterValue(boolean useStaticStackFrameRegisterValue)

11.4_PUBLIC

addedmethod: isCopyExternalDebugFileSymbols
boolean isCopyExternalDebugFileSymbols()
addedmethod: setCopyExternalDebugFileSymbols
void setCopyExternalDebugFileSymbols(boolean b)

11.3_PUBLIC

addedmethod: getMaxSourceMapEntryLength
long getMaxSourceMapEntryLength()
addedmethod: setMaxSourceMapEntryLength
void setMaxSourceMapEntryLength(long maxLength)

11.2_PUBLIC

addedmethod: getDefaultCC
java.lang.String getDefaultCC()
addedmethod: isIgnoreParamStorage
boolean isIgnoreParamStorage()
addedmethod: setDefaultCC
void setDefaultCC(java.lang.String defaultCC)
addedmethod: setIgnoreParamStorage
void setIgnoreParamStorage(boolean ignoreParamStorage)

11.1_PUBLIC

introducedInitial version