This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Regression for gdb.trace/unavailable.exp [Re: [5/5] reimplement 'set print vtbl on']
On Thu, 15 Mar 2012 16:49:19 +0100, Tom Tromey wrote:
> 2012-03-15 Tom Tromey <tromey@redhat.com>
>
> * cp-valprint.c (cp_print_value_fields): Use
> print_function_pointer_address for vtable slot.
>
> 2012-03-15 Tom Tromey <tromey@redhat.com>
>
> * gdb.cp/virtfunc2.exp: Update expected output.
> * gdb.cp/pr9631.exp: Update expected output.
> * gdb.cp/member-ptr.exp: Update expected output.
> * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
> output.
> * gdb.cp/casts.exp: Update expected output.
cdfae53fa67f5576d6a15500bba8ea3fb7e5aa71 is the first bad commit
commit cdfae53fa67f5576d6a15500bba8ea3fb7e5aa71
Author: Tom Tromey <tromey@redhat.com>
Date: Thu Mar 15 15:49:40 2012 +0000
* cp-valprint.c (cp_print_value_fields): Use
On {x86_64,x86_64-m32,i686}-fedora17-linux-gnu in gdbserver non-extended mode,
(Probably on any platform in gdbserver non-extended mode.)
-PASS: gdb.trace/unavailable.exp: collect globals: print object on: print derived_unavail
-PASS: gdb.trace/unavailable.exp: collect globals: print object on: print derived_partial
-PASS: gdb.trace/unavailable.exp: collect globals: print object on: print derived_whole
+FAIL: gdb.trace/unavailable.exp: collect globals: print object on: print derived_unavail
+FAIL: gdb.trace/unavailable.exp: collect globals: print object on: print derived_partial
+FAIL: gdb.trace/unavailable.exp: collect globals: print object on: print derived_whole
-PASS: gdb.trace/unavailable.exp: collect globals: print object off: print derived_unavail
-PASS: gdb.trace/unavailable.exp: collect globals: print object off: print derived_partial
-PASS: gdb.trace/unavailable.exp: collect globals: print object off: print derived_whole
-PASS: gdb.trace/unavailable.exp: collect globals: print virtual_partial
+FAIL: gdb.trace/unavailable.exp: collect globals: print object off: print derived_unavail
+FAIL: gdb.trace/unavailable.exp: collect globals: print object off: print derived_partial
+FAIL: gdb.trace/unavailable.exp: collect globals: print object off: print derived_whole
+FAIL: gdb.trace/unavailable.exp: collect globals: print virtual_partial
Thanks,
Jan