Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Ryall2006-09-20 18:28:07 +0000
committerKen Ryall2006-09-20 18:28:07 +0000
commita1b9eea7e97ac1f72bc869e0afef4d087546f0f0 (patch)
tree46b092cd23715aca7c350b08787598d070576847
parentf7109c7d5acf5ed6f7aaff312e4d91950226dbd1 (diff)
downloadorg.eclipse.cdt-a1b9eea7e97ac1f72bc869e0afef4d087546f0f0.tar.gz
org.eclipse.cdt-a1b9eea7e97ac1f72bc869e0afef4d087546f0f0.tar.xz
org.eclipse.cdt-a1b9eea7e97ac1f72bc869e0afef4d087546f0f0.zip
Added line deleted in patch for 148415. This let's you create launch configuration again.
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/StandardGDBDebuggerPage.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/StandardGDBDebuggerPage.java b/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/StandardGDBDebuggerPage.java
index 783b72e3e67..6621f3844b3 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/StandardGDBDebuggerPage.java
+++ b/debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/StandardGDBDebuggerPage.java
@@ -172,6 +172,7 @@ public class StandardGDBDebuggerPage extends AbstractCDebuggerPage implements Ob
}
if ( fSolibBlock != null )
fSolibBlock.initializeFrom( configuration );
+ fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
String debuggerID = getDebuggerIdentifier();

Back to the top