mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Changed the processing of the termination event.
This commit is contained in:
parent
a2d2f711a3
commit
078fe83ba3
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ public class CThread extends CDebugElement
|
||||||
public void handleDebugEvent( ICDIEvent event )
|
public void handleDebugEvent( ICDIEvent event )
|
||||||
{
|
{
|
||||||
ICDIObject source = event.getSource();
|
ICDIObject source = event.getSource();
|
||||||
|
if ( source == null )
|
||||||
|
return;
|
||||||
if ( source.getTarget().equals( getCDITarget() ) )
|
if ( source.getTarget().equals( getCDITarget() ) )
|
||||||
{
|
{
|
||||||
if ( event instanceof ICDISuspendedEvent )
|
if ( event instanceof ICDISuspendedEvent )
|
||||||
|
|
Loading…
Add table
Reference in a new issue