Re: [PATCH] gdbinit: add a new command and fix one

2019-05-30 Thread Martin Liška
before overriding > commands. > > > Segher > >From 5e49f23ecedcc5278f14278a6bccd6d003b5cc60 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 29 May 2019 11:45:07 +0200 Subject: [PATCH] gdbinit: add a new command and fix one gcc/ChangeLog: 2019-05-29 Martin Liska * g

Re: [PATCH] gdbinit: add a new command and fix one

2019-05-29 Thread Segher Boessenkool
On Wed, May 29, 2019 at 10:14:58AM -0600, Jeff Law wrote: > On 5/29/19 3:46 AM, Martin Liška wrote: > > Hi. > > > > The patch is about a small change in .gdbinit file. > > > > Ready for trunk? > > Martin > > > > gcc/ChangeLog: > > > > 2019-05-29 Martin Liska > > > > * gdbinit.in: Fix 'p

Re: [PATCH] gdbinit: add a new command and fix one

2019-05-29 Thread Jeff Law
On 5/29/19 3:46 AM, Martin Liška wrote: > Hi. > > The patch is about a small change in .gdbinit file. > > Ready for trunk? > Martin > > gcc/ChangeLog: > > 2019-05-29 Martin Liska > > * gdbinit.in: Fix 'ptc' command. Add tt > that prints TREE_TYPE($). > --- > gcc/gdbinit.in | 1

[PATCH] gdbinit: add a new command and fix one

2019-05-29 Thread Martin Liška
Hi. The patch is about a small change in .gdbinit file. Ready for trunk? Martin gcc/ChangeLog: 2019-05-29 Martin Liska * gdbinit.in: Fix 'ptc' command. Add tt that prints TREE_TYPE($). --- gcc/gdbinit.in | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) dif