From 449883344d56acfe930425c18f844867b59c4955 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 17 Jan 2003 15:11:44 +0000 Subject: [PATCH] Updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 2e3c5505c6e..5f81648a64e 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,15 @@ +2003-01-16 Alain Magloire + + Process gdbinit configuration file. + + * src/.../mi/core/MIPlugin.java (createCSession): Takes now two new + arguments for working directory and configuration file gdbinit. + * src/.../mi/core/GDBDebugger.java (createAttachSession): + (createCoreSession): pass the working directory and gdbinit file + (createLaunchSession): pass the working directory and gdbinit file + * src/.../mi/core/IMILaunchConfigurationConstants.java: + New constant ATTR_GDB_INIT. + 2003-01-16 Alain Magloire * src/.../mi/core/cdi/EventManager.java (processSuspended):