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

View file

@ -1,5 +1,12 @@
2002-11-14 Alain Magloire
This is needed in post-mortem, application doing a
very deep recursion and crashing the stack size, for example
on GNU/Linux it may reach 200000 levels deep. Trying to
bring in the UI a bactrace tree of 200000 nodes is useless.
The UI could check the count and do the appropriate action
by showing ranges etc ..
* 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

View file

@ -1,5 +1,12 @@
2002-11-14 Alain Magloire
This is needed in post-mortem, application doing a
very deep recursion and crashing the stack size, for example
on GNU/Linux it may reach 200000 levels deep. Trying to
bring in the UI a bactrace tree of 200000 nodes is useless.
The UI could check the count and do the appropriate action
by showing ranges etc ..
* src/.../mi/core/cdi/CThread.java (getStackFrame):
new method with a hi and low.
(getStackFrameCount): new method.