gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 4303ccd4a376e87f6e950e961bae77b4182fb8ab..d84b323e1c7a1c816f707044a90025eb1c09e444 100644 (file)
@@ -1,3 +1,319 @@
+2011-11-22  Tom Tromey  <tromey@redhat.com>
+
+       * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
+       Add "use_mi_command" argument.
+       (mi_run_cmd, mi_run_with_cli): New procs.
+       * gdb.mi/solib-lib.c: New file.
+       * gdb.mi/solib-main.c: New file.
+       * gdb.mi/mi-solib.exp: New file.
+
+2011-11-21  Doug Evans  <dje@google.com>
+
+       * gdb.cp/nextoverthrow.exp: Skip test if debug info for
+       _Unwind_DebugHook is missing.
+
+2011-11-20  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tstatus.exp: New.
+       * gdb.trace/actions.c: Include string.h.
+
+2011-11-18  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/pending.exp: New.
+       * gdb.trace/pending.c: New.
+       * gdb.trace/pendshr1.c: New.
+       * gdb.trace/pendshr2.c: New.
+       * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
+       tracepoint location becomes pending.
+       (tracepoint_change_loc_2): New.
+
+2011-11-16  David S. Miller  <davem@davemloft.net>
+
+       * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
+       target is sparc*-*-linux*
+
+2011-11-15  Paul Koning  <paul_koning@dell.com>
+
+       * gdb.python/py-type.exp: New testcases for exceptions on scalar
+       types.
+
+2011-11-14  Doug Evans  <dje@google.com>
+
+       * gdb.base/shell.exp: New file.
+
+2011-11-14  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/ftrace.c: New.
+       * gdb.trace/ftrace.exp: New.
+
+2011-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/change-loc-1.c: New.
+       * gdb.trace/change-loc-2.c: New.
+       * gdb.trace/change-loc.c: New.
+       * gdb.trace/change-loc.exp:  New.
+       * gdb.trace/change-loc.h:  New.
+       * gdb.trace/trace-break.c (marker): Define new symbol.
+       * gdb.trace/trace-break.exp (break_trace_same_addr_5):
+        New.
+       (break_trace_same_addr_6): New.
+
+2011-11-12  Matt Rice  <ratmice@gmail.com>
+
+       * gdb.base/info-macros.exp: Make tests for info definitions
+       test info macro.  Add tests for info macro argument processing.
+       Rename a few tests.
+
+2011-11-11  Keith Seitz  <keiths@redhat.com>
+
+       PR gdb/12843
+       * gdb.base/linespecs.exp: New file.
+
+2011-11-11  Doug Evans  <dje@google.com>
+
+       * gdb.threads/print-threads.exp: Extend timeout for slower
+       tests.
+
+2011-11-10  Doug Evans  <dje@google.com>
+
+       * gdb.reverse/i387-env-reverse.exp: Extend timeout of
+       "record to end of main" test.
+
+       * gdb.python/py-type.c (TS): New typedef.
+       (ts): New global.
+       * gdb.python/py-type.exp: Test field list of typedef.
+
+2011-11-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/small_reg_param: New testcase.
+
+2011-11-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/destrprint.exp: New file.
+       * gdb.cp/destrprint.cc: New file.
+
+2011-11-08  Meador Inge  <meadori@codesourcery.com>
+
+       * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
+       (switch_stack_to_other): New test function.
+       * gdb.arch/thumb-prologue.exp: New test cases.
+
+2010-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
+
+2011-11-08  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.exp (supports_process_record): New.
+       (supports_reverse): New.
+       * gdb.reverse/break-precsave.exp: Call support_process_record
+       to run test conditionally.
+       * gdb.reverse/consecutive-precsave.exp: Likewise.
+       * gdb.reverse/i386-precsave.exp: Likewise.
+       * gdb.reverse/machinestate-precsave.exp: Likewise.
+       * gdb.reverse/solib-precsave.exp: Likewise.
+       * gdb.reverse/step-precsave.exp: Likewise.
+       * gdb.reverse/until-precsave.exp: Likewise.
+       * gdb.reverse/watch-precsave.exp: Likewise.
+       * gdb.reverse/break-reverse.exp: Call support_reverse  to run
+       test conditionally.
+       * gdb.reverse/consecutive-reverse.exp: Likewise.
+       * gdb.reverse/finish-precsave.exp: Likewise.
+       * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
+       * gdb.reverse/finish-reverse.exp: Likewise.
+       * gdb.reverse/i386-reverse.exp: Likewise.
+       * gdb.reverse/i386-sse-reverse.exp: Likewise.
+       * gdb.reverse/machinestate.exp: Likewise.
+       * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
+       * gdb.reverse/sigall-precsave.exp: Likewise.
+       * gdb.reverse/sigall-reverse.exp: Likewise.
+       * gdb.reverse/solib-reverse.exp: Likewise.
+       * gdb.reverse/step-reverse.exp: Likewise.
+       * gdb.reverse/until-reverse.exp: Likewise.
+       * gdb.reverse/watch-reverse.exp: Likewise.
+
+2011-11-05  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/trace-break.exp: Add test on setting two
+       fast tracepoints at the same address.
+
+2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
+
+2011-11-02  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/collection.c: Add code using strings.
+       * gdb.trace/collection.exp: Add tests of string collection.
+
+2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/skip-solib.exp (executable_main): New variable.
+       (binfile_main): Base it on that.
+       Use $executable_main in clean_restart calls.  Drop gdb_exit and
+       gdb_start calls.
+
+2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix racy FAILs.
+       * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
+       breakpoint_re globals import by async.  Set string_regex to .* for
+       async.  Remove the optional thread_selected_re and breakpoint_re
+       globals expectations.
+
+2011-11-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
+       well as Cygwin.
+
+2011-11-01  Justin Lebar <justin.lebar@gmail.com>
+
+       Add tests for skip command.
+       * gdb.base/skip-solib-lib.c: New
+       * gdb.base/skip-solib-main.c: New
+       * gdb.base/skip-solib.exp: New
+       * gdb.base/skip.c: New
+       * gdb.base/skip.exp: New
+       * gdb.base/skip1.c: New
+       * gdb.base/Makefile.in: Adding new files.
+
+2011-10-31  Yao Qi  <yao@codesourcery.com>
+           Pedro Alves  <pedro@codesourcery.com>
+
+        * gdb.trace/trace-break.c: New.
+        * gdb.trace/trace-break.exp: New.
+
+2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
+       break-here-2.
+
+2011-10-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/no-unwaited-for-left.c: New.
+       * gdb.threads/no-unwaited-for-left.exp: New.
+       * gdb.threads/non-ldr-exc-1.c: New.
+       * gdb.threads/non-ldr-exc-1.exp: New.
+       * gdb.threads/non-ldr-exc-2.c: New.
+       * gdb.threads/non-ldr-exc-2.exp: New.
+       * gdb.threads/non-ldr-exc-3.c: New.
+       * gdb.threads/non-ldr-exc-3.exp: New.
+       * gdb.threads/non-ldr-exc-4.c: New.
+       * gdb.threads/non-ldr-exc-4.exp: New.
+
+2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
+       * gdb.base/attach-pie-misread.exp: Likewise.
+       * gdb.base/break-interp.exp: Likewise.
+       * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
+       testcases for use_gdb_stub.
+       * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
+       (continue): New testcase.
+       * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
+       * gdb.threads/attach-into-signal.exp: Likewise.
+       * gdb.threads/attach-stopped.exp: Likewise.
+       * gdb.threads/attachstop-mt.exp: Likewise.
+
+2011-10-28  Paul Koning  <paul_koning@dell.com>
+
+       * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
+
+2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
+       (mi_gdb_test): Import globals thread_selected_re
+       and breakpoint_re.  Expect them optionally at the regex start.
+
+2011-10-27  Doug Evans  <dje@google.com>
+
+       * gdb.python/python.exp: Test source -s.
+
+2011-10-26  Paul Koning  <paul_koning@dell.com>
+
+       * gdb.python/lib-types.cc (struct A): New structure.
+       * gdb.python/lib-types.exp (deepitems): New tests.
+
+2011-10-25  Paul Koning  <paul_koning@dell.com>
+
+       PR python/13327
+
+       * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
+       fetch_lazy method.
+
+2011-10-24  Yao Qi  <yao@codesourcery.com>
+
+       * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
+       target is tic6x-*-*.
+
+2011-10-21  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/mi_task_info/task_switch.adb: New file.
+       * gdb.ada/mi_task_info.exp: New file.
+
+2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/expand-psymtabs-cxx.exp: New file.
+       * gdb.cp/expand-psymtabs-cxx.cc: New file.
+
+2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
+
+       PR python/12656
+
+       * gdb.python/py-block.exp: Add is_global, is_static, static_block,
+       global_block tests.
+
+2011-10-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
+
+2011-10-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/source.exp: Don't include full file name in test name.
+       * gdb.python/python.exp: Don't include full file name in test
+       name.
+
+2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/attach-pie-noexec.c: New files.
+       * gdb.base/attach-pie-noexec.exp: New files.
+
+2011-10-17  Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
+       prompt for each extra line in command.
+
+2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
+       Revert the part of:
+       2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
+       Change the expected string.
+
+2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix results with system glibc debug info installed.
+       * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
+       (continue to $syscall (2nd time), continue to $syscall (3rd time)):
+       Accept also __libc_ symbol prefix and no prefix.
+
+2011-10-14  Keith Seitz  <keiths@redhat.com>
+
+       PR c++/13225
+       * gdb.cp/converts.cc (foo3_1): New function.
+       (foo3_2): New functions.
+       * gdb.cp/converts.exp: Add tests for int to pointer conversion
+       and null pointer conversions of integer constant zero.
+       Add test to check if all arguments are checked for incompatible
+       conversion BADNESS.
+
+2011-10-14  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
+       * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
+       linespec.
+
 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Fix internal error regression.
This page took 0.040698 seconds and 4 git commands to generate.