Searched refs:_DNBLog (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBLog.cpp | 117 _DNBLog(uint32_t flags, const char *format, ...) in _DNBLog() function 200 _DNBLog (DNBLOG_FLAG_THREADED, "%u +%lu.%06u sec [%4.4x/%4.4x]: %s", in _DNBLogThreaded() 253 _DNBLog (DNBLOG_FLAG_THREADED, "%u +%lu.%06u sec [%4.4x/%4.4x]: %s", in _DNBLogThreadedIf() 286 _DNBLog (DNBLOG_FLAG_ERROR, "error: %s", arg_msg); in _DNBLogError() 309 _DNBLog (DNBLOG_FLAG_ERROR | DNBLOG_FLAG_FATAL, "error: %s", arg_msg); in _DNBLogFatalError() 350 _DNBLog (DNBLOG_FLAG_WARNING | DNBLOG_FLAG_VERBOSE, "warning: %s", arg_msg); in _DNBLogWarningVerbose() 371 _DNBLog (DNBLOG_FLAG_WARNING, "warning: %s", arg_msg); in _DNBLogWarning()
|
D | DNBLog.h | 39 void _DNBLog(uint32_t flags, const char *format, ...) __attribute__ ((format (printf, 2, 3))… 61 #define DNBLog(fmt, ...) do { if (DNBLogEnabled()) { _DNBLog(0, fmt, ## __VA…
|
D | libdebugserver.cpp | 47 …...) do { if (g_isatty) { fprintf(stdout, fmt, ## __VA_ARGS__); } else { _DNBLog(0, fmt, ## __VA_A… 48 …...) do { if (g_isatty) { fprintf(stderr, fmt, ## __VA_ARGS__); } else { _DNBLog(0, fmt, ## __VA_A…
|
D | debugserver.cpp | 67 …...) do { if (g_isatty) { fprintf(stdout, fmt, ## __VA_ARGS__); } else { _DNBLog(0, fmt, ## __VA_A… 68 …...) do { if (g_isatty) { fprintf(stderr, fmt, ## __VA_ARGS__); } else { _DNBLog(0, fmt, ## __VA_A…
|