Searched refs:debug_fmt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dauto-load.h48 const char *debug_fmt, ...)
H A Dauto-load.c473 file_is_auto_load_safe (const char *filename, const char *debug_fmt, ...) argument
482 va_start (debug_args, debug_fmt);
483 vfprintf_unfiltered (gdb_stdlog, debug_fmt, debug_args);

Completed in 227 milliseconds