mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New event trigger by memory changes.
This commit is contained in:
parent
73c66134ef
commit
273ab56e71
1 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
package org.eclipse.cdt.debug.core.cdi.event;
|
||||
|
||||
/**
|
||||
*
|
||||
* Notifies that the originator has changed.
|
||||
*
|
||||
*/
|
||||
public interface ICDIMemoryChangedEvent extends ICDIChangedEvent
|
||||
{
|
||||
/**
|
||||
* @return the modified addresses.
|
||||
*/
|
||||
Long[] getAddresses();
|
||||
}
|
Loading…
Add table
Reference in a new issue