mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated.
This commit is contained in:
parent
4a4c9e0acd
commit
fb67cea201
2 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
2002-11-14 Alain Magloire
|
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):
|
* src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java (getStackFrames):
|
||||||
New method to provide a range lowFrame and highFrame.
|
New method to provide a range lowFrame and highFrame.
|
||||||
(getStackFrameCount): New method returns the depth level
|
(getStackFrameCount): New method returns the depth level
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
2002-11-14 Alain Magloire
|
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):
|
* src/.../mi/core/cdi/CThread.java (getStackFrame):
|
||||||
new method with a hi and low.
|
new method with a hi and low.
|
||||||
(getStackFrameCount): new method.
|
(getStackFrameCount): new method.
|
||||||
|
|
Loading…
Add table
Reference in a new issue