Re: [patch] gdb python pretty printer for DIEs

2014-12-10 Thread Aldy Hernandez
On 12/10/14 06:21, David Malcolm wrote: On Tue, 2014-12-09 at 13:10 -0800, Aldy Hernandez wrote: From: Aldy Hernandez To: jason merrill Cc: David Malcolm , gcc-patches Subj

Re: [patch] gdb python pretty printer for DIEs

2014-12-10 Thread David Malcolm
On Tue, 2014-12-09 at 13:10 -0800, Aldy Hernandez wrote: > From: > Aldy Hernandez >To: > jason merrill >Cc: > David Malcolm > , gcc-patches > > Subject: > [patch] gdb python

Re: [patch] gdb python pretty printer for DIEs

2014-12-09 Thread Jeff Law
On 12/09/14 14:10, Aldy Hernandez wrote: I am tired of dumping entire DIEs just to see what type they are. With this patch, we get: (gdb) print context_die $5 = > I know it's past the end of stage1, but this debugging aid can help in fixing bugs in stage >= 3. I am committing this to the [deb