1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

fixed auto solib option

This commit is contained in:
David Inglis 2004-07-15 01:34:14 +00:00
parent 1c182d0869
commit 540b9dc9f1

View file

@ -97,10 +97,10 @@ public class GDBDebuggerPage extends AbstractLaunchConfigurationTab implements O
catch( CoreException e ) catch( CoreException e )
{ {
} }
fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
if ( fSolibBlock != null ) if ( fSolibBlock != null )
fSolibBlock.initializeFrom( configuration ); fSolibBlock.initializeFrom( configuration );
fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
} }
public void performApply( ILaunchConfigurationWorkingCopy configuration ) public void performApply( ILaunchConfigurationWorkingCopy configuration )