Home
last modified time | relevance | path

Searched refs:m_log (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc64.cpp434 LLDB_LOG(m_log, LOG_PREFIX in IsValid()
453 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData()
459 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData()
467 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData()
481 Log *m_log = member in __anon2f91c44d0111::ReturnValueExtractor::Register
527 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet"); in GetValue()
558 Log *m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); member in __anon2f91c44d0111::ReturnValueExtractor
694 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject()
702 m_log, LOG_PREFIX in GetVectorValueObject()
712 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo"); in GetVectorValueObject()
[all …]
/freebsd-12-stable/lib/libdevdctl/
Dexception.h84 std::string m_log; variable
90 return (m_log); in GetString()
Dexception.cc64 m_log = buf; in FormatLog()
83 syslog(LOG_ERR, "%s", m_log.c_str()); in Log()
/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dzfsd_exception.cc131 output << m_log << endl; in Log()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp74 Log *m_log; member in __anone7efc31a0111::StoringDiagnosticConsumer
133 m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); in StoringDiagnosticConsumer()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp702 m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); in NullDiagnosticConsumer()
707 if (m_log) { in HandleDiagnostic()
711 LLDB_LOGF(m_log, "Compiler diagnostic: %s\n", diag_str.data()); in HandleDiagnostic()
720 Log *m_log; member in NullDiagnosticConsumer