1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Suppress "set auto-solib" - returns error on Windows.

This commit is contained in:
Mikhail Khodjaiants 2006-02-06 22:41:56 +00:00
parent 01eaafd33a
commit 6660f07ea6
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-02-06 Mikhail Khodjaiants
Suppress "set auto-solib" - returns error on Windows.
* StandardWinCommandFactory.java
2006-02-06 Mikhail Khodjaiants
Use getters to access members of "MICommand".
* MIBreakCondition.java

View file

@ -52,6 +52,7 @@ public class StandardWinCommandFactory extends StandardCommandFactory {
* @see org.eclipse.cdt.debug.mi.core.command.CommandFactory#createMIGDBSetAutoSolib(boolean)
*/
public MIGDBSetAutoSolib createMIGDBSetAutoSolib( boolean set ) {
// Suppress "set auto-solib" - returns error on Windows
return new MIGDBSetAutoSolib( getMIVersion(), true ) {
/* (non-Javadoc)