mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage.
This commit is contained in:
parent
bce2540688
commit
f9c1ebf0c8
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue