From b06d6f62f6f4483eaf240dfce5cd72e3987336a9 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 25 Sep 2003 16:05:22 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index bbc0c220501..2807ee54e8c 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -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.