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

Call update on the RegisterManager.

This commit is contained in:
Alain Magloire 2002-10-02 04:49:10 +00:00
parent 13271515fe
commit b7ec1b9bb1

View file

@ -114,8 +114,8 @@ public class CThread extends CObject implements ICDIThread {
// Resetting threads may change the value of
// some variables like Register. Send an update
// To generate changeEvents.
VariableManager varMgr = session.getVariableManager();
varMgr.update();
RegisterManager regMgr = session.getRegisterManager();
regMgr.update();
} catch (MIException e) {
throw new CDIException(e.getMessage());