From 8db10675f9164b33c32123d22fb8741f46197ea0 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Mon, 5 May 2003 19:52:25 +0000 Subject: [PATCH] New method in ICBreakpoint - "isConditional". Added a status functionality to the CDebugElement class. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index b4d2bee9cde..bc8e31cb705 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,16 @@ +2003-05-05 Mikhail Khodjaiants + Added a status functionality to the CDebugElement class. + This allows to reflect the problems occured in the element in UI. + * ICDebugElementErrorStatus.java: new + * CDebugElement.java: implementation + * CThread.java + * CDebugTarget.java + +2003-05-05 Mikhail Khodjaiants + New method in ICBreakpoint - "isConditional". + * ICBreakpoint.java + * CBreakpoint.java + 2003-05-02 Mikhail Khodjaiants Notify the Launch view about stack changes when handling the 'Resumed' event. * CThread.java