Searched refs:_DNBLogVAPrintf (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBLog.cpp | 65 static inline void _DNBLogVAPrintf(uint32_t flags, const char *format, in _DNBLogVAPrintf() function 77 _DNBLogVAPrintf(flags, format, args); in _DNBLog() 87 _DNBLogVAPrintf(DNBLOG_FLAG_DEBUG, format, args); in _DNBLogDebug() 98 _DNBLogVAPrintf(DNBLOG_FLAG_DEBUG | DNBLOG_FLAG_VERBOSE, format, args); in _DNBLogDebugVerbose() 230 _DNBLogVAPrintf(DNBLOG_FLAG_VERBOSE, format, args); in _DNBLogVerbose()
|
D | ChangeLog | 1192 (_DNBLogVAPrintf): Calls the callback function to do the logging
|