1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 23:15:24 +02:00
Find a file
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
build Incremented version of org.eclipse.cdt.core to 6.0. 2016-02-17 10:28:26 -08:00
codan Bug 486610 - Fixed a highlight problem in reportProblem method 2016-02-23 16:59:59 -05:00
core Bug 488265 - Syntax error lambda with capture in initializer list 2016-02-23 01:10:06 -05:00
cross Update copyright dates 2016-02-11 01:50:14 -05:00
debug Bug 478740: Remove Reverse Debug dialog preference 2016-02-23 10:01:04 -05:00
doc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
dsf Bug 487920 Check if widget is disposed before enable it 2016-02-17 10:27:12 -05:00
dsf-gdb Bug 478740: Remove Reverse Debug dialog preference 2016-02-23 10:01:04 -05:00
jtag Update copyright dates 2016-02-11 01:50:14 -05:00
launch Bug 456116 - Can only use final fields in Launch Delegates 2016-02-23 13:15:32 -05:00
llvm Missing copyright header. 2016-02-01 12:47:41 -05:00
lrparser Removed INodeFactory.newTranslationUnit() method. 2016-02-17 16:44:35 -08:00
memory Bug 284459 - Traditional Memory does not show Memory Change color after the memory changes 2016-02-23 18:26:26 -05:00
native/org.eclipse.cdt.native.serial Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
p2 Missing copyright header. 2016-02-01 12:47:41 -05:00
qt New Qt templates using new templates framework. Arduino fixes. 2016-02-22 22:55:06 -05:00
releng Update the sequence number on cdt.target. 2016-02-22 23:11:19 -05:00
remote Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
testsrunner Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
toolchains/arduino New Qt templates using new templates framework. Arduino fixes. 2016-02-22 22:55:06 -05:00
upc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
util Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
visualizer Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
windows Missing copyright header. 2016-02-01 12:47:41 -05:00
xlc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00