Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorJohn Cortell2010-05-28 13:07:54 +0000
committerJohn Cortell2010-05-28 13:07:54 +0000
commit3a69434dbb02b3becf47fdf5d37d0c4b0443dc34 (patch)
tree2edc71577bd62e54adeb434efc16dcc6252d9705 /debug
parentfd73637523d81ea06eb4d85710c28fc512eebafd (diff)
downloadorg.eclipse.cdt-3a69434dbb02b3becf47fdf5d37d0c4b0443dc34.tar.gz
org.eclipse.cdt-3a69434dbb02b3becf47fdf5d37d0c4b0443dc34.tar.xz
org.eclipse.cdt-3a69434dbb02b3becf47fdf5d37d0c4b0443dc34.zip
Additional explanation
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/provisional/IRepositionableMemoryRendering2.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/provisional/IRepositionableMemoryRendering2.java b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/provisional/IRepositionableMemoryRendering2.java
index 292776863a2..a65f97a5c89 100644
--- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/provisional/IRepositionableMemoryRendering2.java
+++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/provisional/IRepositionableMemoryRendering2.java
@@ -30,7 +30,8 @@ public interface IRepositionableMemoryRendering2 extends IRepositionableMemoryRe
* that expression. Null if n/a. <i>This is for informational
* purposes only</i>. Implementation should behave just as if
* {@link IRepositionableMemoryRendering#goToAddress(BigInteger)}
- * had been called.
+ * had been called, though the implementation may want to
+ * consider the expression when providing the label and/or image.
* @throws DebugException
* when there is a problem repositioning the rendering to the
* address

Back to the top