X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=4eaf1d131176d8d1c468cb8fdaf311da7f4a3f21;hb=a5e406b5ada4fc7e5131dc4242b6cf46c6139a3f;hp=2bfa192139e56ea114f4a582fe683fd3953f1ef1;hpb=abe8e6075bac6596f9105bbc9607038543ac849e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2bfa192139..4eaf1d1311 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,189 @@ +2015-09-01 Pierre-Marie de Rodat + + * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant + expected outputs. Add two testcases for completing ambiguous + functions. + * gdb.ada/complete/aux_pck.adb: New file. + * gdb.ada/complete/aux_pck.ads: New file. + * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two + Ambiguous_Func functions. + * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function. + * gdb.ada/complete/pck.adb: Likewise. + +2015-08-27 Ulrich Weigand + + * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected + failures to run the test program under GDB. + +2015-08-26 Luis Machado + + * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language + to C. + +2015-08-26 Patrick Palka + + * gdb.base/run-after-attach.exp: New test file. + * gdb.base/run-after-attach.c: New test file. + +2015-08-26 Don Breazeal + + * gdb.base/foll-exec-2.c: New test program. + * gdb.base/foll-exec-2.exp: New test. + +2015-08-25 Pierre-Marie de Rodat + + * gdb.base/nested-subp1.exp: New file. + * gdb.base/nested-subp1.c: New file. + * gdb.base/nested-subp2.exp: New file. + * gdb.base/nested-subp2.c: New file. + * gdb.base/nested-subp3.exp: New file. + * gdb.base/nested-subp3.c: New file. + +2015-08-24 Pedro Alves + + * gdb.server/connect-without-multi-process.c: New file. + * gdb.server/connect-without-multi-process.exp: New file. + +2015-08-24 Luis Machado + + * gdb.opt/inline-markers.c: Make z int. + +2015-08-24 Luis Machado + + * gdb.opt/inline-markers.c: Make z volatile. + +2015-08-24 Luis Machado + + * gdb.opt/inline-bt.c: New volatile global z. + * gdb.opt/inline-cmds.c: Likewise. + * gdb.opt/inline-locals.c: Likewise. + * gdb.opt/inline-markers.c: New extern global z. + (marker): Use z. + (inline_fn): Likewise. + +2015-08-24 Pedro Alves + + * config/m32r-stub.exp: Remove file. + * gdb.base/call-ar-st.exp: Remove reference to sparclet. + * gdb.base/call-rt-st.exp: Likewise. + * gdb.base/call-strs.exp: Likewise. + * gdb.base/default.exp: Remove references to h8300-*-hms and + *-*-udi*. + * gdb.base/funcargs.exp: Remove reference to sparclet-*-*. + +2015-08-24 Andreas Arnez + + * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native + -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish" + and "return" use KFAIL when GDB can not read/write the vector + return value. + +2015-08-21 Gary Benson + + * gdb.trace/pending.exp: Cope with remote transfer warnings. + +2015-08-20 Pedro Alves + + * gdb.server/solib-list.exp: No longer expect an interior stop in + non-stop mode. + +2015-08-20 Pedro Alves + + * gdb.server/connect-stopped-target.c: New file. + * gdb.server/connect-stopped-target.exp: New file. + +2015-08-20 Pedro Alves + + * gdb.dwarf2/comp-unit-lang.exp: New file. + * gdb.dwarf2/comp-unit-lang.c: New file. + +2015-08-20 Pierre-Marie de Rodat + + * gdb.ada/attr_ref_and_charlit.exp: New testcase. + * gdb.ada/attr_ref_and_charlit/foo.adb: New file. + +2015-08-19 Kevin Buettner + + * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file. + * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file. + +2015-08-18 Doug Evans + Adrian Sendroiu + + * lib/gdb.exp (skip_python_tests_prompt): Renamed from + skip_python_tests. New arg prompt_regexp. + (skip_python_tests): New function. + * lib/mi-support.exp (mi_skip_python_tests): New function. + * gdb.python/py-mi-objfile-gdb.py: New file. + * gdb.python/py-mi-objfile.c: New file. + * gdb.python/py-mi-objfile.exp: New file. + +2015-08-17 Keith Seitz + + * gdb.linespec/explicit.exp: Move strace test from here ... + * gdb.trace/strace.exp: ... to here. + +2015-08-15 Patrick Palka + + * gdb.base/kill-detach-inferiors-cmd.exp: New test file. + * gdb.base/kill-detach-inferiors-cmd.c: New test file. + +2015-08-14 Doug Evans + + * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing + inferior before selecting a new file. + +2015-08-14 Doug Evans + + * gdb.mi/mi-disassemble.exp: Update. + * gdb.base/disasm-optim.S: New file. + * gdb.base/disasm-optim.c: New file. + * gdb.base/disasm-optim.h: New file. + * gdb.base/disasm-optim.exp: New file. + +2015-08-14 Keith Seitz + + * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for + "evaluated-by". + +2015-08-13 Joel Brobecker + + * gdb.base/dso2dso.exp: Improve the testcase's documentation. + +2015-08-13 Pierre-Marie de Rodat + + * gdb.ada/fun_renaming.exp: New testcase. + * gdb.ada/fun_renaming/fun_renaming.adb: New file. + * gdb.ada/fun_renaming/pack.adb: New file. + * gdb.ada/fun_renaming/pack.ads: New file. + +2015-08-12 Keith Seitz + + * gdb.base/dso2dso.exp: Pass basename of source file in call to + gdb_get_line_number. + +2015-08-12 Joel Brobecker + + * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h, + gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c, + gdb.base/dso2dso.exp: New files. + +2015-08-12 Sergio Durigan Junior + Pedro Alves + Keith Seitz + + * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore + GDBFLAGS. + +2015-08-12 Patrick Palka + + * gdb.base/gdbhistsize-history.exp + (test_histsize_history_setting): Use save_vars. + * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting): + Use save_vars. + (test_no_truncation_of_unlimited_history_file): Use save_vars. + * gdb.base/readline.exp: Use save_vars. + 2015-08-12 Patrick Palka * lib/gdb.exp (save_vars): New proc.