Home | History | Annotate | Download | only in browser

Lines Matching defs:debug

356   const char *debug[] = { "crash", "kill", "hang", "shorthang",
358 html += "</ul>\n<h2>For Debug</h2>\n"
362 for (size_t i = 0; i < arraysize(debug); i++)
363 html += "<li>about:" + std::string(debug[i]) + "</li>\n";