* gdb.cp/static-method.exp: Add missing single quote.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 1f43ffe3c5301a72135a08294acafd93f374d121..1acccd52b785baf581e42528335fa7457b23fc69 100644 (file)
@@ -1,3 +1,72 @@
+2011-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/static-method.exp: Add missing single quote.
+
+2011-07-18  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/async-shell.exp: Skip test if displaced stepping is not
+       supported.
+       * 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.python/py-evthreads.exp: Likewise.
+
+2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
+       it.  Substitute it instead of test_compiler_info everywhere.
+
+2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
+       remote targets as well.
+
+2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
+       * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
+
+2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
+       a remote machine, not the host.
+       (gdb_compile_shlib): Set soname if target is remote.
+
+2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/minsym-fallback.exp: Link in C++ mode.
+
+2011-07-13  Matt Rice <ratmice@gmail.com>
+
+       * gdb.python/py-objfile-script-gdb.py: Renamed to
+       py-objfile-script-gdb.py.in.
+       * gdb.python/py-objfile-script-gdb.py.in: Renamed from
+       py-objfile-script-gdb.py.
+       * gdb.python/py-objfile-script.exp: Update reference to
+       py-objfile-script-gdb.py.
+
+2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
+       reference undefined label.
+
+2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
+       (DW_AT_high_pc, DW_AT_low_pc): Remove them.
+       (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
+       * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
+
+2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
+
+        PR python/12438
+       * gdb.python/python.exp: Add maint set/show python print-stack
+          deprecated tests.  Add set/show python print-backtrace tests.
+
 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.java/jprint.exp (print a java.lang.String): xfail without system
@@ -20,7 +89,7 @@
 
 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
 
-       * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match 
+       * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
        the whole output.
 
 2011-07-05  Tom Tromey  <tromey@redhat.com>
 
 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
 
-       * gdb.base/commands.exp (redefine_backtrace_test): Fix race. 
+       * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
        New testcase `expect response to define backtrace'.  Also remove
        redundant `default' block.
 
 
 2011-02-22  Michael Snyder  <msnyder@vmware.com>
 
-       * gdb.threads/thread-find.exp: Add tests for bad input to 
+       * gdb.threads/thread-find.exp: Add tests for bad input to
        info threads.
 
 2011-02-22  Joel Brobecker  <brobecker@adacore.com>