Package ghidra.app.services
Interface DebuggerAutoMappingService
public interface DebuggerAutoMappingService
The service to query auto-map settings
-
Method Summary
Modifier and TypeMethodDescriptionGet the auto-map setting currently active in the Modules providergetAutoMapSpec(Trace trace) Get the current auto-map setting for the given tracevoidsetAutoMapSpec(AutoMapSpec spec) Set the current auto-map specification in the Modules provider
-
Method Details
-
setAutoMapSpec
Set the current auto-map specification in the Modules provider- Parameters:
spec- the new setting
-
getAutoMapSpec
AutoMapSpec getAutoMapSpec()Get the auto-map setting currently active in the Modules provider- Returns:
- the current setting
-
getAutoMapSpec
Get the current auto-map setting for the given trace- Parameters:
trace- the trace- Returns:
- the auto-map setting for the trace, or the setting in the Modules provider, if the trace does not have its own setting.
-