X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Ftestsuite%2FChangeLog;h=7e3f170ad77c56191964ab51da3bc1d8eb27eaeb;hb=7062b0a0dfe70957e9cb04749efb627a3032c3f2;hp=5d04cd95dc9a27d42c0d490317dd295ae9a8defd;hpb=e8ae22d1973d52e41b24f9ac58b4c5da9d3cff13;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5d04cd95dc..7e3f170ad7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,167 @@ +2010-10-14 Sami Wagiaalla + + * 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 + + * 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 + + * gdb.python/py-error.exp: New file. + * gdb.python/py-error.py: New file. + +2010-10-12 Jan Kratochvil + + * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by + gdb_test_multiple. + +2010-10-12 Jan Kratochvil + + * 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) : Use ldlags for linking flags. + * lib/prelink-support.exp (build_executable_own_libs): Likewise. + +2010-10-12 Ulrich Weigand + + * 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 + + * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME. + (main): Make openlib dummy call. + +2010-10-11 Jan Kratochvil + + 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 + + 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 + + * gdb.cp/oranking.exp: New test. + * gdb.cp/oranking.cc: New test program. + +2010-10-08 Ken Werner + + * 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 + + * 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 + + * gdb.base/catch-syscall.exp (do_syscall_tests): Update location + of syscall staging area. + +2010-10-06 Ken Werner + + * 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 + + * gdb.arch/altivec-abi.exp: Fix a typo. + +2010-10-02 Maciej W. Rozycki + + * lib/mi-support.exp (thread_selected_re): Correct pattern used + to match a thread ID. + +2010-10-02 Jan Kratochvil + + Fix s390x testcase compatibility. + * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value. + +2010-10-01 Doug Evans + + * 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 + + * gdb.base/anon.exp: New file. + * gdb.base/anon.c: New file. + +2010-09-30 Tom Tromey + + * gdb.base/completion.exp: Test completion through anonymous + union. + * gdb.base/break1.c (struct some_struct): Add anonymous union. + +2010-09-30 Jan Kratochvil + + 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 + + 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 + + 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 + + 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 + + * gdb.dwarf2/dw2-const.S: Minor (space) reformatting. + +2010-09-22 Jan Kratochvil + + * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant): + New test. + * gdb.fortran/module.f90 (mod1) : New constant. + 2010-09-22 Joel Brobecker * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target