Home
last modified time | relevance | path

Searched refs:LogIf (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp47 …ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::ThreadGDBRemote (pid = %i, tid =… in ThreadGDBRemote()
56 …ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::~ThreadGDBRemote (pid = %i, tid … in ~ThreadGDBRemote()
HDProcessGDBRemoteLog.h60 LogIf (uint32_t mask, const char *format, ...);
HDProcessGDBRemoteLog.cpp205 ProcessGDBRemoteLog::LogIf (uint32_t mask, const char *format, ...) in LogIf() function in ProcessGDBRemoteLog
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIXLog.h78 LogIf (uint32_t mask, const char *format, ...);
HDProcessPOSIXLog.cpp197 ProcessPOSIXLog::LogIf (uint32_t mask, const char *format, ...) in LogIf() function in ProcessPOSIXLog
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.h86 LogIf (uint32_t mask, const char *format, ...);
HDLogChannelDWARF.cpp222 LogChannelDWARF::LogIf (uint32_t mask, const char *format, ...) in LogIf() function in LogChannelDWARF
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLog.h123 LogIf(uint32_t mask, const char *fmt, ...) __attribute__((format(printf, 3, 4)));
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLog.cpp202 Log::LogIf(uint32_t bits, const char *format, ...) in LogIf() function in Log