mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[221795] Added a suspended event handler to the source locator.
This commit is contained in:
parent
f328405120
commit
5893454304
1 changed files with 5 additions and 0 deletions
|
@ -546,4 +546,9 @@ public class MISourceDisplayAdapter implements ISourceDisplay
|
||||||
public void eventDispatched(StepQueueManager.ISteppingTimedOutEvent e) {
|
public void eventDispatched(StepQueueManager.ISteppingTimedOutEvent e) {
|
||||||
startAnnotationClearingJob(e.getDMContext());
|
startAnnotationClearingJob(e.getDMContext());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@DsfServiceEventHandler
|
||||||
|
public void eventDispatched(IRunControl.ISuspendedDMEvent e) {
|
||||||
|
fPrevModelContext = null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue