mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
New SessionObject for suspend on shared events.
This commit is contained in:
parent
5a2f61e463
commit
15e427d9ff
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
package org.eclipse.cdt.debug.core.cdi;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Represents an information provided by the session when the program
|
||||
* stopped by a shared libary event.
|
||||
*
|
||||
* @since Aug 18, 2003
|
||||
*/
|
||||
public interface ICDISharedLibraryEvent extends ICDISessionObject {
|
||||
}
|
Loading…
Add table
Reference in a new issue