testsuite: Prevent writes to prms_id and bug_id.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 6bbacf029d6ec4a5cfb643df1716e2e196d39d54..e3905bada09c896fa142385edec0c7ee3ac1dc86 100644 (file)
@@ -1,3 +1,119 @@
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * lib/gdb.exp (banned_variables): New variable/constant.
+       (gdb_init): Add write trace on variables listed in banned_variables.
+       (gdb_finish): Remove write traces on variables listed in
+       banned_variables.
+
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
+       * gdb.cp/koenig.exp: Likewise.
+
+2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       PR python/11482
+
+       * gdb.python/py-value.exp (test_value_hash): New function.
+
+2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       PR exp/11530.
+       * gdb.base/gdb11530.c: New file.
+       * gdb.base/gdb11530.exp: New file.
+
+2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-modula2-self-type.exp: New.
+       * gdb.dwarf2/dw2-modula2-self-type.S: New.
+
+2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/koenig.exp: New test.
+       * gdb.cp/koenig.cc: New test program.
+
+2010-05-05  Joel Brobecker  <brobecker@adacore.com>
+
+       Remove the use of prms_id and bug_id throughout the testsuite.
+
+2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       PR exp/11349.
+       * testsuite/gdb.cp/ref-types.exp: Add test to examine
+       use a reference local variable.
+
+2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
+       * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
+       variable different_dir. Move debugfile into a full directory pathname
+       under DIFFERENT_DIR.
+       * lib/gdb.exp (separate_debug_filename): Remove.
+       (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
+       variable debug_dir and mkdir of it.  Update function comments.
+
+2010-04-29  Pedro Alves  <pedro@codesourcery.com>
+
+       PR gdb/11557
+
+       * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
+       files.
+
+2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
+
+        * gdb.python/py-param.exp: New File.
+
+2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
+
+       * gdb.base/default.exp: Fix "set language" test.
+
+2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       PR breakpoints/11531.
+       * gdb.base/gdb11531.c: New file.
+       * gdb.base/gdb11531.exp: New file.
+
+2010-04-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Add tests for completion and deprecated
+       commands.
+
+2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
+       (print /x char_array): Escape curly brackets.
+
+2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix deadlock on looped list of loaded shared objects.
+       * gdb.base/solib-corrupted.exp: New.
+
+2010-04-23  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-section-script.c: New file.
+       * gdb.python/py-section-script.exp: New file.
+       * gdb.python/py-section-script.py: New file.
+
+2010-04-20  Chris Moller  <cmoller@redhat.com>
+
+       PR 10179
+
+       * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
+       * gdb.base/pr10179-a.c:
+       * gdb.base/pr10179-b.c:
+       * gdb.base/pr10179.exp: New files.
+
+2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix crashes on dangling display expressions.
+       * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
+       is SEP.
+       (lib_flags): Remove the "debug" keyword.
+       (libsepdebug): New variable for iterating new loop.
+       (save_pf_prefix): New variable wrapping the loop.
+       (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
+       * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
+
 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * gdb.threads/watchthreads.exp: Change to obtain consistent output.