Uses of Interface
org.eclipse.debug.core.model.IMemoryBlockRetrieval
Packages that use IMemoryBlockRetrieval
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
-
Uses of IMemoryBlockRetrieval in org.eclipse.debug.core
Methods in org.eclipse.debug.core with parameters of type IMemoryBlockRetrievalModifier and TypeMethodDescriptionIMemoryBlockManager.getMemoryBlocks(IMemoryBlockRetrieval source) Returns all registered memory blocks that originated from the given memory retrieval source. -
Uses of IMemoryBlockRetrieval in org.eclipse.debug.core.model
Subinterfaces of IMemoryBlockRetrieval in org.eclipse.debug.core.modelModifier and TypeInterfaceDescriptioninterfaceA debug target is a debuggable execution context.interfaceExtended capabilities for memory block retrieval.Methods in org.eclipse.debug.core.model that return IMemoryBlockRetrievalModifier and TypeMethodDescriptionIMemoryBlockExtension.getMemoryBlockRetrieval()Returns the origin of this memory block.