1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Reset the register's change flag before switching to another frame.

This commit is contained in:
Mikhail Khodjaiants 2002-10-15 02:17:42 +00:00
parent fd8dc50308
commit 1da99f2c05
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2002-10-14 Mikhail Khodjaiants
* CThread.java: Reset the register's change flag before switching to another frame.
2002-10-14 Mikhail Khodjaiants
* CThread.java: Set the correct detail for 'resume' event to prevent collapsing of the variable's and
register's trees after stepping.

View file

@ -975,7 +975,7 @@ public class CThread extends CDebugElement
{
return;
}
// ((CDebugTarget)getDebugTarget()).resetRegisters();
((CDebugTarget)getDebugTarget()).resetRegisters();
try
{
if ( getLastStackFrame() != null )