mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +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
|
// Resetting threads may change the value of
|
||||||
// some variables like Register. Send an update
|
// some variables like Register. Send an update
|
||||||
// To generate changeEvents.
|
// To generate changeEvents.
|
||||||
VariableManager varMgr = session.getVariableManager();
|
RegisterManager regMgr = session.getRegisterManager();
|
||||||
varMgr.update();
|
regMgr.update();
|
||||||
|
|
||||||
} catch (MIException e) {
|
} catch (MIException e) {
|
||||||
throw new CDIException(e.getMessage());
|
throw new CDIException(e.getMessage());
|
||||||
|
|
Loading…
Add table
Reference in a new issue