gdb/testsuite/
authorPedro Alves <palves@redhat.com>
Mon, 14 Feb 2011 11:33:24 +0000 (11:33 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 14 Feb 2011 11:33:24 +0000 (11:33 +0000)
commitec0a52e16206a31867fdcc5535c42baca7bf8967
tree3f8b2d7194b672c5c155f9931635fda2fa2fc142
parent24e6bceefbdf681e3e4101a44835a29afe33f902
gdb/testsuite/
* 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.

gdb/
* value.h (value_entirely_available): Declare.
* value.c (value_entirely_available): New function.
* c-valprint.c (c_value_print): Don't try fetching the pointer's
real type if the pointer is unavailable.
gdb/ChangeLog
gdb/c-valprint.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/unavailable.cc
gdb/testsuite/gdb.trace/unavailable.exp
gdb/value.c
gdb/value.h
This page took 0.031665 seconds and 4 git commands to generate.