mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
![]() 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 |
||
---|---|---|
.. | ||
org.eclipse.cdt.debug.ui.memory-feature | ||
org.eclipse.cdt.debug.ui.memory.floatingpoint | ||
org.eclipse.cdt.debug.ui.memory.memorybrowser | ||
org.eclipse.cdt.debug.ui.memory.search | ||
org.eclipse.cdt.debug.ui.memory.source-feature | ||
org.eclipse.cdt.debug.ui.memory.traditional | ||
org.eclipse.cdt.debug.ui.memory.transport |