* archive.cc (Archive::get_elf_object_for_member): Permit
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 516efaea47feaf7614260588c4a57ee82607024a..569c7b63a40d8a3f1995b965972a25facc781947 100644 (file)
@@ -1,3 +1,505 @@
+2010-11-29  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
+
+       * gdb.base/callfuncs.exp: Test for skip_float_tests.
+       * gdb.base/call-sc.exp: Ditto.
+       * gdb.base/finish.exp: Ditto.
+       * gdb.base/return.exp: Ditto.
+       * gdb.base/return2.exp: Ditto.
+
+2010-11-30  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
+       (gdb_expect_list): Fix spelling errors in comments.
+       * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
+       send_gdb/gdb_expect_list where applicable.
+       * gdb.base/call-ar-st.exp: Ditto.
+       * gdb.base/funcargs.exp: Ditto.
+       * gdb.base/gcore.exp: Ditto.
+       * gdb.base/page.exp: Ditto.
+       * gdb.base/sigaltstack.exp: Ditto.
+       * gdb.base/siginfo.exp: Ditto.
+       * gdb.base/sigstep.exp: Ditto.
+       * gdb.base/trace-commands.exp: Ditto.
+
+2010-11-29  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
+       printer-name;subprinter-name.
+
+2010-11-29  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/implptr.exp: New file.
+       * gdb.dwarf2/implptr.c: New file.
+       * gdb.dwarf2/implptr.S: New file.
+
+2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
+
+        PR python/12199
+
+       * gdb.python/py-breakpoint.exp: Test the delete method.
+
+2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix step_resume_breakpoint unsaved during an infcall.
+       * gdb.base/step-resume-infcall.exp: New file.
+       * gdb.base/step-resume-infcall.c: New file.
+
+2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
+
+       * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
+
+2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
+
+       * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
+       on ppc64's symbols; "finish" and "return" commands must accept to
+       show the caller line again as well as the line after.
+       * gdb.asm/powerpc64.inc: New file.
+
+2010-11-23  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_test_sequence): New function.
+       (gdb_expect_list): Add verbose -log call for each pattern.
+       * gdb.base/signals.exp (test_handle_all_print): Call it.
+       Reduce timeout increment from 6 minutes to 1 minute.
+       * gdb.server/ext-run.exp: Call it.
+
+2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
+
+       PR python/12212
+
+       * gdb.python/python.exp: Check that selected_thread raises an
+       error when no inferior is loaded.
+
+2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-stack-boundary.exp: New file.
+       * gdb.dwarf2/dw2-stack-boundary.S: New file.
+
+2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
+       * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
+
+2010-11-18  Doug Evans  <dje@google.com>
+
+       * gdb.server/ext-run.exp: Fix intermittent failures.
+
+2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gdb.stabs/gdb11479.exp: Use runto_main.
+
+2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gdb.base/break-entry.exp: Skip if using a stub.
+
+2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gdb.python/py-inferior.exp: Pack values in target endianness.
+
+2010-11-12  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
+       MemoryError.
+       * gdb.python/python.exp (gdb_py_test_multiple): Update exception
+       type.
+       * gdb.python/py-value.exp (test_value_in_inferior): Add test for
+       MemoryError.
+       (test_subscript_regression): Update exception type.
+
+2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-breakpoint.exp: Add internal watchpoint and
+       breakpoint tests.
+
+2010-11-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/watchpoint.exp: Test "watch -location" with an
+       innacessible location.
+
+2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
+           Luis Machado  <luisgpm@br.ibm.com>
+
+       * gdb.base/maint.exp: Expect "." prefix.
+       * gdb.base/nodebug.exp: Expect "." Likewise.
+       * gdb.base/sepsymtab.exp: Expect "." Likewise.
+       * gdb.base/watchpoint-cond-gone.exp: Likewise.
+       * gdb.base/watchpoint.exp: Expect a software watch to be created for
+       POWER server processors.
+
+2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
+           Luis Machado  <luisgpm@br.ibm.com>
+
+       * gdb.base/break-entry.exp: convert entry point for
+       ppc64 and expect leading `.' on ppc64's symbols
+
+2010-11-05  Doug Evans  <dje@google.com>
+
+       * gdb.base/help.exp: Update expected output.
+       * gdb.python/py-param.exp: Delete, contents moved to ...
+       * gdb.python/py-parameter.exp: ... here.  New file.
+       Add test for gdb.parameter ("directories").
+
+2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
+
+       * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
+       * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
+       * configure: Regenerate.
+       * gdb.opencl/Makefile.in: New File.
+       * gdb.opencl/datatypes.exp: Likewise.
+       * gdb.opencl/datatypes.cl: Likewise.
+       * gdb.opencl/operators.exp: Likewise.
+       * gdb.opencl/operators.cl: Likewise.
+       * gdb.opencl/vec_comps.exp: Likewise.
+       * gdb.opencl/vec_comps.cl: Likewise.
+       * gdb.opencl/convs_casts.exp: Likewise.
+       * gdb.opencl/convs_casts.cl: Likewise.
+       * lib/opencl.exp: Likewise.
+       * lib/opencl_hostapp.c: Likewise.
+       * lib/opencl_kernel.cl: Likewise.
+       * lib/cl_util.c: Likewise.
+       * lib/cl_util.c: Likewise.
+       * gdb.base/default.exp (set language): Add "opencl" to the list of
+       languages.
+
+2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/overload.exp: Added test for inheritance overload.
+       * gdb.cp/overload.cc: Ditto.
+       * gdb.cp/oranking.exp: Removed releveant kfails.
+
+2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
+       check test_compiler_info.
+
+2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.exp: Adjust expect messages.
+
+2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.exp: Add unary operator tests.
+
+2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
+
+2010-11-02  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-pp-maint.c: New file.
+       * gdb.python/py-pp-maint.exp: New file.
+       * gdb.python/py-pp-maint.py: New file.
+
+2010-11-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/default.exp: Remove "scheme" from language list.
+
+2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Revert:
+       2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * gdb.threads/sigstep-threads.exp: New file.
+       * gdb.threads/sigstep-threads.c: New file.
+
+2010-10-20  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.threads/fork-child-threads.exp: Don't run on remote target.
+
+2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
+       Skip test completely if gdb,no_hardware_watchpoints.
+
+2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
+       strict, but do not check for any particular function name within libc.
+
+2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/smartp.exp: New test.
+       * gdb.cp/smartp.cc : New test.
+
+2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/converts.exp: Test pointer to bool conversion.
+       Test pointer to long conversion.
+       * gdb.cp/oranking.exp: Removed relevant kfail.
+
+2010-10-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
+       argument to lazy_string.
+       * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
+       (pp_ls.to_string): Use it.
+       * gdb.python/py-prettyprint.c (main): Move declarations to top.
+       Add "estring2" local.
+
+2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix s390x compatibility.
+       * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
+       * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
+
+2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/sigstep-threads.exp: New file.
+       * gdb.threads/sigstep-threads.c: New file.
+
+2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/pie-execl.exp: New file.
+       * gdb.base/pie-execl.c: New file.
+
+2010-10-13  Doug Evans  <dje@google.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR exp/12117
+       * gdb.cp/ptype-cv-cp.cc: New file.
+       * gdb.cp/ptype-cv-cp.exp: New file.
+
+2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/converts.cc: New test program.
+       * gdb.cp/converts.exp: New test.
+       * gdb.cp/overload.exp: Added test for void* vs int*.
+       * gdb.cp/overload.exp: Ditto.
+       * gdb.cp/oranking.exp: Removed related kfail.
+
+2010-10-13  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp (gdb_check_python_config): New function.
+       * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
+       * gdb.python/lib-types.cc: New file.
+       * gdb.python/lib-types.exp: New file.
+
+2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-error.exp: New file.
+       * gdb.python/py-error.py: New file.
+
+2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
+       gdb_test_multiple.
+
+2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp: Use ldlags for linking flags.
+       * gdb.base/prelink.exp: Likewise.
+       * gdb.base/solib-nodir.exp: Likewise.
+       * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
+       (gdb_compile) <shlib_load>: Use ldlags for linking flags.
+       * lib/prelink-support.exp (build_executable_own_libs): Likewise.
+
+2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * break-interp.exp (test_ld): Use two separate gdb_expect statements
+       for the "info files" test to avoid timeouts on slow machines.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
+       (main): Make openlib dummy call.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
+       * break-interp.exp (reach): Move the core body ...
+       (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
+       (test_ld): Provide always real argument, even to the linker.  Replace
+       dl_main by _dl_debug_state.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix results of prelinked PIEs on ppc*.
+       * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
+       Accept also DISPLACEMENT "PRESENT".
+       (main): Replace "ZERO" displacements by "PRESENT".
+
+2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/oranking.exp: New test.
+       * gdb.cp/oranking.cc: New test program.
+
+2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
+       * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
+
+2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
+       lush, lynx) New constant.
+       * gdb.base/constvars.exp: Test const array types.
+       * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
+
+2010-10-06  Doug Evans  <dje@google.com>
+
+       * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
+       of syscall staging area.
+
+2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.c: Add variable c4.
+       * gdb.base/gnu_vector.exp: Add tests for character vector printing.
+       * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
+
+2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.arch/altivec-abi.exp: Fix a typo.
+
+2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/mi-support.exp (thread_selected_re): Correct pattern used
+       to match a thread ID.
+
+2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix s390x testcase compatibility.
+       * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
+
+2010-10-01  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp: New file.
+       * gdb.python/py-block.exp: Use it.
+       * gdb.python/py-breakpoint.exp: Ditto.
+       * gdb.python/py-frame.exp: Ditto.
+       * gdb.python/py-inferior.exp: Ditto.
+       * gdb.python/py-param.exp: Ditto.
+       * gdb.python/py-prettyprint.exp: Ditto.
+       * gdb.python/py-shared.exp: Ditto.
+       * gdb.python/py-symbol.exp: Ditto.
+       * gdb.python/py-symtab.exp: Ditto.
+       * gdb.python/py-type.exp: Ditto.
+       * gdb.python/py-value.exp: Ditto.
+       * gdb.python/python.exp: Ditto.
+
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/anon.exp: New file.
+       * gdb.base/anon.c: New file.
+
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Test completion through anonymous
+       union.
+       * gdb.base/break1.c (struct some_struct): Add anonymous union.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix printing parameters of inlined functions.
+       * gdb.dwarf2/dw2-inline-param.exp: New file.
+       * gdb.dwarf2/dw2-inline-param-main.c: New file.
+       * gdb.dwarf2/dw2-inline-param.S: New file.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR corefiles/12071.
+       * gdb.base/corefile.exp (quit with a process, no question: load core)
+       (quit with a core file): New tests.
+
+2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix GDB crash on inferior calls with self-referencing classes.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
+
+2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix lost siginfo_t for inferior calls.
+       * gdb.base/siginfo-infcall.exp: New file.
+       * gdb.base/siginfo-infcall.c: New file.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
+
+2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
+       New test.
+       * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
+       type of our const type.
+
+2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/pr12028.cc: New.
+       * gdb.cp/pr12028.exp: New.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
+
+2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
+            Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR mi/11407
+       * gdb.mi/dw2-ref-missing-frame-func.c: New File.
+       * gdb.mi/dw2-ref-missing-frame-main.c New File.
+       * gdb.mi/dw2-ref-missing-frame.S New File.
+       * gdb.mi/dw2-ref-missing-frame.exp New File.
+
+2010-09-14  Tom Tromey  <tromey@redhat.com>
+
+       PR symtab/8399:
+       * gdb.threads/tls.exp: Remove kfail.  Update expected output.
+
+2010-09-14  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/11803:
+       * gdb.threads/tls.exp: Use C++.
+       (check_thread_local): Use K::another_thread_local.
+       * gdb.threads/tls.c (class K): New.
+       (another_thread_local): Now a member of K.
+       (spin): Update.  No longer K&R C.
+
+2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/koenig.cc: created class for testing member lookup.
+       * gdb.cp/koenig.exp: Added test for member lookup.
+
+2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAILs on sourcetree topdir directory containing "kill".
+       * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
+       source line matching regexp.
+
+2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/python.exp (set height 0, collect help from uiout)
+       (verify help to uiout): New tests.
+
+2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
+       is_lp64_target to check 64bit target.
+
+2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
+       (test_ld) <powerpc64-*>: New.
+
+2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/templates.exp (test_template_args): Allow "struct".
+
+2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
+       (FunctionArg::method): New function.
+       (empty, arg): New variables.
+       (main): Call arg.method.
+       * gdb.cp/templates.exp (test_template_args): New function.
+       (do_tests): Call it.
+
 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
This page took 0.038716 seconds and 4 git commands to generate.