X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=edd3a39cb34df1d297cf01800d79c9b4302e8ad2;hb=51457a05780da82b5321a1574caed95ac0e6923e;hp=cc1a14ae3f6b58eaeba50748d18484e1fb3161c5;hpb=44959fa81858df7d06fd83b0595b66709e344074;p=binutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cc1a14ae3f6..edd3a39cb34 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,135 @@ +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): + Add optional 'test' parameter. + +2017-03-13 Simon Marchi + + * gdb.base/commands.exp (backslash_in_multi_line_command_test): + Skip for versions of DejaGnu < 1.5. + +2017-03-13 Simon Marchi + + * lib/gdb.exp (dejagnu_version): New proc. + * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu): + Use dejagnu_version. + +2017-03-10 Keith Seitz + + PR c++/8128 + * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument + type from destructor regexps. + Add a branch which actually passes the test. + Adjust "ptype t5i" test names. + +2017-03-08 Pedro Alves + + * gdb.base/step-over-exit.exp: Add explicit test message. + +2017-03-08 Pedro Alves + + PR gdb/18360 + * gdb.threads/interrupt-while-step-over.c: New file. + * gdb.threads/interrupt-while-step-over.exp: New file. + +2017-03-08 Pedro Alves + + * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix. + * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix. + +2017-03-08 Pedro Alves + + * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting + PKRU as not supported as a PASS. + +2017-03-08 Pedro Alves + + * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test + prefix instead of $binfile1/$binfile2. + * gdb.btrace/gcore.exp: Use "core" instead of unstable path name + in test message. + * gdb.python/py-completion.exp: Use "load python file" as test + messages instead of unstable path names. + +2017-03-08 Pedro Alves + Jan Kratochvil + + PR cli/21218 + * gdb.base/commands.exp (backslash_in_multi_line_command_test): + New proc. + (top level): Call it. + +2017-03-08 Pedro Alves + + PR tui/21216 + * gdb.tui/tui-nl-filtered-output.exp: New file. + +2017-03-08 Pedro Alves + + * gdb.base/completion.exp: Move TUI completion tests to ... + * gdb.tui/completion.exp: ... this new file. + +2017-03-08 Pedro Alves + + * gdb.base/tui-disasm-long-lines.c, + gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c, + gdb.base/tui-layout.exp: Move to ... + * gdb.tui/: ... this new directory. + +2017-03-07 Pedro Alves + + * gdb.base/tui-layout.c: New file. + * gdb.base/tui-layout.exp: New file. + 2017-03-07 Pedro Alves * gdb.base/tui-layout.c: Rename to ...