mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue