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 <mli...@suse.cz> > > > > * gdbinit.in: Fix 'ptc' command. Add tt > > that prints TREE_TYPE($). > > --- > > gcc/gdbinit.in | 10 +++++++++- > > 1 file changed, 9 insertions(+), 1 deletion(-)
There already *is* a "tt" command. Not that that one is likely very useful for debugging GCC, but still... Please check before overriding commands. Segher