mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
updated
This commit is contained in:
parent
01779d0976
commit
90ad9b1e76
2 changed files with 21 additions and 0 deletions
|
@ -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
|
2003-01-02 Alain Magloire
|
||||||
|
|
||||||
Bug when using recursive:
|
Bug when using recursive:
|
||||||
|
|
|
@ -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
|
2002-11-26 Doug Schaefer
|
||||||
|
|
||||||
* plugin.xml:
|
* plugin.xml:
|
||||||
|
|
Loading…
Add table
Reference in a new issue