Searched refs:LogIf (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h51 LogIf (uint32_t mask, const char *format, ...);
H A DThreadKDP.cpp46 ProcessKDPLog::LogIf(KDP_LOG_THREAD, "%p: ThreadKDP::ThreadKDP (tid = 0x%4.4x)", this, GetID());
51 ProcessKDPLog::LogIf(KDP_LOG_THREAD, "%p: ThreadKDP::~ThreadKDP (tid = 0x%4.4x)", this, GetID());
H A DProcessKDPLog.cpp176 ProcessKDPLog::LogIf (uint32_t mask, const char *format, ...) function in class:ProcessKDPLog
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h54 LogIf (uint32_t mask, const char *format, ...);
H A DThreadGDBRemote.cpp41 ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::ThreadGDBRemote (pid = %i, tid = 0x%4.4x)",
50 ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::~ThreadGDBRemote (pid = %i, tid = 0x%4.4x)",
H A DProcessGDBRemoteLog.cpp186 ProcessGDBRemoteLog::LogIf (uint32_t mask, const char *format, ...) function in class:ProcessGDBRemoteLog
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h72 LogIf (uint32_t mask, const char *format, ...);
H A DProcessPOSIXLog.cpp180 ProcessPOSIXLog::LogIf (uint32_t mask, const char *format, ...) function in class:ProcessPOSIXLog
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h86 LogIf (uint32_t mask, const char *format, ...);
H A DLogChannelDWARF.cpp219 LogChannelDWARF::LogIf (uint32_t mask, const char *format, ...) function in class:LogChannelDWARF
/external/lldb/include/lldb/Core/
H A DLog.h139 LogIf (uint32_t mask, const char *fmt, ...) __attribute__ ((format (printf, 3, 4)));
/external/lldb/source/Core/
H A DLog.cpp206 Log::LogIf (uint32_t bits, const char *format, ...) function in class:Log

Completed in 132 milliseconds