mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New file.
This commit is contained in:
parent
32b79c9194
commit
55e17f06b5
1 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*/
|
||||
package org.eclipse.cdt.debug.core.cdi;
|
||||
|
||||
/**
|
||||
* Represents information provided by the session when the program exited.
|
||||
*
|
||||
*/
|
||||
public interface ICDISignalExitInfo extends ICDISessionObject {
|
||||
|
||||
/**
|
||||
* Method getName.
|
||||
* @return String
|
||||
*/
|
||||
String getName();
|
||||
|
||||
/**
|
||||
* Method getDescription.
|
||||
* @return String
|
||||
*/
|
||||
String getDescription();
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue