diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 1af1918702c..0c34a1e4af7 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,14 @@ +2003-08-26 Alain Magloire + + This is still a hack: "info shared" the real solution + is to implement in GDB/MI the corresponding command. + So now we do weird parsing, that varies from platform + to platform. For example Cygwin output of "info shared" + is totally different from the GNU/Linux one etc ... + We the best we can to cope ... but things will break. + + * src/org/eclipse.cdt/debug/mi/core/output/MIInfoSharedLibraryInfo.java + 2003-08-26 Alain Magloire Using the wrong method for toString() and we were returning