Re: [PATCH] Handle missing array descriptor in ada_type_of_array
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Tom" == Tom Tromey <[email protected]> writes: Tom> The test case gdb.ada/mi_var_access.exp was failing with gnat-llvm. Tom> Debugging this, I found that the problem was that with gnat-llvm, the Tom> array descriptor would have a NULL pointer for the bounds when the Tom> array was invalidated. [...] I'm checking this in. Tom