mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Make compatible with Java 1.4.
This commit is contained in:
parent
143d697e5e
commit
910021b305
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public class GDBCDIDebugger2 extends AbstractGDBCDIDebugger {
|
|||
miSession.getMIInferior().setConnected();
|
||||
}
|
||||
catch( MIException e ) {
|
||||
throw newCoreException( MessageFormat.format( MIPlugin.getResourceString( "src.GDBCDIDebugger2.2" ), new Integer[] { Integer.valueOf( pid ) } ), e ); //$NON-NLS-1$
|
||||
throw newCoreException( MessageFormat.format( MIPlugin.getResourceString( "src.GDBCDIDebugger2.2" ), new Integer[] { new Integer( pid ) } ), e ); //$NON-NLS-1$
|
||||
}
|
||||
// @@@ We have to set the suspended state manually
|
||||
miSession.getMIInferior().setSuspended();
|
||||
|
|
Loading…
Add table
Reference in a new issue