mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Suppress "set auto-solib" - returns error on Windows.
This commit is contained in:
parent
01eaafd33a
commit
6660f07ea6
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue