From 4a4c9e0acdb768a52daffa617959ac0654526ecf Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 14 Nov 2002 21:04:49 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 7 +++++++ debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 14 ++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 42731052357..dc1d369ec5a 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,10 @@ +2002-11-14 Alain Magloire + + * src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java (getStackFrames): + New method to provide a range lowFrame and highFrame. + (getStackFrameCount): New method returns the depth level + of the stackframes. + 2002-11-13 Mikhail Khodjaiants Fix for the stepping problem if the selected stack frame is not the topmost one. * CStackFrame.java: The 'stepToFrame' method is temporary replaced by corresponding step method. diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 5d3d1844ef9..6a08312f78b 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,10 +1,20 @@ -2002-11-13 +2002-11-14 Alain Magloire + + * src/.../mi/core/cdi/CThread.java (getStackFrame): + new method with a hi and low. + (getStackFrameCount): new method. + * src/.../mi/core/command/CommandFactory.java (createMIStackInfoDepth): + new method. + * src/.../mi/core/command/MIStackInfoDepth.java (getMIStackInfoDepthInfo): + new method. + +2002-11-13 Dave Inglis * plugin.xml Added "native" cpu support. 2002-11-06 Alain Magloire - * src/.../mi/core/StackFrame.java (getLocals): + * src/.../mi/core/cdi/StackFrame.java (getLocals): If an exception was thrown, the array may contain null entries. Use a list and catch the exception.