mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Added the implementation of the 'terminate' method.
This commit is contained in:
parent
d4275caf8a
commit
660ff8e39d
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ public class CThread extends CDebugElement
|
|||
*/
|
||||
public boolean canTerminate()
|
||||
{
|
||||
return !isTerminated();
|
||||
return getDebugTarget().canTerminate();
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue