Fix internal error caused by interaction between catch signal and fork
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 65269805839bbc4da10dac48c706c725f488ea4c..b93485a2a02ca0a4847b6f01efc134953bc3defe 100644 (file)
@@ -1,3 +1,288 @@
+2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/catch-signal-fork.exp: New file.
+       * gdb.base/catch-signal-fork.c: New file.
+
+2013-05-21  Sterling Augustine  <saugustine@google.com>
+
+       * boards/remote-stdio-gdbserver.exp: New file.
+
+2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR testsuite/12649
+       * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
+       racy matches.
+
+2013-05-21  Christian Groessler  <chris@groessler.org>
+
+       * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
+       since it's not supported in all shells.
+
+2013-05-21  Hui Zhu  <hui@codesourcery.com>
+
+       * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
+       * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
+
+2013-05-20  Doug Evans  <dje@google.com>
+
+       * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
+       (_handle_DW_TAG): Use it.
+       (cu, tu): Replace parameters is_64, version, addr_size with options.
+       All callers updated.  Add Fission support.
+       * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
+       * gdb.dwarf2/method-ptr.exp: Ditto.
+       * gdb.dwarf2/nostaticblock.exp: Ditto.
+       * gdb.dwarf2/subrange.exp: Ditto.
+       * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
+
+2013-05-20  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.gdb/python-selftest.exp: New file.
+
+2013-05-20  Doug Evans  <dje@google.com>
+
+       * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
+       -fdebug-types-section.
+
+2013-05-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/float_param: New testcase.
+
+2013-05-17  Doug Evans  <dje@google.com>
+
+       * gdb.base/maint.exp: Update test for "maint check-psymtabs".
+       Add tests for "maint check-symtabs", "maint expand-symtabs".
+
+       * gdb.base/maint.exp: Remove testing of individual maint command
+       help output.
+
+2013-05-16  Pedro Alves  <palves@redhat.com>
+
+       * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
+       comment.  Use gdb_test_no_output.
+
+2013-05-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/complete.exp: Add test verifying completion using
+       the "tab" key.
+
+2013-05-15  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/fixsection.c: Remove attribution.
+       * gdb.base/watch-read.exp: Ditto.
+
+2013-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
+       size and change type sizes to 4 bytes.
+
+2013-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/exprs.exp (test_expr): Add regression test.
+       * gdb.base/exprs.c (null_t_struct): New global.
+
+2013-05-13  Muhammad Bilal  <mbilal@codesourcery.com>
+
+       * gdb.base/default.exp: Disable history saving.
+       * gdb.base/setshow.exp: Likewise.
+
+2013-05-10  Pedro Alves  <palves@redhat.com>
+
+       PR remote/15455
+
+       * gdb.trace/qtro.c: New file.
+       * gdb.trace/qtro.exp: New file.
+
+2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-framefilter.py: New File.
+       * gdb.python/py-framefilter-mi.exp: Ditto.
+       * gdb.python/py-framefilter.c: Ditto.
+       * gdb.python/py-framefilter-mi.exp: Ditto.
+       * gdb.python/py-framefilter-mi.c: Ditto,
+       * gdb.python/py-framefilter-gdb.py.in: Ditto.
+
+2013-05-08  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/solib-search.exp: Set test name for "set
+       solib-search-path" test.
+
+2013-05-08  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
+       (set_a_tracepoint): Set tracepoint before prologue.
+       (run_trace_experiment): Test setup_tracepoints and 'break end'
+       in it.
+       (trace_buffer_normal): Remove.
+       (gdb_trace_circular_tests): Remove.  Move tests to...
+       (top level): ...here.  Call 'runto_main' before checking for
+       trace support.  Use commands to check the support for circular
+       trace buffer and changing of trace buffer size.  Add test
+       to calculate size of single frame.  Use this size to
+       calculate the size of trace buffer.  Use 'tfind pc func9'
+       instead of 'tfind 9'.  Use 'with_test_prefix'.
+
+2013-05-07  Tom Tromey  <tromey@redhat.com>
+
+       * lib/selftest-support.exp: New file.
+       * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
+       do_self_tests.
+       (setup_test, find_gdb): Remove.
+       * gdb.gdb/observer.exp: Load selftest-support.exp.  Use
+       do_self_tests.
+       (setup_test, find_gdb): Remove.
+       (test_observer): Don't call setup_test.  Remove argument.
+       * gdb.gdb/selftest.exp: Load selftest-support.exp.
+       (find_gdb): Remove.
+       * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
+       do_self_tests.
+       (setup_test, find_gdb): Remove.
+       (test_with_self): Don't call setup_test.  Remove argument.
+
+2013-05-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.arch/system-gcore.exp: Remove.
+       * gdb.arch/gcore.c: Remove.
+       * gdb.base/gcore.exp: Add "info reg system".
+
+2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR breakpoints/15413:
+       * gdb.base/pending.exp: Add test for completion of the "condition"
+       command for pending breakpoints.
+       * gdb.linespec/linespec.ex: Add test for completion of the
+       "condition" command when dealing with multiple locations.
+
+2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.threads/wp-replication.c: New file.
+       * gdb.threads/wp-replication.exp: New file.
+
+2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gdb.xml/tdesc-regs.exp: Add case for nios2.
+
+2013-05-06  Doug Evans  <dje@google.com>
+
+       * gdb.base/solib-search-lib1.c: New file.
+       * gdb.base/solib-search-lib2.c: New file.
+       * gdb.base/solib-search.c: New file.
+       * gdb.base/solib-search.h: New file.
+       * gdb.base/solib-search.exp: New file.
+
+       * lib/gdb.exp (gdb_core_cmd): New function.
+       * gdb.arch/system-gcore.exp: Use it.
+       * gdb.arch/vsx-regs.exp: Ditto.
+       * gdb.base/gcore.exp: Ditto.
+       * gdb.threads/gcore-thread.exp: Ditto.
+
+       * gdb.reverse/shr.h: New file.
+       * gdb.reverse/shr1.c: New file.
+       * gdb.reverse/shr2.c: #include "shr.h".
+       * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
+       #include "shr.h".  Replace calls to printf,sleep to call shr1 instead.
+       * gdb.reverse/solib-precsave.exp: Build shr2.sl.
+       Update tests using sleep/printf to use shr2.sl instead.
+       * gdb.reverse/solib-reverse.exp: Ditto.
+
+2013-05-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/implptrconst.c: New file.
+       * gdb.dwarf2/implptrconst.exp: New file.
+       * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
+       (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
+       (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
+
+2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/catch-sig.c (main): Raise SIGINT.
+       * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
+
+2013-05-03  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * status-stop.exp (test_tstart_tstart): Check for error
+       returned by the second 'tstart' command.
+
+2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.xml/maint_print_struct.exp: New file.
+       * gdb.xml/maint_print_struct.xml: New file.
+
+2013-04-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/nostaticblock.exp: New file.
+
+2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
+
+       PR gdb/10462
+       * gdb.base/setshow.exp: Add test case.
+
+2013-04-23  Hui Zhu  <hui@codesourcery.com>
+
+       PR gdb/15293
+       * gdb.base/dprintf.exp: Add ignore command.
+
+2013-04-23  Hui Zhu  <hui@codesourcery.com>
+
+       PR gdb/15165
+       * gdb.base/save-bp.exp: Add test for dprintf.
+
+2013-04-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
+       notice_open_fds.
+
+2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
+       ldflags.
+
+2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/arm-bl-branch-dest.c: New file.
+       * gdb.arch/arm-bl-branch-dest.exp: Likewise.
+
+2013-04-19  Vladimir Kargov  <kargov@gmail.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/i386-float.S: New file.
+       * gdb.arch/i386-float.exp: New file.
+
+2013-04-18  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.mi/mi-var-create-rtti.exp: Create a variable of
+       type void *.
+
+2013-04-17  Doug Evans  <dje@google.com>
+
+       * lib/dwarf.exp (Dwarf): New proc "tu".
+       * gdb.dwarf2/missing-sig-type.exp: New file.
+
+2013-04-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       Add option to link testcases with Pthreads library when
+       using 'prepare_for_testing' in tests.
+
+       * lib/gdb.exp (build_executable_from_specs): Use
+       gdb_compile_pthreads to compile if option "pthreads" is
+       specified.
+
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
+
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/default.exp: Update for $_exception.
+       * gdb.cp/exceptprint.cc: New file.
+       * gdb.cp/exceptprint.exp: New file.
+       * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
+
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/typeid.cc: New file.
+       * gdb.cp/typeid.exp: New file.
+
 2013-04-15  Tom Tromey  <tromey@redhat.com>
 
        * gdb.cp/exception.exp: Add "catch rethrow" tests.
This page took 0.033641 seconds and 4 git commands to generate.