1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 03:23:07 +02:00
This commit is contained in:
Alain Magloire 2003-01-03 20:30:20 +00:00
parent 01779d0976
commit 90ad9b1e76
2 changed files with 21 additions and 0 deletions

View file

@ -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:

View file

@ -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: