ExternalDebugFilesService

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

12.1_PUBLIC

addedmethod: addProvider
void addProvider(ghidra.app.util.bin.format.dwarf.external.DebugInfoProvider provider)
addedmethod: find
java.io.File find(ghidra.app.util.bin.format.dwarf.external.ExternalDebugInfo debugInfo, ghidra.util.task.TaskMonitor monitor) throws IOException
addedmethod: forProgram
static ghidra.app.util.bin.format.dwarf.external.ExternalDebugFilesService forProgram(ghidra.program.model.listing.Program program)
addedmethod: fromPrefs
static ghidra.app.util.bin.format.dwarf.external.ExternalDebugFilesService fromPrefs(ghidra.app.util.bin.format.dwarf.external.DebugInfoProviderCreatorContext context)
addedmethod: getDefault
static ghidra.app.util.bin.format.dwarf.external.ExternalDebugFilesService getDefault()
addedmethod: getMinimal
static ghidra.app.util.bin.format.dwarf.external.ExternalDebugFilesService getMinimal()
addedmethod: getProviders
java.util.List<ghidra.app.util.bin.format.dwarf.external.DebugInfoProvider> getProviders()
addedmethod: getStorage
ghidra.app.util.bin.format.dwarf.external.DebugFileStorage getStorage()
addedmethod: saveToPrefs
static void saveToPrefs(ghidra.app.util.bin.format.dwarf.external.ExternalDebugFilesService service)
removedmethod: findDebugFile
ghidra.formats.gfilesystem.FSRL findDebugFile(ghidra.app.util.bin.format.dwarf.external.ExternalDebugInfo debugInfo, ghidra.util.task.TaskMonitor monitor) throws IOException
removedmethod: getSearchLocations
java.util.List<ghidra.app.util.bin.format.dwarf.external.SearchLocation> getSearchLocations()

11.1_PUBLIC

introducedInitial version