mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[229914] Implement Update Policy support for Memory View
This commit is contained in:
parent
e30768e578
commit
5ca73b2a53
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
|
||||
package org.eclipse.dd.dsf.debug.memory;
|
||||
|
||||
/*
|
||||
* This interface is EXPERIMENTAL.
|
||||
*/
|
||||
|
||||
public interface IMemoryBlockUpdatePolicy
|
||||
{
|
||||
public String[] getUpdatePolicies();
|
||||
|
|
Loading…
Add table
Reference in a new issue