]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
get_int_var_value
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index c4d5b79768a8cfbd3f86e0b7823af243172ddeb6..ac68fba1bfc999506199532c63636c2183630339 100644 (file)
@@ -1,3 +1,295 @@
+2017-07-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
+       (test_minsym): ... this, and make static.
+       (get_pck__foo__bar__minsym): Rename to ...
+       (get_test_minsym): ... this.
+       * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
+       symbol names and comments.
+       * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
+       (get_test_minsym): ... this.
+       (pck__foo__bar__minsym__2): Rename to ...
+       (test_minsym): ... this.
+       (main): Adjust.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/completion.exp: Adjust expected output.
+       * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
+       the completer works.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
+
+2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.mi/mi-vla-fortran.exp: Make test names unique.
+
+2017-07-14  Tom Tromey  <tom@tromey.com>
+
+       PR rust/21764:
+       * gdb.rust/simple.exp: Add tests.
+
+2017-07-14  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.exp: Add regression test for PR rust/21763.
+
+2017-07-14  Pedro Alves  <palves@redhat.com>
+
+       * gdb.linespec/base/one/thefile.cc (z1): New function.
+       * gdb.linespec/base/two/thefile.cc (z2): New function.
+       * gdb.linespec/linespec.exp: Add tests.
+
+2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
+       to mi_create_breakpoint.
+
+2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
+       mi_create_breakpoint.
+
+2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdb.dlang/demangle.exp: Update for demangling changes.
+
+2017-07-09  Tom Tromey  <tom@tromey.com>
+
+       * gdb.dwarf2/shortpiece.exp: New file.
+
+2017-07-06  David Blaikie  <dblaikie@gmail.com>
+
+       * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
+       built from fissiont-multi-cu{1,2}.c.
+       * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
+       except putting 'main' and 'func' in separate CUs in the same DWO file.
+       * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
+       test.
+       * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
+       test.
+
+2017-07-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-unwind.exp: Test flushregs.
+
+2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR cli/21688
+       * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
+       tests for alias commands and trailing whitespace.
+
+2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR cli/21688
+       * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
+       procedure.  Call it.
+
+2017-06-29  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/printcmds.exp: Add tests.
+
+2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
+
+       PR gdb/21337
+       * gdb.base/reread-readsym.exp: New file.
+       * gdb.base/reread-readsym.c: New file.
+
+2017-06-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
+       subpattern.
+
+2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * gdb.arch/powerpc-power9.exp: Update test case for new lnia
+       extended mnemonic.
+       * gdb.arch/powerpc-power9.s: Likewise.
+
+2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
+       on 32-bit x86 targets.  Exploit is_*_target macros where
+       appropriate.
+
+2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
+       register pieces.
+
+2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
+       located in one or more DWARF pieces.
+
+2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * lib/gdb.exp (get_endianness): New proc.
+       * gdb.arch/aarch64-fp.exp: Use it.
+       * gdb.arch/altivec-regs.exp: Likewise.
+       * gdb.arch/e500-regs.exp: Likewise.
+       * gdb.arch/vsx-regs.exp: Likewise.
+       * gdb.base/dump.exp: Likewise.
+       * gdb.base/funcargs.exp: Likewise.
+       * gdb.base/gnu_vector.exp: Likewise.
+       * gdb.dwarf2/formdata16.exp: Likewise.
+       * gdb.dwarf2/implptrpiece.exp: Likewise.
+       * gdb.dwarf2/nonvar-access.exp: Likewise.
+       * gdb.python/py-inferior.exp: Likewise.
+       * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
+
+2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       PR gdb/21226
+       * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
+       stack value pieces are taken from the LSB end.
+
+2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
+       variable at nonzero offset.
+
+2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.dwarf2/var-access.c: New file.
+       * gdb.dwarf2/var-access.exp: New test.
+       * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
+
+2017-06-12  Tom Tromey  <tom@tromey.com>
+
+       * gdb.dwarf2/formdata16.exp: Add tests.
+
+2017-06-12  Tom Tromey  <tom@tromey.com>
+
+       * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
+
+2017-06-12  Tom Tromey  <tom@tromey.com>
+
+       PR exp/16225:
+       * gdb.reverse/i386-sse-reverse.exp: Update tests.
+       * gdb.arch/vsx-regs.exp: Update tests.
+       * gdb.arch/s390-vregs.exp (hex128): New proc.
+       Update test.
+       * gdb.arch/altivec-regs.exp: Update tests.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.base/startup-with-shell.c: New file.
+       * gdb.base/startup-with-shell.exp: Likewise.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.server/non-existing-program.exp: Update regex in order to
+       reflect the fact that gdbserver is now using fork_inferior (with a
+       shell) to startup the inferior.
+
+2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
+       support function calls from GDB.
+
+2017-05-21  Tom Tromey  <tom@tromey.com>
+
+       PR rust/21466:
+       * gdb.rust/unsized.exp: New file.
+       * gdb.rust/unsized.rs: New file.
+
+2017-05-19  Tom Tromey  <tom@tromey.com>
+
+       PR rust/21484:
+       * gdb.rust/watch.exp: New file.
+       * gdb.rust/watch.rs: New file.
+
+2017-05-18  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.exp: Allow Box to be qualified.
+
+2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
+
+2017-05-18  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/fileio.c (test_write, test_read, test_close)
+       (test_fstat): Don't print 'ret' in the fail path.
+
+2017-05-18  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/fileio.c (stop, test_open, test_write, test_read)
+       (test_lseek, test_close, test_stat, test_fstat, test_isatty)
+       (test_system, test_rename, test_unlink, test_time): Change
+       prototypes.
+       * gdb.base/fileio.exp (stop_msg): Adjust.
+
+2017-05-18  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/fileio.c (null_str): New global.
+       (test_stat): Use it.
+       * gdb.base/fileio.exp: Remove nowarnings.
+
+2017-05-17  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
+
+2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
+       argument command.
+       (top-level): Invoke test_set_inferior_tty.
+
+2017-05-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
+       Add parens to print call for Python 3.
+
+2017-05-03  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/oranking.cc (dummy): New function to grab malloc.
+       (main): Call it.
+
+2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+       * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
+       to prev and next.
+
+2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+       * gdb.python/py-record-btrace.exp: Remove test for
+       gdb.BtraceInstruction.error.
+
+2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+       * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
+
+2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+       * gdb.python/py-record-btrace-threads.c: New file.
+       * gdb.python/py-record-btrace-threads.exp: New file.
+
+2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR testsuite/8595
+       * gdb.base/environ.exp: Make test available in all architectures.
+       Move bits related to "info program" testing to
+       gdb.base/info-program.exp.  Rewrite tests to use the two new
+       procedures mentione below.
+       (test_set_show_env_var) New procedure.
+       (test_set_show_env_var_equal): Likewise.
+       * gdb.base/info-program.exp: New file.
+
+2017-04-27  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/oranking.cc (test15): New function.
+       (main): Call test15 and declare additional variables for testing.
+       * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
+       "p foo101('abc')" tests.
+       Add tests for cv qualifier overloads.
+       * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
+       "lvalue reference overload" test.
+       * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
+       "print value of f1 on Child&& in f2" test.
+
 2017-04-19  Pedro Alves  <palves@redhat.com>
 
        * gdb.threads/threadapply.exp (kill_and_remove_inferior): New