Fix a regexp pattern in gdb.base/auto-connect-native-target.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 4c74ed1bce01efcb27aee09d3cd23bb7dc44ebae..e15237c36679fcc6557eab81d9946da9c54711bb 100644 (file)
@@ -1,3 +1,184 @@
+2014-06-04  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/auto-connect-native-target.exp: Remove redundant
+       space from the regexp pattern.
+
+2014-06-04  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/default.exp: Replace "child" with "native" in
+       regexp pattern.
+
+2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/py-xmethods.cc: New testcase to test xmethods.
+       * gdb.python/py-xmethods.exp: New tests to test xmethods.
+       * gdb.python/py-xmethods.py: Python script supporting the
+       new testcase and tests.
+
+2014-06-03  Joel Brobecker  <brobecker@adacore.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/17000
+       * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
+       * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
+
+2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
+
+       * gdb.base/subst.exp: Add tests to verify partial path matching
+       output.
+
+2014-06-03  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
+       target that doesn't use software single-stepping.
+
+2014-06-03  Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/17000
+       * gdb.base/sss-bp-on-user-bp-2.c: New file.
+       * gdb.base/sss-bp-on-user-bp-2.exp: New file.
+
+2014-06-02  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-parameter.exp: New file.
+
+2014-06-02  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-cmd.c: New file.
+       * gdb.guile/scm-cmd.exp: New file.
+
+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>
+
+       PR PR15693
+       * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
+       * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
+       * gdb.mi/mi-condbreak-call-thr-state.c: New file.
+       * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
+
+2014-05-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * config/monitor.exp (gdb_target_monitor): Replace use of
+       "set remotebaud" by "set serial baud".
+
+2014-05-26  Andy Wingo  <wingo@igalia.com>
+
+       * gdb.guile/scm-breakpoint.exp:
+       * gdb.guile/scm-gsmob.exp: Update to use plain old object
+       properties instead of gdb-object-properties.
+
+2014-05-26  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.server/no-thread-db.exp: Specify source file name
+       explicitly when setting a breakpoint.
+
+2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/vdso.c: New.
+       * gdb.btrace/vdso.exp: New.
+
 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
 
        * gdb.base/gcore.exp (capture_command_output): Move ...
This page took 0.028932 seconds and 4 git commands to generate.