diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 0e4899c0f76..dec486695d6 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,19 @@ +2003-01-03 Alain Magloire + + The Class creating the CDISession part of the initialization would call + (gdb) set autosolib on + this works fine for Unix system, but on Windows it throws an error + failing the debugger. Windows(Cygwin, MingWin) does not need any + special initialization like solib-search-paths etc .. + + * src/.../mi/core/cdi/SourceManager.java (setAutoSolib): Takes a boolean argument + to set the autosolib on or off. + * src/.../mi/core/CygwinGDBDebugger.java(initializeLibraries): + Empty method, cygwin does not need any special handling. + * src/.../mi/core/GDBDebugger.java (initializeLibraries): + Always call autosolib. + + 2003-01-02 Alain Magloire Bug when using recursive: diff --git a/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog b/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog index 9703886074a..7024431438f 100644 --- a/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog @@ -1,3 +1,8 @@ +2003-01-03 Alain Magloire + + * src/org/eclipse./cdt/debug/mi/internal/ui/CDebuggerPage.java (setDefaults): + Set autosolib to true by default. + 2002-11-26 Doug Schaefer * plugin.xml: