X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=e3315ad07e60b7b8cbfdca467b54eaa00857546e;hb=93084bcabb5f23c509734a202f5a45201b723657;hp=cb81219b215ff0af473b79e517aadb267d854a7e;hpb=99e7ae30ed872f3f81762504c930634c47055b7c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cb81219b21..e3315ad07e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,640 @@ +2011-02-17 Joel Brobecker + + * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart. + +2011-02-16 Pedro Alves + + * collection.c (globalarr3): New global. + (main): Initialize it before collecting, and and clear it + afterwards. + * collection.exp (gdb_collect_globals_test): Test collecting with + '{type} addr', where the addr expression is not an rvalue. + +2011-02-16 Ken Werner + + * gdb.opencl/datatypes.exp: Allow "false" when printing the content of + a bool variable. Expect correct OpenCL names for vector types. Use the + uc3 variable name instead of referring to the uchar3 built-in type. + Escape the asterisk at the half pointer test. + +2011-02-16 Pedro Alves + + * collection.c (globalarr2): New global. + (main): Initialize it before collecting, and and clear it + afterwards. + * collection.exp (gdb_collect_globals_test): Test collecting + overlapping memory ranges. + +2011-02-15 Michael Snyder + + * gdb.base/default.exp: Add tests for thread commands. + * gdb.base/help.exp: Add tests for thread commands. + * gdb.threads/thread-find.exp: New test for thread find command. + +2011-02-15 Ken Werner + + * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte. + +2011-02-15 Yao Qi + + PR tdep/12352 + * gdb.arch/arm-disp-step.S : New test for str instruction. + * gdb.arch/arm-disp-step.exp : Likewise. + +2011-02-15 Thiago Jung Bauermann + + * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and + "vector_register2_vr" test strings. Test the extended floating + point registers (F32~F63). + * lib/gdb.exp (skip_vsx_tests): Update compile flags for the + IBM XL C compiler. Make the test program use a register provided + by the compiler for the lxvd2x instruction. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc (class Base, class Middle, class + Derived): New types. + (derived_unavail, derived_partial, derived_whole): New globals. + (virtual_partial): New global. + (virtualp): Point at virtual_partial. + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests + related to unavailable vptr. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc (a, b, c): New globals. + (main): Set and clear them. + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect + `a' and `c', and check that `b' isn't collected, although `a' and + `c' are. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc (struct Virtual): New. + (virtualp): New global pointer. + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test + printing a pointer to an object whose type has a vtable, with + print object on. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that + value repeat handles unavailableness. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new + tests for building arrays from unavailable values, subscripting + non-memory rvalue unvailable arrays, and accessing fields or + baseclasses of non-lazy unavailable values, + * gdb.trace/unavailable.cc (small_struct, small_struct_b): New + struct types. + (g_smallstruct, g_smallstruct_b): New globals. + +2011-02-14 Pedro Alves + + * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files. + +2011-02-13 Jan Kratochvil + + Fix const/volatile qualifiers of C++ types, PR c++/12328. + * gdb.cp/overload-const.exp: New file. + * gdb.cp/overload-const.cc: New file. + +2011-02-08 Ulrich Weigand + + * gdb.opencl/callfuncs.cl: New file. + * gdb.opencl/callfuncs.exp: New test. + * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs. + +2011-02-08 Ulrich Weigand + + * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f + when computing result. + * gdb.arch/altivec-abi.exp: Update expected results. + +2011-02-07 Thiago Jung Bauermann + + * gdb.base/break-interp.exp: Remove ${objdir} from test messages. + * gdb.base/jit.exp: Likewise. + * gdb.base/pie-execl.exp: Likewise. + * gdb.base/solib-nodir.exp: Likewise. + * gdb.base/solib-overlap.exp: Likewise. + +2011-02-07 Pedro Alves + + * gdb.trace/collection.c (global_pieces): New. + * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test): + New procedure. + (gdb_trace_collection_test): Call it. + +2011-02-04 Sami Wagiaalla + + * gdb.python/py-evthreads.c: New file. + * gdb.python/py-evthreads.exp: New file. + * gdb.python/py-events.py: New file. + * gdb.python/py-events.exp: New file. + * gdb.python/py-events.c: New file. + +2011-02-04 David Daney + + * gdb.base/catch-syscall.exp: Enable for mips*-linux*. + +2011-02-03 Andrew Burgess + + * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c, + gdb.base/disasm-end-cu.exp: New test for disassembling over the + boundary between two compilation units. + +2011-02-02 Pedro Alves + + * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB) + (Virtual): New structs. + (virtual_o, virtual_middle_b): New globals. + * gdb.cp/virtbase.exp: New tests. + +2011-01-31 Paul Pluzhnikov + + * gdb.base/jit.exp: New file. + * gdb.base/jit-main.c: New file. + * gdb.base/jit-solib.c: New file. + +2011-01-31 Ulrich Weigand + + * gdb.opencl/convs_casts.exp: Use tbreak instead of break to + proceed to initial kernel entry point. + * gdb.opencl/datatypes.exp: Likewise. + * gdb.opencl/operators.exp: Likewise. + * gdb.opencl/vec_comps.exp: Likewise. + +2011-01-31 Sami Wagiaalla + + * gdb.cp/nsnested.cc: New. + * gdb.cp/nsnested.exp: New. + * gdb.cp/nsnoimports.exp: New. + * gdb.cp/nsnoimports.cc: New. + +2011-01-31 Joel Brobecker + + * gdb.base/interact.exp: Add extra tests that verify that + the value of the interactive-mode setting does not change + after the script is sourced. + +2011-01-29 Jan Kratochvil + + * gdb.cp/noparam.exp: New file. + * gdb.cp/noparam.cc: New file. + +2011-01-28 Pedro Alves + + * gdb.trace/tfile.exp: Test that with no traceframe selected, + there's no stack or registers. + +2011-01-26 Tom Tromey + + * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank + space before string output. Add test for "set print pretty off" + case. + +2011-01-25 Pedro Alves + + * gdb.base/frame-args.exp: Adjust. + * gdb.dwarf2/dw2-noloc.exp: Adjust. + * gdb.dwarf2/dw2-inline-param.exp: Adjust. + * gdb.dwarf2/pieces.exp: Adjust. + * gdb.opt/clobbered-registers-O2.exp: Adjust. + * gdb.opt/inline-locals.exp: Adjust. + * gdb.threads/fork-child-threads.exp: Adjust. + +2011-01-25 Ken Werner + + * gdb.opencl/convs_casts.cl: Move program scope variables into the + OpenCL kernel function. Add a comment as marker. Add address space + qualifiers for the remaining program scope variables. + * gdb.opencl/datatypes.cl: Likewise. + * gdb.opencl/operators.cl: Likewise. + * gdb.opencl/vec_comps.cl: Likewise. + * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test. + Add breakpoint at the marker comment. + * gdb.opencl/datatypes.exp: Likewise. + * gdb.opencl/operators.exp: Likewise. + * gdb.opencl/vec_comps.exp: Likewise. + +2011-01-24 Pedro Alves + + * gdb.base/printcmds.c (some_struct): New struct and instance. + * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New + procedure. + : Call it. + +2011-01-21 Ken Werner + + * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags + argument to the gdb_compile_opencl_hostapp call. + +2011-01-19 Yao Qi + + * lib/dwarf.exp (dwarf2_support): Change supported targets to a + positve list. + +2011-01-19 Yao Qi + + * gdb.asm/asm-source.exp: Replace ARM target triplet with a + canonical form. + Remove "xscale-*-*" + * gdb.xml/tdesc-regs.exp: Likewise. + * gdb.python/py-section-script.exp: Replace ARM target triplet + with canonical form. + Match arm*-*-symbianelf*. + * gdb.base/dup-sect.exp: Likewise. + * lib/dwarf.exp: New. + * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine + dwarf2_support. + * gdb.dwarf2/dup-psym.exp: Likewise. + * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise. + * gdb.dwarf2/dw2-anonymous-func.exp: Likewise. + * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise. + * gdb.dwarf2/dw2-basic.exp: Likewise. + * gdb.dwarf2/dw2-compressed.exp: Likewise. + * gdb.dwarf2/dw2-const.exp: Likewise. + * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise. + * gdb.dwarf2/dw2-cu-size.exp: Likewise. + * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise. + * gdb.dwarf2/dw2-empty-namespace.exp: Likewise. + * gdb.dwarf2/dw2-filename.exp: Likewise. + * gdb.dwarf2/dw2-inheritance.exp: Likewise. + * gdb.dwarf2/dw2-inline-param.exp: Likewise. + * gdb.dwarf2/dw2-intercu.exp: Likewise. + * gdb.dwarf2/dw2-intermix.exp: Likewise. + * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise. + * gdb.dwarf2/dw2-noloc.exp: Likewise. + * gdb.dwarf2/dw2-op-call.exp: Likewise. + * gdb.dwarf2/dw2-producer.exp: Likewise. + * gdb.dwarf2/dw2-ranges.exp: Likewise. + * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise. + * gdb.dwarf2/dw2-stack-boundary.exp: Likewise. + * gdb.dwarf2/dw2-strp.exp: Likewise. + * gdb.dwarf2/dw2-unresolved.exp: Likewise. + * gdb.dwarf2/implptr.exp: Likewise. + * gdb.dwarf2/mac-fileno.exp: Likewise. + * gdb.dwarf2/member-ptr-forwardref.exp: Likewise. + * gdb.dwarf2/pieces.exp: Likewise. + * gdb.dwarf2/pr11465.exp: Likewise. + * gdb.dwarf2/valop.exp: Likewise. + * gdb.dwarf2/watch-notconst.exp: Likewise. + * gdb.mi/dw2-ref-missing-frame.exp: Likewise. + +2011-01-19 Tom Tromey + + * gdb.python/py-infthread.exp: Add thread tests. + +2011-01-14 Joel Brobecker + + * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases. + +2011-01-14 Joel Brobecker + + * gdb.ada/widewide: New testcase. + +2011-01-13 Joel Brobecker + + * gdb.base/interact.exp: New testcase. + +2011-01-12 Tom Tromey + + * gdb.mi/gdb2549.exp: Update for error message changes. + * gdb.mi/mi-cli.exp: Likewise. + * gdb.mi/mi-disassemble.exp: Likewise. + * gdb.mi/mi-pthreads.exp: Likewise. + * gdb.mi/mi-regs.exp: Likewise. + * gdb.mi/mi-stack.exp: Likewise. + * gdb.mi/mi-var-block.exp: Likewise. + * gdb.mi/mi-var-cmd.exp: Likewise. + * gdb.mi/mi2-cli.exp: Likewise. + * gdb.mi/mi2-disassemble.exp: Likewise. + * gdb.mi/mi2-pthreads.exp: Likewise. + * gdb.mi/mi2-regs.exp: Likewise. + * gdb.mi/mi2-stack.exp: Likewise. + * gdb.mi/mi2-var-block.exp: Likewise. + * gdb.mi/mi2-var-cmd.exp: Likewise. + +2011-01-12 Andrew Burgess + Jan Kratochvil + + PR fortran/11104 and DWARF unbound arrays detection. + * gdb.fortran/multi-dim.exp: New file. + * gdb.fortran/multi-dim.f90: New file. + +2011-01-12 Andrew Burgess + + * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update + expected output to reflect changes in gdb/mi/mi-cmd-disas.c and + add new tests for opcode dumping. + +2011-01-11 Tom Tromey + + * gdb.python/py-infthread.exp: Load gdb-python.exp. + +2010-01-11 Thiago Jung Bauermann + + Convert hardware watchpoints to use breakpoint_ops. + * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint + type is not supported. + * gdb.base/foll-fork.exp: Likewise. + * gdb.base/foll-vfork.exp: Likewise. + +2011-01-10 Phil Muldoon + + * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function. + Use load_lib gdb-python.exp. + * gdb.python/python.exp: Ditto. + * gdb.python/py-function.exp: Ditto. + +2011-01-09 Andreas Schwab + + * gdb.threads/tls.exp ("info address me"): Fix expected output. + +2011-01-07 Jan Kratochvil + + * configure: Regenerate. + +2011-01-06 Tom Tromey + + * gdb.python/py-frame.exp: Test gdb.newest_frame. + +2011-01-06 Joel Brobecker + + * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp, + gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp, + gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp, + gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp, + gdb.ada/catch_ex.exp, gdb.ada/char_param.exp, + gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp, + gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp, + gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp, + gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp, + gdb.ada/homonym.exp, gdb.ada/int_deref.exp, + gdb.ada/interface.exp, gdb.ada/lang_switch.exp, + gdb.ada/mod_from_name.exp, gdb.ada/nested.exp, + gdb.ada/null_array.exp, gdb.ada/null_record.exp, + gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp, + gdb.ada/print_chars.exp, gdb.ada/print_pc.exp, + gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp, + gdb.ada/rec_return.exp, gdb.ada/ref_param.exp, + gdb.ada/ref_tick_size.exp, gdb.ada/start.exp, + gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp, + gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp, + gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp, + gdb.ada/uninitialized_vars.exp, + gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp: + Simplify by using clean_restart. + +2011-01-06 Joel Brobecker + + Add marker to be used as anchor for inserting breakpoints. + * gdb.ada/null_record/null_record.adb: Add "-- START" comment. + * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb: + Likewise. + + Remove uses of gdb_start_cmd. + * gdb.ada/null_record.exp: Remove use of gdb_start_cmd. + * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto. + + Do not run testcase if testing with GDBserver. + * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested + if testing with GDBserver. + +2011-01-06 Joel Brobecker + + * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb, + gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add + copyright header. + +2011-01-05 Joel Brobecker + + * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s, + testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f, + testsuite/gdb.fortran/complex.f, + testsuite/gdb.fortran/derived-type.f90, + testsuite/gdb.fortran/library-module-lib.f90, + testsuite/gdb.fortran/library-module-main.f90, + testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90, + testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f: + Copyright year update. + +2011-01-05 Joel Brobecker + + * gdb.base/langs1.f: Add copyright header. + +2011-01-03 Jan Kratochvil + + * gdb.base/morestack.exp: New file. + * gdb.base/morestack.c: New file. + +2011-01-02 Jan Kratochvil + + * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011. + +2010-12-29 Joel Brobecker + + * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String. + * gdb.ada/arrayptr.exp: Add test printing that new variable. + +2010-12-29 Joel Brobecker + + * gdb.ada/lang_switch.exp: Correct expected parameter value. + +2010-12-25 Andreas Schwab + + * gdb.threads/tls.exp: Fix typo. + + * gdb.threads/thread-specific.exp (get_thread_list): Update. + * gdb.threads/execl.exp: Update. + +2010-12-23 Yao Qi + + * gdb.arch/arm-disp-step.exp: New. + * gdb.arch/arm-disp-step.S: New. + +2010-12-21 Tom Tromey + + * gdb.threads/execl.exp: Update. + * gdb.threads/linux-dp.exp: Update. + * gdb.threads/manythreads.exp: Update. + * gdb.threads/tls.exp: Update. + +2010-12-15 Jan Kratochvil + + * gdb.cp/nextoverthrow.cc (dummy): Return int 0. + (NextOverThrowDerivates) : New. + (resumebpt_test): New. + (main): Call resumebpt_test. + * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt". + +2010-12-12 Stan Shebs + + * gdb.trace/tsv.exp: Test print command on trace state variables. + +2010-12-09 Tom Tromey + + * gdb.base/interp.exp: Add regression test. + +2010-12-09 Tom Tromey + + * gdb.java/jnpe.java: New file. + * gdb.java/jnpe.exp: New file. + * gdb.cp/nextoverthrow.exp: New file. + * gdb.cp/nextoverthrow.cc: New file. + +2010-12-07 Doug Evans + + * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting + of data-directory. + * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers + updated. + * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory. + +2010-11-29 Michael Snyder + + * 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 + + * 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 + + * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to + printer-name;subprinter-name. + +2010-11-29 Tom Tromey + + * gdb.dwarf2/implptr.exp: New file. + * gdb.dwarf2/implptr.c: New file. + * gdb.dwarf2/implptr.S: New file. + +2010-11-29 Phil Muldoon + + PR python/12199 + + * gdb.python/py-breakpoint.exp: Test the delete method. + +2010-11-28 Jan Kratochvil + + 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 + + * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro. + +2010-11-24 Edjunior Machado + + * 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 + + * 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 + + PR python/12212 + + * gdb.python/python.exp: Check that selected_thread raises an + error when no inferior is loaded. + +2010-11-20 Jan Kratochvil + + * gdb.dwarf2/dw2-stack-boundary.exp: New file. + * gdb.dwarf2/dw2-stack-boundary.S: New file. + +2010-11-20 Jan Kratochvil + + * gdb.dwarf2/dw2-ada-ffffffff.S: New file. + * gdb.dwarf2/dw2-ada-ffffffff.exp: New file. + +2010-11-18 Doug Evans + + * gdb.server/ext-run.exp: Fix intermittent failures. + +2010-11-12 Nathan Froyd + + * gdb.stabs/gdb11479.exp: Use runto_main. + +2010-11-12 Nathan Froyd + + * gdb.base/break-entry.exp: Skip if using a stub. + +2010-11-12 Nathan Froyd + + * gdb.python/py-inferior.exp: Pack values in target endianness. + +2010-11-12 Tom Tromey + + * 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 + + * gdb.python/py-breakpoint.exp: Add internal watchpoint and + breakpoint tests. + +2010-11-09 Pedro Alves + + * gdb.base/watchpoint.exp: Test "watch -location" with an + innacessible location. + +2010-11-09 Edjunior Machado + Luis Machado + + * 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 + Luis Machado + + * gdb.base/break-entry.exp: convert entry point for + ppc64 and expect leading `.' on ppc64's symbols + 2010-11-05 Doug Evans * gdb.base/help.exp: Update expected output. - * gdb.python/py-parameter.exp: New file. + * 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 @@ -302,7 +935,7 @@ * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files. 2010-09-16 Phil Muldoon - Jan Kratochvil + Jan Kratochvil PR mi/11407 * gdb.mi/dw2-ref-missing-frame-func.c: New File. @@ -400,7 +1033,7 @@ * gdb.base/ui-redirect.exp: New file. 2010-09-02 Jan Kratochvil - Joel Brobecker + Joel Brobecker * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files. @@ -4500,7 +5133,7 @@ 2009-05-11 Doug Evans * gdb.mi/nsintrall.c (main): Fix off-by-one error. - * gdb.threads/pending-step.c (main): Fix off-by-one error. + * gdb.threads/pending-step.c (main): Fix off-by-one error. * gdb.threads/schedlock.c (main): Fix off-by-one error. 2009-05-11 Jan Kratochvil