Home
last modified time | relevance | path

Searched refs:DEBUG_LOG (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Host/common/
DMutex.cpp22 #define DEBUG_LOG(fmt, ...) printf(fmt, ## __VA_ARGS__)
24 #define DEBUG_LOG(fmt, ...) macro
275DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcess… in Lock()
291DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProc… in Lock()
311DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentP… in TryLock()
340DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentPr… in Unlock()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp60 #define DEBUG_LOG(fmt, ...) printf(fmt, ## __VA_ARGS__)
62 #define DEBUG_LOG(fmt, ...) macro