X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=fa2363e96b483301f7a22d7f144f42c119f9da8c;hb=f4647387fe3182beb6a30539d4339b85a48fc14e;hp=1ed442f03d5b0e22bca6ba88f96586ba94cf4f13;hpb=8bbc467ad401406cd8c640d5e8e738ce8d9289b1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1ed442f03d..fa2363e96b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,103 @@ +2012-03-08 Yao Qi + Pedro Alves + + 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 + + * 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 + + Revert: + + 2012-03-03 Jan Kratochvil + + 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 + + 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 + + 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 + + * gdb.ada/bp_on_var: New testcase. + +2012-03-06 Joel Brobecker + + * gdb.ada/bp_enum_homonym: New testcase. + +2012-03-06 Yao Qi + + * 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 + + * gdb.ada/operator_bp.exp: Clear debug-file-directory. + * gdb.ada/mi_task_arg.exp: Clear debug-file-directory. + +2012-03-05 Tom Tromey + + * gdb.java/jprint.java (jprint.main): Keep 'x' live. + +2012-03-04 Yao Qi + + * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error + messages for KFAIL. + +2012-03-03 Jan Kratochvil + + * 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 + + 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 + + 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 + + * gdb.trace/strace.exp: run strace_info_marker in linux native gdb. + +2012-03-03 Jan Kratochvil + + Setup KFAIL for PR server/13796. + * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL. + 2012-03-02 Joel Brobecker * gdb.ada/operator_bp: New testcase.