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:
parent
fd8dc50308
commit
1da99f2c05
2 changed files with 4 additions and 1 deletions
|
@ -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
|
2002-10-14 Mikhail Khodjaiants
|
||||||
* CThread.java: Set the correct detail for 'resume' event to prevent collapsing of the variable's and
|
* CThread.java: Set the correct detail for 'resume' event to prevent collapsing of the variable's and
|
||||||
register's trees after stepping.
|
register's trees after stepping.
|
||||||
|
|
|
@ -975,7 +975,7 @@ public class CThread extends CDebugElement
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// ((CDebugTarget)getDebugTarget()).resetRegisters();
|
((CDebugTarget)getDebugTarget()).resetRegisters();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if ( getLastStackFrame() != null )
|
if ( getLastStackFrame() != null )
|
||||||
|
|
Loading…
Add table
Reference in a new issue