On 7/8/13, Jason Merrill wrote:
> Lawrence's overhaul of the debug() functions changed the behavior of the
> pvt macro in gdbinit.in. Previously it used print_node to dump each of
> the elements of the vector, but after the change it uses debug, which
> both prints less information by default and
Lawrence's overhaul of the debug() functions changed the behavior of the
pvt macro in gdbinit.in. Previously it used print_node to dump each of
the elements of the vector, but after the change it uses debug, which
both prints less information by default and fails to handle many C++
tree nodes.