PR gold/14309
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 283bd033c4263eaa1c25d62bfa71ebf3de9c3963..5d840db4e6e9e5bc8b2d8a12ed85539080228774 100644 (file)
@@ -1,3 +1,166 @@
+2012-07-10  Tom Tromey  <tromey@redhat.com>
+
+       * lib/gdb.exp (standard_testfile): Unset output variables from
+       earlier invocations.
+
+2012-07-10  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
+       * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
+       * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
+       * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
+       * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
+       * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
+       * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
+       * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
+       * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
+       * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
+       * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
+       * gdb.mi/mi-var-display.exp: Likewise.
+       * gdb.mi/mi-var-invalidate.exp: Likewise.
+       * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
+       * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
+       * gdb.mi/mi2-console.exp: Likewise.
+       * gdb.mi/mi2-disassemble.exp: Likewise.
+       * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
+       * gdb.mi/mi2-read-memory.exp: Likewise.
+       * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
+       * gdb.mi/mi2-simplerun.exp: Likewise.
+       * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
+       * gdb.mi/mi2-syn-frame.exp: Likewise.
+       * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
+       * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
+       * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
+
+2012-07-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
+       * gdb.base/callfuncs.exp: Add cast-based test.
+       * gdb.base/callfuncs.c (voidfunc): New function.
+
+2012-07-08  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
+
+2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix XFAIL compatibility with old i386 systems.
+       * gdb.base/stale-infcall.exp (test system longjmp tracking support):
+       Check also 'Cannot insert breakpoint 0'.
+
+2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR 14321
+       * gdb.base/find.exp
+       (find int64_search_buf, +64/8*100, int64_search_buf): New test.
+
+2012-07-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/whatis.exp: Add test.
+
+2012-07-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/whatis.exp: Add regression test.
+
+2012-07-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/whatis.exp: Add tests.
+
+2012-07-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR 12649
+       * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
+       gdb_test_multiple $gdb_prompt terminator.
+
+2012-07-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.mi/mi-reverse.exp: Use supports_reverse and
+       supports_process_record.
+
+2012-07-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
+       endings.
+       * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
+
+2012-07-03  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.base/info-os.c (main): Retry resource acquisition until an
+       available one is found.
+       * gdb.base/info-os.exp: Collect resource keys from the program
+       and use them in matching.
+
+2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
+       Wrap the test into loop for corefile and core0file.
+
+2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/fission-reread.S: Remove .section attributes.
+       Change CU pointer size to 4 bytes, adjust .8byte to .4byte.  Remove
+       .note.GNU-stack.
+
+       * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
+
+2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.base/help.exp (help b, help br, help bre, help brea, help
+       break): Include help message for the new `-probe' and `-probe-stap'
+       options.
+
+2012-07-02  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.base/dprintf.exp: Add agent style tests.
+
+2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/stale-infcall.c (infcall): New label test-next.
+       (main): New labels test-pass and test-fail.
+       * gdb.base/stale-infcall.exp: Continue to test-next.  Put breakpoint
+       $test_fail_bpnum to test-fail.
+       (test system longjmp tracking support): New test.
+       Delete $test_fail_bpnum.
+       * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
+       breakpoint.
+
+2012-06-30  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/fission-reread.S: New file.
+       * gdb.dwarf2/fission-reread.exp: New file.
+
+2012-06-28  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.mi/mi-logging.exp: New file.
+
+2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/siginfo-threads.exp: New file.
+       * gdb.threads/siginfo-threads.c: New file.
+       * gdb.threads/sigstep-threads.exp: New file.
+       * gdb.threads/sigstep-threads.c: New file.
+
+2012-06-28  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.go/package.exp: Partially revert earlier patch; use
+       gdb_compile again.  Use standard_output_file.
+
+2012-06-27  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/fission-base.c: New file.
+       * gdb.dwarf2/fission-base.S: New file.
+       * gdb.dwarf2/fission-base.exp: New file.
+
+2012-06-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
+
+2012-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
+       * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
+
 2012-06-27  Tom Tromey  <tromey@redhat.com>
 
        * gdb.dwarf2/pr10770.exp: Use standard_testfile.
This page took 0.03973 seconds and 4 git commands to generate.