Add progspace support for Guile.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 797a313b5913ad024185d7a5be0a330b0fb4f198..718ce2432ea768cf206cb6f0fe2a2b8721f5962b 100644 (file)
@@ -1,3 +1,105 @@
+2014-06-02  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
+       pretty-printer lookup.
+       * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
+       (make-pp_s-printer): Call it.
+       (make-pretty-printer-from-dict): New function.
+       (lookup-pretty-printer-maker-from-dict): New function.
+       (*pretty-printer*): Simplify.
+       (make-objfile-pp_s-printer): New function.
+       (install-objfile-pretty-printers!): New function.
+       (make-progspace-pp_s-printer): New function.
+       (install-progspace-pretty-printers!): New function.
+       * gdb.guile/scm-progspace.c: New file.
+       * gdb.guile/scm-progspace.exp: New file.
+
+2014-06-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/dprintf-bp-same-addr.c: New file.
+       * gdb.base/dprintf-bp-same-addr.exp: New file.
+
+2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
+       * gdb.arch/powerpc-power.s: Likewise.
+
+2014-06-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
+
+2014-06-01  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/watchpoint.exp (test_watch_location): Check null
+       pointer can be dereferenced.  If not, do the test, otherwise
+       skip it.
+
+2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
+       results.
+       * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
+
+2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.arch/amd64-invalid-stack-middle.S: New file.
+       * gdb.arch/amd64-invalid-stack-middle.c: New file.
+       * gdb.arch/amd64-invalid-stack-middle.exp: New file.
+       * gdb.arch/amd64-invalid-stack-top.c: New file.
+       * gdb.arch/amd64-invalid-stack-top.exp: New file.
+
+2014-05-30  Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/17000
+       * gdb.base/sss-bp-on-user-bp.c: New file.
+       * gdb.base/sss-bp-on-user-bp.exp: New file.
+
+2014-05-30  David Blaikie  <dblaikie@gmail.com>
+
+       * gdb.opt/inline-break.c: Fix clang compatibility by specifying
+       gnu_inline semantics via attribute.
+       * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
+       source explicitly specifies the required semantics.
+
+2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.reverse/sigall-reverse.exp: Fix a typo.
+
+2014-05-29  Pedro Alves  <palves@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/async-shell.exp: Don't enable target-async.
+       * gdb.base/async.exp
+       * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
+       parameter.  Adjust.
+       (top level): Don't test with "target-async".
+       * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
+       * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
+       * gdb.base/inferior-died.exp: Don't enable target-async.
+       * gdb.base/interrupt-noterm.exp: Likewise.
+       * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
+       * gdb.mi/mi-nonstop-exit.exp: Likewise.
+       * gdb.mi/mi-nonstop.exp: Likewise.
+       * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
+       * gdb.mi/mi-nsintrall.exp: Likewise.
+       * gdb.mi/mi-nsmoribund.exp: Likewise.
+       * gdb.mi/mi-nsthrexec.exp: Likewise.
+       * gdb.mi/mi-watch-nonstop.exp: Likewise.
+       * gdb.multi/watchpoint-multi.exp: Adjust comment.
+       * gdb.python/py-evsignal.exp: Don't enable target-async.
+       * gdb.python/py-evthreads.exp: Likewise.
+       * gdb.python/py-prompt.exp: Likewise.
+       * gdb.reverse/break-precsave.exp: Don't test with "target-async".
+       * gdb.server/solib-list.exp: Don't enable target-async.
+       * gdb.threads/thread-specific-bp.exp: Likewise.
+       * lib/mi-support.exp: Adjust to use mi-async.
+
+2014-05-29  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/13860
+       * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
+       reason, even in sync mode.
+
 2014-05-29  Pedro Alves  <palves@redhat.com>
            Hui Zhu  <hui@codesourcery.com>
 
This page took 0.027948 seconds and 4 git commands to generate.