1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

refresh, new method.

This commit is contained in:
Alain Magloire 2002-10-26 23:40:13 +00:00
parent f3fee4f762
commit 83a366657f

View file

@ -94,6 +94,14 @@ public class MemoryBlock extends CObject implements ICDIMemoryBlock {
return bytes; return bytes;
} }
/**
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock#refresh()
*/
public void refresh() throws CDIException {
MemoryManager mgr = (MemoryManager)getCTarget().getCSession().getMemoryManager();
mgr.update(this, null);
}
/** /**
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock#getLength() * @see org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock#getLength()
*/ */