mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 02:35:37 +02:00
Dave's fix for the auto-solib option.
This commit is contained in:
parent
e9670f6785
commit
3bc91cc510
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-07-19 Mikhail Khodjaiants
|
||||||
|
Dave's fix for the auto-solib option.
|
||||||
|
* GDBDebuggerPage.java
|
||||||
|
|
||||||
2004-06-22 Mikhail Khodjaiants
|
2004-06-22 Mikhail Khodjaiants
|
||||||
Replaced global resource bundles by messages.
|
Replaced global resource bundles by messages.
|
||||||
|
|
||||||
|
|
|
@ -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 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue