1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00
This commit is contained in:
Alain Magloire 2003-09-25 16:05:22 +00:00
parent fab806abb9
commit b06d6f62f6

View file

@ -1,3 +1,11 @@
2003-09-25 Alain Magloire
Fix for PR 43496.
In the event of an error we should Process.destroy()
after creating the Process.
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2003-11-10 Mikhail Khodjaiants
Moving the shared library search paths block to mi UI.
* IMILaunchConfigurationConstants.java: added the 'ATTR_DEBUGGER_SOLIB_PATH' attribute.
@ -6,7 +14,7 @@
Fix to info shared parsing.
* src/org/eclipse/cdt/debug/mi/core/outpu/MIInfoSharedLibary.java
* src/org/eclipse/cdt/debug/mi/core/output/MIInfoSharedLibary.java
2003-09-09 Mikhail Khodjaiants
Regrouping the launch configuration constants.