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:
parent
f3fee4f762
commit
83a366657f
1 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,14 @@ public class MemoryBlock extends CObject implements ICDIMemoryBlock {
|
|||
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()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue