Uses of Interface
org.eclipse.debug.core.IMemoryBlockListener
Packages that use IMemoryBlockListener
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
-
Uses of IMemoryBlockListener in org.eclipse.debug.core
Methods in org.eclipse.debug.core with parameters of type IMemoryBlockListenerModifier and TypeMethodDescriptionvoid
IMemoryBlockManager.addListener
(IMemoryBlockListener listener) Registers the given listener for memory block addition and removal notification.void
IMemoryBlockManager.removeListener
(IMemoryBlockListener listener) Unregisters the given listener for memory block addition and removal notification.