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:
parent
13271515fe
commit
b7ec1b9bb1
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue