Re: RFA: PATCH to restore old behavior of debug_vec_tree

2013-07-09 Thread Lawrence Crowl
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

RFA: PATCH to restore old behavior of debug_vec_tree

2013-07-08 Thread Jason Merrill
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.