Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-01-17 15:11:44 +0000
committerAlain Magloire2003-01-17 15:11:44 +0000
commit449883344d56acfe930425c18f844867b59c4955 (patch)
treed66004fbeb838294f22caa28fe20059ed411e094
parent2e36002edce86e99cb562eadca31ab1f0e03db02 (diff)
downloadorg.eclipse.cdt-449883344d56acfe930425c18f844867b59c4955.tar.gz
org.eclipse.cdt-449883344d56acfe930425c18f844867b59c4955.tar.xz
org.eclipse.cdt-449883344d56acfe930425c18f844867b59c4955.zip
Updated.
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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,5 +1,17 @@
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):
Also process the Shared lib by calling update on the manager.

Back to the top