mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +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
|
||||
Replaced global resource bundles by messages.
|
||||
|
||||
|
|
|
@ -97,10 +97,10 @@ public class GDBDebuggerPage extends AbstractLaunchConfigurationTab implements O
|
|||
catch( CoreException e )
|
||||
{
|
||||
}
|
||||
fGDBCommandText.setText( gdbCommand );
|
||||
fGDBInitText.setText( gdbInit );
|
||||
if ( fSolibBlock != null )
|
||||
fSolibBlock.initializeFrom( configuration );
|
||||
fGDBCommandText.setText( gdbCommand );
|
||||
fGDBInitText.setText( gdbInit );
|
||||
}
|
||||
|
||||
public void performApply( ILaunchConfigurationWorkingCopy configuration )
|
||||
|
|
Loading…
Add table
Reference in a new issue