1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional
Alvaro Sanchez-Leon fd386abe7c Bug 284459 - Traditional Memory does not show Memory Change color after the memory changes
When using DSF-GDB, the handleSuspend event is received only when a
breakpoint is hit (i.e. not when it's actually suspended),

However memory changed events are received when applicable during
stepping, however the base code does not call the "archiveDeltas()" for
this event.

This change adds a call to archiveDeltas if the update mode is set to
UPDATE_ALWAYS upon reception of memory change events.


TO REPRODUCE this problem:
The issue is that only one snap shot of history is applied with the first
address / expression search, and this is used for all other comparissions,

So you can search for a variable with bigger address value as a first 
memory search, and then step the code and see that variables close by 
with smaller address values will be updated but not colored.

e.g.  
&Test -> address 0x110
&X -> address 0x100

if &Test is used as the first memory search, and then the code changes 
value of &X while stepping the code, the cell holding &X will not be 
colored as expected.


Change-Id: Ibdc1fae6ed73ec2819fe9539d56f9ea9b6302535
2016-02-23 18:26:26 -05:00
..
.settings Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
META-INF Bug 387500 PgDn/PgUp jumps uses large address increments for memory 2015-06-18 07:02:55 -04:00
src/org/eclipse/cdt/debug/ui/memory/traditional Bug 284459 - Traditional Memory does not show Memory Change color after the memory changes 2016-02-23 18:26:26 -05:00
.classpath Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
.options Bug 387500 PgDn/PgUp jumps uses large address increments for memory 2015-06-18 07:02:55 -04:00
.project Enable API tooling for o.e.cdt.debug.ui.memory.traditional 2014-04-21 16:33:47 -04:00
about.html [memory] DSDP-DD -> CDT initial commit 2009-02-09 06:20:34 +00:00
build.properties Bug 315439 Fix up copyright 2010-06-03 14:12:21 +00:00
plugin.properties bug 277871 - Externalize strings in plugin.xml and MANIFEST.MF for memory plugins 2009-05-27 15:55:44 +00:00
plugin.xml Bug 387500 PgDn/PgUp jumps uses large address increments for memory 2015-06-18 07:02:55 -04:00
pom.xml Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00