gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 43549bf9b96718cd932660e6391d724b5b84a991..9b8afca34368ce99ca63fa1a1e1a0755e9a1b53a 100644 (file)
@@ -1,3 +1,179 @@
+2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
+       .debug_abbrev_seg3.
+
+2012-05-24  John Steele Scott  <toojays@toojays.net>
+
+       PR symtab/13277: Resolving opaque structures in ICC generated binaries.
+       * gdb.dwarf2/dw2-icc-opaque.S: New file.
+       * gdb.dwarf2/dw2-icc-opaque.exp: New file.
+
+2012-05-23  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.mi/mi-info-os.exp: New file.
+
+2012-05-23  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
+       return -1 to suppress the rest of the tests.
+       (compile_stap_bin): Return boolean success value.
+
+2012-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
+       Remove kfails.
+       (test_print_mi_member_types): Likewise.
+
+2012-05-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
+       print symbol' change.
+
+2012-05-18  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
+
+       * gdb.python/py-prompt.exp: Quit if the target is remote.
+
+2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix ERROR: internal buffer is full.
+       * gdb.base/info-os.exp (expect_multiline): New function.
+       (get process list, get process groups, get threads)
+       (get file descriptors, get internet-domain sockets)
+       (get shared-memory regions, get semaphores, get message queues): Use
+       it for these tests.
+
+2012-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.mi/mi-var-cmd.exp: Update.
+       * gdb.objc/basicclass.exp (do_objc_tests): Update.
+       * gdb.cp/virtbase.exp: Update.
+       * gdb.cp/classes.exp (test_static_members): Update.
+       * gdb.cp/casts.exp: Update.
+       * gdb.base/pointers.exp: Update.
+       * gdb.base/funcargs.exp (pointer_args): Update.
+       (structs_by_reference): Update.
+       * gdb.base/find.exp: Update.
+       * gdb.base/call-strs.exp: Send "set print symbol off".
+       * gdb.base/call-ar-st.exp: Update.
+       * gdb.ada/fun_addr.exp: Update.
+       * gdb.base/printcmds.exp (test_print_symbol): New proc.
+       Call it.
+       (test_print_repeats_10, test_print_strings)
+       (test_print_char_arrays): Update.
+
+2012-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset.exp (string_display): Update.
+
+2012-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.mi/mi2-var-display.exp: Update.
+       * gdb.mi/mi-var-display.exp: Update.
+       * gdb.mi/mi-var-child.exp: Update.
+       * gdb.cp/expand-psymtabs-cxx.exp: Update.
+       * gdb.cp/cp-relocate.exp (get_func_address): Update.
+
+2012-05-17  Doug Evans  <dje@google.com>
+
+       * info-macros.exp: Pass "debug" to prepare_for_testing.
+
+       * Makefile.in (clean): Remove Fission .dwo and .dwp files.
+       * gdb.ada/Makefile.in (clean): Ditto.
+       * gdb.arch/Makefile.in (clean): Ditto.
+       * gdb.asm/Makefile.in (clean): Ditto.
+       * gdb.base/Makefile.in (clean): Ditto.
+       * gdb.cell/Makefile.in (clean): Ditto.
+       * gdb.cp/Makefile.in (clean): Ditto.
+       * gdb.disasm/Makefile.in (clean): Ditto.
+       * gdb.dwarf2/Makefile.in (clean): Ditto.
+       * gdb.fortran/Makefile.in (clean): Ditto.
+       * gdb.go/Makefile.in (clean): Ditto.
+       * gdb.hp/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
+       * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
+       * gdb.java/Makefile.in (clean): Ditto.
+       * gdb.linespec/Makefile.in (clean): Ditto.
+       * gdb.mi/Makefile.in (clean): Ditto.
+       * gdb.modula2/Makefile.in (clean): Ditto.
+       * gdb.multi/Makefile.in (clean): Ditto.
+       * gdb.objc/Makefile.in (clean): Ditto.
+       * gdb.opencl/Makefile.in (clean): Ditto.
+       * gdb.opt/Makefile.in (clean): Ditto.
+       * gdb.pascal/Makefile.in (clean): Ditto.
+       * gdb.python/Makefile.in (clean): Ditto.
+       * gdb.reverse/Makefile.in (clean): Ditto.
+       * gdb.server/Makefile.in (clean): Ditto.
+       * gdb.stabs/Makefile.in (clean): Ditto.
+       * gdb.threads/Makefile.in (clean): Ditto.
+       * gdb.trace/Makefile.in (clean): Ditto.
+       * gdb.xml/Makefile.in (clean): Ditto.
+
+2012-05-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp1.c (macscp_expr): Add comment.
+       * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
+
+2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.base/return-nodebug.exp: Also test float and double types.
+
+2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR testsuite/12649
+       * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
+
+       * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
+
+2012-05-14  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.base/stap-probe.exp (stap_test): Remove calls to
+       `rerun_to_main'.
+       (stap_test_no_debuginfo): Likewise.
+
+2012-05-14  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.base/dprintf.c: New file.
+       * gdb.base/dprintf.exp: New file.
+
+2012-05-14  Hui Zhu  <hui_zhu@mentor.com>
+
+       * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
+       * gdb.trace/disconnected-tracing.c: New file.
+       * gdb.trace/disconnected-tracing.exp: New file.
+
+2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/python.c: Add a new breakpoint comment.
+       * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
+
+2011-12-26  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * gdb.base/info-os.exp: New file.
+       * gdb.base/info-os.c: New file.
+
+2012-05-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
+       gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
+       New files.
+
+2012-05-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
+       gdb.base/ctxobj.exp: New files.
+
+2012-05-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
+
+2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Correct formatting.
+
 2012-05-08  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * gdb.mi/mi-var-display.exp: Check for the existence of $fp
This page took 0.037141 seconds and 4 git commands to generate.