1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
This commit is contained in:
Alain Magloire 2002-11-14 21:04:49 +00:00
parent 7a149d7499
commit 4a4c9e0acd
2 changed files with 19 additions and 2 deletions

View file

@ -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 2002-11-13 Mikhail Khodjaiants
Fix for the stepping problem if the selected stack frame is not the topmost one. 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. * CStackFrame.java: The 'stepToFrame' method is temporary replaced by corresponding step method.

View file

@ -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 * plugin.xml
Added "native" cpu support. Added "native" cpu support.
2002-11-06 Alain Magloire 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 If an exception was thrown, the array may contain null
entries. Use a list and catch the exception. entries. Use a list and catch the exception.