comparison gcc/tree-browser.def @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see 18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */ 19 <http://www.gnu.org/licenses/>. */
20 20
21 /* First field in the following declarations is the code of the command 21 /* First field in the following declarations is the code of the command
22 used by the tree browser. 22 used by the tree browser.
23 Second field is what is parsed in order to recognize a command. 23 Second field is what is parsed in order to recognize a command.
24 Third field is used for printing the help message. */ 24 Third field is used for printing the help message. */
25 25
26 26
27 /* Misc. commands. */ 27 /* Misc. commands. */
80 DEFTBCODE (TB_ELT, "elt", "Field accessor.") 80 DEFTBCODE (TB_ELT, "elt", "Field accessor.")
81 DEFTBCODE (TB_MIN, "min", "Field accessor.") 81 DEFTBCODE (TB_MIN, "min", "Field accessor.")
82 DEFTBCODE (TB_MAX, "max", "Field accessor.") 82 DEFTBCODE (TB_MAX, "max", "Field accessor.")
83 83
84 /* Searching commands. */ 84 /* Searching commands. */
85 DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.") 85 DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.")
86 DEFTBCODE (TB_SEARCH_NAME, "sn", "Search an identifier having a name given as a parameter.") 86 DEFTBCODE (TB_SEARCH_NAME, "sn", "Search an identifier having a name given as a parameter.")
87 87
88 /* Printing commands. */ 88 /* Printing commands. */
89 DEFTBCODE (TB_PRETTY_PRINT, "pp", "Pretty print current node.") 89 DEFTBCODE (TB_PRETTY_PRINT, "pp", "Pretty print current node.")
90 DEFTBCODE (TB_PRINT, "p", "Prints the current node.") 90 DEFTBCODE (TB_PRINT, "p", "Prints the current node.")
91 91
92 92
93 /* 93 /*
94 Local variables: 94 Local variables:
95 mode:c 95 mode:c