1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage.

This commit is contained in:
Mikhail Khodjaiants 2006-02-08 16:51:33 +00:00
parent bce2540688
commit f9c1ebf0c8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-08 Mikhail Khodjaiants
Bug 114793: Add an extension point to contribute command factories.
GDBServerDebuggerPage should extend StandardGDBDebuggerPage.
* GDBServerDebuggerPage.java
2006-02-06 Mikhail Khodjaiants 2006-02-06 Mikhail Khodjaiants
Bug 114793: Add an extension point to contribute command factories. Bug 114793: Add an extension point to contribute command factories.
* MIUIMessages.properties * MIUIMessages.properties

View file

@ -30,7 +30,7 @@ import org.eclipse.swt.widgets.TabItem;
/** /**
* The dynamic debugger tab for remote launches using gdb server. * The dynamic debugger tab for remote launches using gdb server.
*/ */
public class GDBServerDebuggerPage extends GDBDebuggerPage { public class GDBServerDebuggerPage extends StandardGDBDebuggerPage {
private final static String CONNECTION_TCP = MIUIMessages.getString( "GDBServerDebuggerPage.0" ); //$NON-NLS-1$ private final static String CONNECTION_TCP = MIUIMessages.getString( "GDBServerDebuggerPage.0" ); //$NON-NLS-1$