gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index ca54ab73394fdf232a7519db16f6eb2f757211a2..47fe8d19f16dda97dae43493cdd2e50c8bc8fe63 100644 (file)
@@ -1,3 +1,601 @@
+2010-08-23  Tom Tromey  <tromey@redhat.com>
+
+       PR python/11915:
+       * gdb.python/py-type.exp (test_fields): Add tests for array.
+
+2010-08-23  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
+       have any children. Create a new abbrev for it.
+       Add missing terminal sequence to .debug_abbrev.
+
+2010-08-20  Keith Seitz  <keiths@redhat.com>
+
+       PR symtab/11465:
+       * gdb.dwarf2/pr11465.exp: New test.
+       * gdb.dwarf2/pr11465.S: New file.
+       * gdb.dwarf2/dw2-double-set-die-type.S: New file.
+       * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
+
+2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
+       registers.  Update data sets with the new v2_double element in the
+       VSX register union.  Add vector_register3_vr data set for the AltiVec
+       registers.  Use gdb_test_no_output instead of send_gdb.
+
+2010-08-19  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.python/py-shared.exp: New file, factored out from
+       python.exp.
+       * gdb.python/py-shared.c: New file.
+       * gdb.python/py-shared-sl.c: New file.
+       * gdb.python/python-1.c: New file.
+       * gdb.python/python-sl.c: Delete.
+       * gdb.python/python.c: Mention python-1.c.
+       * gdb.python/python.exp: Move shared library tests to
+       py-shared.exp.
+       * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
+       (MISCELLANEOUS): New.
+       (clean mostlyclean): Also remove $MISCELLANEOUS.
+
+2010-08-19  Doug Evans  <dje@google.com>
+
+       PR exp/11926
+       * gdb.base/printcmds.exp (test_float_accepted): New function.
+       Move existing float tests there.  Add tests for floats with suffixes.
+       (test_float_rejected): New function.
+       * gdb.java/jv-print.exp (test_float_accepted): New function.
+       (test_float_rejected): New function.
+       * gdb.objc/print.exp: New file.
+       * gdb.pascal/print.exp: New file.
+       * lib/objc.exp: New file.
+
+2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/default.exp (info set): Avoid full buffer error and force
+       reading up to final gdb prompt.
+       (show): Likewise.
+
+2010-08-18  Tom Tromey  <tromey@redhat.com>
+
+       PR symtab/11919:
+       * gdb.base/completion.exp: Add test.
+
+2010-08-18  Doug Evans  <dje@google.com>
+
+       * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
+       * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
+       * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
+       Simplify, early exit if runto_main fails.
+       * gdb.fortran/exprs.exp: load_lib fortran.exp.
+       (set_lang_fortran): Moved to lib/fortran.exp.
+       * gdb.fortran/types.exp: load_lib fortran.exp.
+       (set_lang_fortran): Moved to lib/fortran.exp.
+       * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
+       * gdb.java/jprint.exp (set_lang_java): Ditto.
+       * gdb.java/jv-exp.exp: load_lib java.exp.
+       If set_lang_java fails, issue a warning instead of failure to be
+       consistent with other set_lang_foo uses.
+       (set_lang_java): Moved to lib/java.exp.
+       * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
+       If set_lang_java fails, issue a warning instead of failure to be
+       consistent with other set_lang_foo uses.
+       * gdb.pascal/types.exp: load_lib pascal.exp.
+       (set_lang_pascal): Moved to lib/pascal.exp.
+       * lib/fortran.exp: New file.
+       * lib/java.exp (set_lang_java): New function.
+       * lib/pascal.exp (set_lang_pascal): New function.
+
+2010-08-18  Yao Qi  <yao@codesourcery.com
+
+       * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
+       func_nofb_start and func_loopfb_start, so that address of functions
+       is equal to these labels on Thumb.
+
+2010-08-18  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
+       to reflect latest c source file.
+
+2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/infcall-dlopen.exp: New file.
+       * gdb.cp/infcall-dlopen.cc: New file.
+       * gdb.cp/infcall-dlopen-lib.cc: New file.
+
+2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves  <pedro@codesourcery.com>
+
+       PR breakpoints/11371
+
+       * gdb.base/watch-cond-infcall.exp: New file.
+       * gdb.base/watch-cond-infcall.c: New file.
+
+2010-08-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/help.exp: Update.
+       * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
+       watchpoint.
+       (test_watch_location): New proc.
+       (test_watchpoint_in_big_blob): Delete watchpoint.
+       * gdb.base/watchpoint.c (func5): New function.
+       (main): Call it.
+
+2010-08-16  Doug Evans  <dje@google.com>
+
+       * gdb.python/python.exp: Fix syntax in "post event insertion" test.
+
+2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
+       tests.
+
+2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
+       * gdb.base/gnu_vector.c: New File.
+       * gdb.base/gnu_vector.exp: Likewise.
+
+2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/python.c: New File.
+       * gdb.python/python-sl.c: New File.
+       * gdb.python/python.exp: Test solib_address and decode_line
+       * functions.
+
+2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/python.exp (show height, set height 10)
+       (verify pagination beforehand, verify pagination beforehand: q)
+       (gdb.execute does not page, verify pagination afterwards)
+       (verify pagination afterwards: q): New.
+
+2010-08-02  Doug Evans  <dje@google.com>
+
+       * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
+       because of an older gcc, change test2
+       "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
+       to unsupported.
+
+2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gdb.base/break-always.exp: Do not expect full paths to file
+       names.
+       * gdb.base/commands.exp: Likewise.
+
+2010-07-30  Doug Evans  <dje@google.com>
+
+       * gdb.cp/temargs.exp: For new tests that require newer gccs,
+       xfail them when run with older gccs.
+
+       * lib/gdb.exp (build_executable): Forward "c++" option to
+       get_compiler_info.
+
+       * gdb.python/py-type.exp (test_template): Mark as xfail tests
+       "python print ttype.template_argument(1)" and
+       "python print isinstance(ttype.template_argument(1), gdb.Value)"
+       if using gcc 4.4 or earlier.
+
+       * gdb.base/valgrind-db-attach.exp: Use unique test name for
+       attach-to-debugger handling.
+
+2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
+       * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
+       (main): Use copyreloc.
+       * gdb.base/prelink.exp (split debug of executable)
+       (.dynbss vs. .bss address shift): New tests.
+
+2010-07-29  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
+       in gdb_test_multiple.
+
+2010-07-29  Pedro Alves  <pedro@codesourcery.com>
+
+       * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
+       environment.
+
+2010-07-28  Tom Tromey  <tromey@redhat.com>
+
+       PR python/11060:
+       * gdb.python/py-type.c (Temargs): New template.
+       (temvar): New variable.
+       * gdb.python/py-type.exp (test_template): New proc.
+
+2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
+       gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
+
+2010-07-28  Tom Tromey  <tromey@redhat.com>
+
+       PR c++/9946:
+       * gdb.cp/temargs.exp: New file.
+       * gdb.cp/temargs.cc: New file.
+
+2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/help.exp (help disassemble): Update the content.
+
+2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/ia64-sigill.exp: New file.
+       * gdb.threads/ia64-sigill.c: New file.
+
+2010-07-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.opt/inline-cmds.c (ATTR): New define.
+       (func1): Use it.
+       (func2): Likewise.
+       (func3): Likewise.
+       (outer_inline1): Likewise.
+       (outer_inline2): Likewise.
+       * gdb.opt/inline-bt.c (ATTR): New define.
+       (func1): Use it.
+       (func2): Likewise.
+       * gdb.opt/inline-locals.c (ATTR): New define.
+       (func1): Use it.
+       (func2): Likewise.
+
+2010-07-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.stabs/gdb11479.c (hack): New function.
+       (test): Use it.
+       (test2): Use it.
+       * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
+       (int32_search_buf, int64_search_buf): No longer static.
+       (x): Remove.
+       * gdb.base/relocate.c (hack): New function.
+
+2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-value.exp (test_inferior_function_call): New function.
+       * gdb.python/py-value.c (func1): New function.
+       (func2): Likewise.
+
+2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
+       as not to clash with .data section.
+
+2010-07-26  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.base/code_elim.exp: New file.
+       * gdb.base/code_elim1.c: New file.
+       * gdb.base/code_elim2.c: New file.
+
+2010-07-21  Pedro Alves  <pedro@codesourcery.com>
+
+       PR symtab/11827
+
+       * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
+       (some_volatile_enum): New variable.
+       * gdb.base/printcmds.exp (test_print_enums): New.
+       <top level>: Call it.
+
+2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/fpointer.cc: New test.
+       * gdb.cp/fpointer.exp: New test.
+
+2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/solib-nodir.exp: New file.
+       * lib/gdb.exp (runto): New case for a GDB internal error.
+
+2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Ulrich Weigand  <uweigand@de.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/charset-malloc.c: New file.
+       * gdb.base/charset.c (malloc_stub): New prototype.
+       (main): Call it instead of malloc itself.
+       * gdb.base/charset.exp: Use only prepare_for_testing.
+       (binfile): Remove the variable.
+
+2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Make core files the process_stratum.
+       * gdb.base/corefile.exp (run: load core again)
+       (run: sanity check we see the core file, run: with core)
+       (run: core file is cleared, attach: load core again)
+       (attach: sanity check we see the core file, attach: with core)
+       (attach: core file is cleared): New tests.
+       * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
+
+2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.arch/altivec-abi.exp: New tests.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
+       (main): Use it.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/label.exp: New file.
+       * gdb.base/label.c: New file.
+
+2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lib/gdb.exp (is_ilp32_target): New.
+       (is_lp64_target): Likewise.
+
+       * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
+       target.
+       * gdb.arch/amd64-disp-step.exp: Likewise.
+       * gdb.arch/amd64-dword.exp: Likewise.
+       * gdb.arch/amd64-i386-address.exp: Likewise.
+       * gdb.arch/amd64-word.exp: Likewise.
+       
+       * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
+       target.
+       * gdb.arch/i386-bp_permanent.exp: Likewise.
+       * gdb.arch/i386-byte.exp: Likewise.
+       * gdb.arch/i386-disp-step.exp: Likewise.
+       * gdb.arch/i386-gnu-cfi.exp: Likewise.
+       * gdb.arch/i386-prologue.exp: Likewise.
+       * gdb.arch/i386-size-overlap.exp: Likewise.
+       * gdb.arch/i386-size.exp: Likewise.
+       * gdb.arch/i386-sse.exp: Likewise.
+       * gdb.arch/i386-unwind.exp: Likewise.
+       * gdb.arch/i386-word.exp: Likewise.
+
+       * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
+       test only when building 64-bit executables.  Do not hard-code
+       -m64 option.
+
+2010-07-07  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_test_list_exact): New function.
+       * gdb.base/default.exp (show convenience): Call it, add tests for
+       $_sdata = void, $_thread = 0.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       Fix re-run of PIE executable, PR shlibs/11776.
+       * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
+       Remove $displacement_main to match the solib-svr4.c change.  New "kill"
+       and re-"run" of the inferior.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       Cope with missing /usr/sbin/prelink.
+       * lib/prelink-support.exp (prelink_no):
+       <result == 1 && $output is "no such file or directory">: New.
+       (prelink_yes): Likewise.  Return on failed prelink_no.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
+       build_executable by build_executable_own_libs.  Replace "prelink -R"
+       execution by a call of prelink_yes.  Comment why "prelink -r" needs no
+       change.
+       * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
+       copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
+       mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
+       Replace build_executable by build_executable_own_libs's function
+       build_executable_own_libs.
+       (prelinkNO): Create new stub to call prelink_no.
+       (prelinkYES): Create new stub to call prelink_yes.
+       (test_attach): Rename calls of copy to file_copy.
+       (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
+       (copy): Move to ...
+       * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
+       prelink_no, prelinkYES to prelink_yes, copy to file_copy.
+       * gdb.base/prelink.exp: Disable testcase also for is_remote and
+       skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
+       special flags by gdb_compile_shlib.  Replace second gdb_compile by
+       build_executable_own_libs.  Replace "prelink -R" execution by a call of
+       prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
+       a second call of prelink_yes.  Replace restart commands by
+       clean_restart.
+       (prelink): Rename to ...
+       (seen displacement message): ... this test.  Extend its expectation
+       strictness.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
+       * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
+       displacement message exactly once.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
+       its restore after the <$relink_args != ""> loop.  new comment.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
+       code for it.  New variable relink_args.
+       (prelinkYES): Call prelinkNO.
+       (test_attach): Accept new parameter relink_args.  Re-prelink the binary
+       in such case.  Move the core code to ...
+       (test_attach_gdb): ... a new function.  Send GDB command "file".
+       Extend expected "Attaching to " string.
+
+2010-07-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/bitops.exp: Remove extraneous "pass".
+
+2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/help.exp: Adjust expected output.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/help.exp: Adjust expected output.
+
+2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
+       (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
+       c++/11702.
+
+2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Doug Evans  <dje@google.com>
+
+       * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
+       add .dynamic entry'.
+
+2010-06-29  Doug Evans  <dje@google.com>
+
+       Test PR c++/11702.
+       * gdb.cp/m-static.exp: Add testcase.
+       * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
+
+2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
+            Tom Tromey  <tromey@redhat.com>
+            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/py-inferior.c: New File.
+       * gdb.python/py-infthread.c: New File.
+       * gdb.python/py-inferior.exp: New File.
+       * gdb.python/py-infthread.exp: New File.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
+       (ptype ::C::OtherFileClass typedefs): New.
+       * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
+       (C::OtherFileClass::cOtherFileClassVar2): New.
+       (C::OtherFileClass::cOtherFileClassVar_use): Use also
+       cOtherFileClassVar2.
+       (C::cOtherFileType2, C::cOtherFileVar2): New.
+       (C::cOtherFileVar_use): use also cOtherFileVar2.
+       * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/namespace.exp (whatis C::cOtherFileType)
+       (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
+       (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
+       (print ::C::cOtherFileVar)
+       (whatis C::OtherFileClass::cOtherFileClassType)
+       (whatis ::C::OtherFileClass::cOtherFileClassType)
+       (print C::OtherFileClass::cOtherFileClassVar)
+       (print ::cOtherFileClassVar)
+       (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
+       (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
+       trailing content.
+       * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
+       (C::OtherFileClass::cOtherFileClassVar)
+       (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
+       (C::cOtherFileVar, C::cOtherFileVar_use): New.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Test PR c++/11703 and PR gdb/1448.
+       * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
+       gdb/1448.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
+       (main) <rtti_data>: New.
+       * gdb.cp/virtbase.exp (print rtti_data): New.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
+
+2010-06-28  Doug Evans  <dje@google.com>
+
+       * gdb.base/break-interp.exp (reach): Relax expected output a bit.
+
+2010-06-27  Doug Evans  <dje@google.com>
+
+       * gdb.cp/m-static.exp: Update expected test output.
+
+2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
+
+        * gdb.gdb/selftest.exp: Adjust expected message for
+        capturing start-up runtime.
+
+2010-06-25  Tom Tromey  <tromey@redhat.com>
+
+       PR python/10808:
+       * gdb.python/python.exp: Add new tests.
+
+2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/operator.cc: Created an import loop.
+       * gdb.cp/operator.exp: Added testcase for import loop.
+
+2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Test PR python/11407.
+       * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
+       * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
+       Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
+       * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
+       executable_nofb and executable_fb.  New variables srcsfile, objsfile,
+       srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
+       binfile.  Call gdb_compile with clean_restart twice.
+       (func_nofb print, func_nofb backtrace, func_loopfb print)
+       (func_loopfb backtrace): New.
+
+2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
+       * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
+       by a hand made one.
+       * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
+       i?86 requirement.  Remove variables srcfile and binfile.  New variable
+       sources, executable_nofb and executable_fb.  Call prepare_for_testing.
+
+2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.cell/dwarfaddr.exp: New file.
+       * gdb.cell/dwarfaddr.S: New file.
+
+2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Test PR 9436.
+       * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
+
+2010-06-24  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.base/eval.exp: New file.
+
+2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.cell/fork.exp: New file.
+       * gdb.cell/fork.c: Likewise.
+       * gdb.cell/fork-spu.c: Likewise.
+
+2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (banned_variables_traced): New global variable.
+       (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
+       (gdb_init): Use `trace add variable' instead of obsolete
+       `trace variable'.
+
+2010-06-21  Doug Evans  <dje@google.com>
+
+       * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
+
 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gdb.arch/spu-ls.exp: New file.
This page took 0.040813 seconds and 4 git commands to generate.