* info-macros.exp: Pass "debug" to prepare_for_testing.
[binutils.git] / gdb / testsuite / ChangeLog
index 799e04d7cd4d2960a5bdb8b27414e3ff284214c7..9eae7929af15fe83a087a00af6d304850464831f 100644 (file)
@@ -1,3 +1,563 @@
+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
+       before using it.
+
+2012-05-04  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.base/set-noassign.exp: New test.
+
+2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/py-symbol.exp: Add tests to test the new methods
+       gdb.Symtab.global_block() and gdb.Symtab.static_block().
+       * gdb.python/py-symbol.c: Add new struct to help test
+       gdb.Symtab.static_block().
+
+2012-05-03  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/pr13961.S: Add file and source location, but leave
+       commented out.
+
+2012-05-03  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/catch-syscall.exp: Skip it before compilation if target
+       doesn't support.
+       * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
+       * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
+
+2012-05-03  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
+
+2012-04-30  Doug Evans  <dje@google.com>
+
+       PR testsuite/13961
+       * gdb.dwarf2/pr13961.S: New file.
+       * gdb.dwarf2/pr13961.exp: New file.
+
+2012-04-29  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
+
+2012-04-28  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
+       .Ltype_int_in_cu2.  Use name "int2" instead of "int".
+       All uses updated.
+       * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
+       "ptype func_cu1" to expand cu2 before cu1.
+
+2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/default.exp: Add `$_probe_arg*' convenience
+       variables.
+       * gdb.base/stap-probe.c: New file.
+       * gdb.base/stap-probe.exp: New file.
+       * gdb.trace/stap-trace.c: New file.
+       * gdb.trace/stap-trace.exp: New file.
+       * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
+       libgcc's unwinder.
+
+2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.arch/mips16-thunks-inmain.c: New file.
+       * gdb.arch/mips16-thunks-main.c: New file.
+       * gdb.arch/mips16-thunks-sin.c: New file.
+       * gdb.arch/mips16-thunks-sinfrob.c: New file.
+       * gdb.arch/mips16-thunks-sinfrob16.c: New file.
+       * gdb.arch/mips16-thunks-sinmain.c: New file.
+       * gdb.arch/mips16-thunks-sinmips16.c: New file.
+       * gdb.arch/mips16-thunks.exp: New file.
+
+2012-04-25  Doug Evans  <dje@google.com>
+
+       * configure.ac: Create gdb.go/Makefile.
+       * configure: Regenerate.
+       * gdb.base/default.exp: Add "go" to "set language" testing.
+       * gdb.go/Makefile.in: New file.
+       * gdb.go/basic-types.exp: New file.
+       * gdb.go/chan.exp: New file.
+       * gdb.go/chan.go: New file.
+       * gdb.go/handcall.exp: New file.
+       * gdb.go/handcall.go: New file.
+       * gdb.go/hello.exp: New file.
+       * gdb.go/hello.go: New file.
+       * gdb.go/integers.exp: New file.
+       * gdb.go/integers.go: New file.
+       * gdb.go/methods.exp: New file.
+       * gdb.go/methods.go: New file.
+       * gdb.go/package.exp: New file.
+       * gdb.go/package1.go: New file.
+       * gdb.go/package2.go: New file.
+       * gdb.go/print.exp: New file.
+       * gdb.go/strings.exp: New file.
+       * gdb.go/strings.go: New file.
+       * gdb.go/types.exp: New file.
+       * gdb.go/types.go: New file.
+       * gdb.go/unsafe.exp: New file.
+       * gdb.go/unsafe.go: New file.
+       * lib/future.exp: Add Go support.
+       (gdb_find_go, gdb_find_go_linker): New procs.
+       (gdb_default_target_compile): Add Go support.
+       * lib/gdb.exp (skip_go_tests): New proc.
+       * lib/go.exp: New file.
+
+2012-04-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
+
+2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR symtab/7259:
+       * gdb.base/enumval.c: New test case.
+       * gdb.base/enumval.exp: New test case.
+       * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
+       field.bitpos.
+
+2012-04-17  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (site.exp): Make site.exp source
+       $srcdir/lib/append_gdb_boards_dir.exp.
+       * lib/append_gdb_boards_dir.exp: New file.
+
+2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       New option "set auto-load safe-path".
+       * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
+       * gdb.python/py-section-script.exp (set auto-load safe-path): New.
+
+2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       auto-load: Implementation.
+       * gdb.base/help.exp (test set height): Increase the height.
+       * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
+       to ...
+       (info auto-load python-scripts): ... here.
+       * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
+       to ...
+       (info auto-load python-scripts *): ... here.
+
+2012-04-16  Yao Qi  <yao@codesourcery.com>
+
+       * lib/trace-support.exp (get_in_proc_agent): New.
+       * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
+       of in process trace agent.
+       * gdb.trace/ftrace.exp: Likewise.
+       * gdb.trace/pending.exp: Likewise.
+       * gdb.trace/trace-break.exp: Likewise.
+       * gdb.trace/trace-mt.exp
+       * gdb.trace/tspeed.exp: Likewise.
+       * gdb.trace/tstatus.exp
+       * gdb.trace/strace.exp: Likewise.
+
+2012-04-16  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
+       symbol _stack is defined.  Get rid of a hard-coded constant for _stack.
+
+       * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
+
+2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
+
+       PR mi/13393
+       * gdb.mi/mi-var-rtti.cc: New file.
+       * gdb.mi/mi-var-rtti.exp: New file.
+       * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
+       function.
+       (mi_varobj_update_with_type_change): updated to avoid code duplication.
+
+2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
+       EXECUTABLES.
+       * gdb.python/py-explore.c: C program used for testing the new
+       'explore' command on C constructs.
+       * gdb.python/py-explore.cc: C++ program used for testing the new
+       'explore' command on C++ constructs.
+       * gdb-python/py-explore.exp: Tests for the new 'explore'
+       command on C constructs.
+       * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
+       command on C++ constructs.
+
+2012-04-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/funcargs.exp (complex_args): Fix typo.
+
+2012-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
+       (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
+
+2012-04-05  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.base/advance.exp: Update error message for
+       "advance malformed" test.
+       * gdb.base/break.exp: Likewise for "breakpoint with
+       trailing garbage" test.
+       * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
+       with trailing garbage" test.
+       * gdb.base/sepdebug.exp: Likewise for "breakpoint with
+       trailng garbage" test.
+       * gdb.base/until.exp: Likewise for "malformed until" test.
+       * gdb.cp/ovldbreak.exp: Create the breakpoint table
+       for "breakpoint info (after setting on all)".
+       * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
+       tests.
+       * gdb.cp/cplabel.cc: New file.
+       * gdb.cp/cplabel.exp: New test.
+       * gdb.linespec/ls-errs.c: New file.
+       * gdb.linespec/ls-errs.exp: New test.
+
+2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.trace/unavailable.exp
+       (collect globals: print object on: print derived_partial)
+       (collect globals: print object on: print derived_whole)
+       (collect globals: print object off: print derived_partial)
+       (collect globals: print object off: print derived_whole): Update
+       expected output.
+
+2012-03-30  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.python: Add test for linespecs with commas.
+
+2012-03-28  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.linespec/ls-dollar.cc: New file.
+       * gdb.linespec/ls-dollar.exp: New test.
+
+2012-03-28  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/namespace.exp: Add breakpoint tests for functions
+       starting with the global namespace.
+
+2012-03-23  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
+
+2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/py-value.cc: Add test case for testing the
+       methodology exposing C++ values to Python.
+       * gdb.python/py-value-cc.exp: Add tests testing the methodology
+       exposing C++ values to Python.
+       * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
+
+2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
+       * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
+       (generate native core dump): Make the test unsupported if core cannot
+       be generated.
+
+2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
+       for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
+       ncmd = 0.  New entry for VEC_cleanup cmdarg_s.
+
+2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
+
+2012-03-17  Doug Evans  <dje@google.com>
+
+       * dg-extract-results.sh: Handle KFAILs.
+
+2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR symtab/13777
+       * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
+
+2012-03-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/set_pckd_arr_elt: New testcase.
+
+2012-03-16  Gary Benson  <gbenson@redhat.com>
+
+       PR breakpoints/10738
+       * gdb.opt/inline-break.exp: New file.
+       * gdb.opt/inline-break.c: Likewise.
+       * gdb.dwarf2/dw2-inline-break.exp: Likewise.
+       * gdb.dwarf2/dw2-inline-break.S: Likewise.
+       * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
+       * gdb.base/async-shell.exp: Likewise.
+       * lib/mi-support.exp (library_loaded_re): Likewise.
+
+2012-03-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/virtfunc2.exp: Update expected output.
+       * gdb.cp/pr9631.exp: Update expected output.
+       * gdb.cp/member-ptr.exp: Update expected output.
+       * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
+       output.
+       * gdb.cp/casts.exp: Update expected output.
+
+2012-03-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
+       (test_info_vtbl): Likewise.
+       (do_tests): Call test_info_vtbl.
+       * gdb.cp/virtfunc.cc (va): New global.
+
+2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
+       describing DWARF data structures.
+       * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
+       * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
+       * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
+       * gdb.dwarf2/dw2-entry-value.S: Likewise.
+       * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
+       * gdb.dwarf2/dw2-param-error.S: Likewise.
+       * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
+       * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
+       * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
+       * gdb.dwarf2/implptr-optimized-out.S: Likewise.
+       * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
+       * gdb.dwarf2/pr11465.S: Likewise.
+
+2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.mi/mi2-prompt.exp: New file.
+
+2012-03-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
+
+2012-03-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/bp_range_type: New testcase.
+
+2012-03-13  Doug Evans  <dje@google.com>
+
+       * gdb.base/default.exp: Delete tests for symbol-reloading.
+       * gdb.base/help.exp: Ditto.
+       * gdb.base/setshow.exp: Ditto.
+       * gdb.base/gdb_history: Delete references to symbol-reloading.
+
+2012-03-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/attach-twice.c: New files.
+       * gdb.base/attach-twice.exp: New files.
+
+2012-03-08  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp (gdb_get_line_number): Throw an
+       error instead of returning -1.
+       * gdb.base/break.exp: Remove unused variable
+       bp_location5.
+       * gdb.base/hbreak2.exp: Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+
+2012-03-08  Yao Qi  <yao@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       Fix PR server/13392.
+       * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
+       (tracepoint_change_loc_2): Remove kfail.  Return if failed to
+       download tracepoints.
+       * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
+       (pending_tracepoint_resolved_during_trace): Likewise.
+       (pending_tracepoint_installed_during_trace): Likewise.
+       (pending_tracepoint_with_action_resolved): Likewise.
+
+2012-03-08  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.ada/array_bounds.exp: Get breakpoint for line
+       with "START", not "STOP".
+       * gdb.python/py-infthread.exp: Do not continue to
+       line marked "Break here.", which is undefined.
+
+2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
+
+       Revert:
+
+       2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Implement testsuite workaround for PR breakpoints/13781.
+       * gdb.cp/mb-templates.exp: New loop with variable $workaround.
+       (set breakpoint condition-evaluation host): New conditional command.
+
+2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix CU relative vs. absolute DIE offsets.
+       * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
+       one.
+
+2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAIL on distros with relro linkage as default.
+       * gdb.reverse/solib-precsave.exp: Try to compile the test using
+       -Wl,-z,norelro first.
+
+2012-03-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/bp_on_var: New testcase.
+
+2012-03-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/bp_enum_homonym: New testcase.
+
+2012-03-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
+       x86_64-*-* and i?86-*-*.
+       Set up KFAIL for gdb/13808.
+
+2012-03-05  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.ada/operator_bp.exp: Clear debug-file-directory.
+       * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
+
+2012-03-05  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.java/jprint.java (jprint.main): Keep 'x' live.
+
+2012-03-04  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
+       messages for KFAIL.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
+       (print one_two_three, indexes off, print few_reps, indexes off)
+       (print many_reps, indexes off, print empty, indexes off)
+       (print one_two_three, print few_reps, print many_reps, print empty):
+       Call setup_xfail if $gcc_old.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Implement testsuite workaround for PR breakpoints/13781.
+       * gdb.cp/mb-templates.exp: New loop with variable $workaround.
+       (set breakpoint condition-evaluation host): New conditional command.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * gdb.cp/mb-templates.exp: New variables executable.  Use it for
+       binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
+       Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
+       number 1 by $bpnum.  Four times.
+
+2012-03-03  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Setup KFAIL for PR server/13796.
+       * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
+
+2012-03-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/operator_bp: New testcase.
+
 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.ada/info_locals_renaming: New testcase.
This page took 0.071673 seconds and 4 git commands to generate.