mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 07:25:23 +02:00
updated.
This commit is contained in:
parent
dad0f57455
commit
6c34b97f04
1 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,13 @@
|
||||||
2002-11-06 Alain Magloire
|
2002-11-06 Alain Magloire
|
||||||
|
|
||||||
* src/.../mi/core/cdti/StackFrame.java (getArguments):
|
* src/.../mi/core/StackFrame.java (getLocals):
|
||||||
If an exception was throw, the array may contain null
|
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.
|
entries. Use and a List and catch the exception.
|
||||||
|
|
||||||
2002-11-05 Alain Magloire
|
2002-11-05 Alain Magloire
|
||||||
|
|
Loading…
Add table
Reference in a new issue