X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgdbinit.in;h=d1ae46dae3fbe781f7668dc4d313de6e6185edae;hb=a82d9bf400d5b5a71ddfb41ba8caa25268ef7d06;hp=22c99a776b80ae37a8767b0e153f25bd4765fc36;hpb=88cba5b166fbe44ead8f2178eb112e91feaf167a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 22c99a776b8..d1ae46dae3f 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -1,5 +1,5 @@ # Copyright (C) 2001, 2002, 2003, 2004, 2006, -# 2008 Free Software Foundation, Inc. +# 2008, 2010 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -122,6 +122,22 @@ document ptn Print the name of the type-node that is $. end +define pvt +set debug_vec_tree ($) +end + +document pvt +Print the VEC(tree) that is in $. +end + +define pdd +set debug_dwarf_die ($) +end + +document pdd +Print the dw_die_ref that is in $. +end + define prc output (enum rtx_code) $.code echo \ (