From f04a7013cb90445a99863505b4d99aa7d6ac8331 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 20 Jan 2003 21:01:34 +0000 Subject: [PATCH] updated --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 0802164317a..34b6d90cbac 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,22 @@ +2003-01-20 Alain Magloire + + The problem was that no check was done for the existence of + the program/executable nor the working directory etc ... + By asking the arguements to be File, the check is done by + the caller. + + * src/.../mi/core/MIPlugin.java (createCSession): Change the + the arguments. + * src/.../mi/core/GDBDebugger.java (createCSession): Change the + +2003-01-20 Alain Magloire + + * src/.../mi/core/command/MIWhatis.java: New file. + * src/.../mi/core/command/MIPType.java: New file. + * src/.../mi/core/command/MISharedLibary.java: New file. + * src/.../mi/core/output/MIWhatisInfo.java: New file. + * src/.../mi/core/output/MIPTypeInfo.java: New file. + 2003-01-18 Alain Magloire * src/.../mi/core/cdi/event/DestroyedEvent.java (DestroyedEvent):