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):