From 70f30ce631e7f31a16ae6c6a54e50da75ab3a2c4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 24 Apr 2003 15:21:18 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index f364ddb8619..10e6fa2a26a 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,19 @@ +2003-04-24 Alain Magloire + + * src/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java (createMIInfoProgram): + New method. + * src/org/eclipse/cdt/debug/mi/core/command/MIInfoProgram.java: + New file, "info program". + * src/org/eclipse/cdt/debug/mi/core/output/MIInfoProgramInfo.java: + New file, parsing of "info Program". + * src/org/eclipse/cdt/debug/mi/core/output/EventManager.java (processSuspend): + Call MIInferio.update(); + * src/org/eclipse/cdt/debug/mi/core/MIInferior.java (update): + New method to retrieve the pid. + (interrupt): Try doing Spawner.raise(pid, INT) as a fallback. + * src/org/eclipse/cdt/debug/mi/core/cdi/Configuration.java (supportSuspend): + Bug fix. + 2003-04-23 Alain Magloire * src/org/eclipse/cdt/debug/mi/core/cdi/SignalManager.java (update):