diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 89aaaed..defd8c7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.ada/arrayparam.exp (print first after function call): Use + explicit package name. Add a comment + (print lasta after function call): Rename ... + (print last after function call): ... it and use explicit package + name. + (print length after function call): Use explicit package name. + * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test. + * gdb.ada/sym_print_name.exp: Change `i' to `integervar'. + (multiple matches for symbol i): Rename ... + (multiple matches for symbol integervar): ... it. + * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'. + * gdb.ada/sym_print_name/pck.ads (Pck): Likewise. + 2011-03-25 Andrew Burgess <aburgess@broadcom.com> * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS |