X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=3bd066cb6fb66d9dcf6c318a9ca285fd1ed48bed;hb=3be78afdeddd3ebf57eb0df8b029cf596f468c7a;hp=713031cfe1f25ddf39e76ed4edc9ead52c9cd794;hpb=ec3b243d4308ee56c9e3c62470b10ed2a822eb51;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 713031cfe1..3bd066cb6f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,8 +1,81 @@ +2017-03-21 Ivo Raisr + + PR tdep/20928 + * gdb.arch/sparc64-regs.exp: New file. + * gdb.arch/sparc64-regs.S: Likewise. + +2017-03-21 Tim Wiederhake + + * gdb.python/py-record-btrace.exp: Check for buffer on Python 2 + and memory view on Python 3. + +2017-03-20 Artemiy Volkov + Keith Seitz + + PR gdb/14441 + * gdb.cp/demangle.exp: Add rvalue reference tests. + * gdb.cp/rvalue-ref-casts.cc: New file. + * gdb.cp/rvalue-ref-casts.exp: New file. + * gdb.cp/rvalue-ref-overload.cc: New file. + * gdb.cp/rvalue-ref-overload.exp: New file. + * gdb.cp/rvalue-ref-params.cc: New file. + * gdb.cp/rvalue-ref-params.exp: New file. + * gdb.cp/rvalue-ref-sizeof.cc: New file. + * gdb.cp/rvalue-ref-sizeof.exp: New file. + * gdb.cp/rvalue-ref-types.cc: New file. + * gdb.cp/rvalue-ref-types.exp: New file. + * gdb.python/py-rvalue-ref-value-cc.cc: New file. + * gdb.python/py-rvalue-ref-value-cc.exp: New file. + +2017-03-20 Marc-Andre Laperle + + * gdb.mi/mi-solib.exp (test_file_list_shared_libraries): + New procedure. + +2017-03-20 Marc-Andre Laperle + + * lib/mi-support.exp (mi_gdb_test): Add additional message + for unexpected output. + +2017-03-20 Andreas Arnez + + * gdb.base/examine-backward.c (Barrier): New character array + constant, to ensure that TestStrings is preceded by a string + terminator. + +2017-03-16 Andreas Arnez + + * lib/dwarf.exp: Add support for DW_OP_implicit_pointer. + * gdb.dwarf2/nonvar-access.exp: Add test for stack value location + and implicit pointer into such a location. + +2017-03-16 Doug Evans + + * gdb.python/py-lazy-string (pointer): Really add new typedef. + 2017-03-16 Thomas Preud'homme * gdb.cp/m-static.exp: Fix expectation for prototype of test5.single_constructor and single_constructor::single_constructor. +2017-03-16 Doug Evans + + * gdb.guile/scm-value.c (main) Delete locals sptr, sn. + * gdb.guile/scm-lazy-string.c: New file. + * gdb.guile/scm-value.exp: Move lazy string tests to ... + * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests + for pointer, array, typedef lazy strings. + +2017-03-16 Doug Evans + + PR python/17728, python/18439, python/18779 + * gdb.python/py-value.c (main) Delete locals sptr, sn. + * gdb.python/py-lazy-string.c (pointer): New typedef. + (main): New locals ptr, array, typedef_ptr. + * gdb.python/py-value.exp: Move lazy string tests to ... + * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer, + array, typedef lazy strings. + 2017-03-14 Anton Kolesov * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):