Add SIB.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5bba197697353aa16ed5ce0ea00409361dde601f..a7bd51ad62f6346e5ce870a19350c83d1af12ff4 100644 (file)
@@ -1,3 +1,253 @@
+2010-05-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Add missing space after setup_kfail.
+
+2010-05-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
+       argument order.
+       * gdb.base/macscp.exp: Fix setup_kfail argument order.
+       * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
+       order.
+       * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
+       order.
+       * gdb.base/call-sc.exp (setup_kfails): Remove.
+       (setup_compiler_kfails): Remove.
+       * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
+       argument order.
+       * gdb.base/siginfo.exp: Fix setup_kfail argument order.
+       * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
+       (advancei): Fix setup_kfail argument order.
+       * gdb.base/radix.exp: Fix setup_kfail argument order.
+       * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
+       order.
+       * gdb.base/structs.exp (setup_kfails): Remove.
+       (setup_compiler_kfails): Fix setup_kfail argument order.
+       * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
+       order.
+       * gdb.java/jmain.exp: Fix setup_kfail argument order.
+       * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
+       setup_kfail argument order.
+       * gdb.cp/overload.exp: Fix setup_kfail argument order.
+
+2010-05-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
+
+2010-05-25  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
+       * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
+       * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
+       * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
+       * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
+       * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
+       * gdb.base/charset.exp: Replace send_gdb with gdb_test.
+       * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
+       * gdb.base/commands.exp: Replace send_gdb with gdb_test.
+       * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
+       * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
+       * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
+       * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
+       * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
+       * gdb.base/default.exp: Replace send_gdb with gdb_test.
+       * gdb.base/define.exp: Replace send_gdb with gdb_test.
+       * gdb.base/display.exp: Replace send_gdb with gdb_test.
+       * gdb.base/dump.exp: Replace send_gdb with gdb_test.
+       * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
+       * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
+       * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
+       * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
+       * gdb.base/finish.exp: Replace send_gdb with gdb_test.
+       * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
+       * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
+       * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
+       * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
+       * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
+       * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
+       * gdb.base/help.exp: Replace send_gdb with gdb_test.
+       * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
+       * gdb.base/jump.exp: Replace send_gdb with gdb_test.
+       * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
+       * gdb.base/maint.exp: Replace send_gdb with gdb_test.
+       * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
+       * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
+       * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
+       * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
+
+2010-05-25  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
+       gdb.string_to_argv.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
+       Call it.
+       * gdb.dwarf2/pieces.S: Update.
+       * gdb.dwarf2/pieces.c (struct B): Remove initial field.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
+       Call it.
+       * gdb.dwarf2/pieces.c (struct C): New.
+       (f6): New function.
+       * gdb.dwarf2/pieces.S: Replace.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
+       Call it.
+
+2010-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2.pieces.exp: New file.
+       * gdb.dwarf2.pieces.S: New file.
+       * gdb.dwarf2.pieces.c: New file.
+
+2010-05-20  Pedro Alves  <pedro@codesourcery.com>
+            Joel Brobecker  <brobecker@adacore.com>
+
+       * lib/gdb.exp (gdb_test_no_output): New function.
+       * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
+       when testing commands that should produce no output.
+
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
+       parameter that we want to watch being a constant.
+
+2010-05-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/cond_lang: New testcase.
+
+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.
+
+2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       PR stabs/11479.
+       * gdb.stabs/gdb11479.exp: New file.
+       * gdb.stabs/gdb11479.c: New file.
+
 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * gdb.base/charset.c (Strin16, String32): New variables.
This page took 0.051052 seconds and 4 git commands to generate.