On Mon, Nov 20, 2017 at 6:47 AM, Aldy Hernandez wrote:
> Minor oversight...
>
> debug_vec_tree() no longer exist. I forgot to remove the prototype.
>
> Also, gdbinit.in has a macro that uses it, but this is no longer
> necessary as we can print tree vectors generically with "print
> debug(xxx)".
Minor oversight...
debug_vec_tree() no longer exist. I forgot to remove the prototype.
Also, gdbinit.in has a macro that uses it, but this is no longer
necessary as we can print tree vectors generically with "print
debug(xxx)".
Applied as obvious.
Aldy
On Sun, Nov 19, 2017 at 5:45 PM, Jeff Law
On 10/23/2017 03:44 AM, Aldy Hernandez wrote:
>
>
>
> Forwarded Message
> Subject: [patch] implement generic debug() for vectors and hash sets
> Date: Mon, 16 Oct 2017 09:52:51 -0400
> From: Aldy Hernandez
> To: gcc-patches
>
> We have a generic mechanism for dumping types f
Forwarded Message
Subject: [patch] implement generic debug() for vectors and hash sets
Date: Mon, 16 Oct 2017 09:52:51 -0400
From: Aldy Hernandez
To: gcc-patches
We have a generic mechanism for dumping types from the debugger with:
(gdb) call debug(some_type)
However, eve