X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=d44833747d117ec701546afe7cd62fe9a352b3cf;hb=b3215adc06e4946aca4b6b6c4ebea305753fbe22;hp=8a704cddc403e08bb23f1c526d7ad1ba4c4f5e68;hpb=9b158ba08eb1ad14dc2324b8391263b228fa928a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8a704cddc4..d44833747d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,39 @@ +2011-07-22 Ulrich Weigand + + * gdb.python/py-mi.exp: Use different file names for different + versions of the executable under test. + * gdb.python/py-prettyprint.exp: Likewise. + * gdb.python/py-symbol.exp: Likewise. + * gdb.python/py-template.exp: Likewise. + * gdb.python/py-type.exp: Likewise. + * gdb.python/py-value.exp: Likewise. + +2011-07-22 Ulrich Weigand + + * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints + flag after restarting GDB if necessary. + +2011-07-22 Ulrich Weigand + + * gdb.python/py-shared.exp: Call gdb_load_shlibs. + +2011-07-22 Pedro Alves + + * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints + backend doesn't leave used debug registers behind. + +2011-07-22 Tom Tromey + + * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64. + * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern + argument. + * gdb.dwarf2/typeddwarf-amd64.S: New file. + +2011-07-21 Matt Rice + + * gdb.threads/Makefile.in: Avoid globbing corethreads.exp + in mostlyclean rule. Add files ending in .core. + 2011-07-21 Matt Rice PR macros/12999