1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Fire suspend event for debug target that doesn't have threads.

This commit is contained in:
Mikhail Khodjaiants 2002-11-27 15:46:54 +00:00
parent eb5c616a90
commit 200f697775
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-11-27 Mikhail Khodjaiants
Fire suspend event for debug target that doesn't have threads.
* CDebugTarget.java
2002-11-27 Alain Magloire
* src/.../debug/internal/core/model/CDebugTarget.java (isLittleEndian):

View file

@ -1296,6 +1296,7 @@ public class CDebugTarget extends CDebugElement
if ( event.getSource() instanceof ICDITarget )
{
suspendThreads( event );
fireSuspendEvent( DebugEvent.UNSPECIFIED );
}
// We need this for debuggers that don't have notifications
// for newly created threads.