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:
parent
eb5c616a90
commit
200f697775
2 changed files with 5 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue