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-06 21:04:43 +00:00
parent dad0f57455
commit 6c34b97f04

View file

@ -1,7 +1,13 @@
2002-11-06 Alain Magloire
* src/.../mi/core/cdti/StackFrame.java (getArguments):
If an exception was throw, the array may contain null
* src/.../mi/core/StackFrame.java (getLocals):
If an exception was thrown, the array may contain null
entries. Use a list and catch the exception.
2002-11-06 Alain Magloire
* src/.../mi/core/cdi/StackFrame.java (getArguments):
If an exception was thrown, the array may contain null
entries. Use and a List and catch the exception.
2002-11-05 Alain Magloire