Lines Matching defs:debug
76 "[D:?Set the debug trace level to \alevel\a. Higher levels produce more"
82 "[G:debug-symbols?Compile and link with debugging symbol options enabled.]"
229 int debug; /* negative of debug level */
235 int indent; /* debug indent */
290 * <0 debug
302 if (level >= state.debug)
308 fprintf(stderr, "debug%d: ", level);
328 if (stamp && state.debug <= -2)
1274 if (state.debug)
2140 state.debug = -opt_info.num;
2144 search(state.vars, "-debug-symbols", "1");
2174 if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S"))
2228 search(state.vars, "-debug-symbols", "1");
2266 state.debug = -atoi(s);