MCPcopy Create free account
hub / github.com/apache/nuttx / debug

Function debug

tools/configure.c:255–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static void debug(const char *fmt, ...)
256{
257 va_list ap;
258
259 if (g_debug)
260 {
261 va_start(ap, fmt);
262 vprintf(fmt, ap);
263 va_end(ap);
264 }
265}
266
267static void parse_args(int argc, char **argv)
268{

Callers 15

check_directoryFunction · 0.70
verify_optiondirFunction · 0.70
verify_fileFunction · 0.70
find_topdirFunction · 0.70
config_searchFunction · 0.70
check_configdirFunction · 0.70
check_configuredFunction · 0.70
read_versionfileFunction · 0.70
get_verstringFunction · 0.70
verify_appdirFunction · 0.70
check_appdirFunction · 0.70
check_configurationFunction · 0.70

Calls 1

vprintfFunction · 0.85

Tested by

no test coverage detected