1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 02:05:39 +02:00
This commit is contained in:
Alain Magloire 2003-08-26 18:23:38 +00:00
parent 247737caff
commit 6bd29c446e

View file

@ -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 2003-08-26 Alain Magloire
Using the wrong method for toString() and we were returning Using the wrong method for toString() and we were returning