comparison gcc/gdbinit.in @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 # Copyright (C) 2001, 2002, 2003, 2004, 2006, 1 # Copyright (C) 2001, 2002, 2003, 2004, 2006,
2 # 2008 Free Software Foundation, Inc. 2 # 2008, 2010 Free Software Foundation, Inc.
3 # 3 #
4 # This file is part of GCC. 4 # This file is part of GCC.
5 # 5 #
6 # GCC is free software; you can redistribute it and/or modify 6 # GCC is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 7 # it under the terms of the GNU General Public License as published by
120 120
121 document ptn 121 document ptn
122 Print the name of the type-node that is $. 122 Print the name of the type-node that is $.
123 end 123 end
124 124
125 define pvt
126 set debug_vec_tree ($)
127 end
128
129 document pvt
130 Print the VEC(tree) that is in $.
131 end
132
133 define pdd
134 set debug_dwarf_die ($)
135 end
136
137 document pdd
138 Print the dw_die_ref that is in $.
139 end
140
125 define prc 141 define prc
126 output (enum rtx_code) $.code 142 output (enum rtx_code) $.code
127 echo \ ( 143 echo \ (
128 output $.mode 144 output $.mode
129 echo )\n 145 echo )\n