Searched refs:m_log (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 439 LLDB_LOG(m_log, LOG_PREFIX in IsValid() 458 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData() 464 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData() 472 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData() 486 Log *m_log = GetLog(LLDBLog::Expressions); member in __anon31ea58350111::ReturnValueExtractor::Register 529 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet"); in GetValue() 560 Log *m_log = GetLog(LLDBLog::Expressions); member in __anon31ea58350111::ReturnValueExtractor 698 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject() 706 m_log, LOG_PREFIX in GetVectorValueObject() 716 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo"); in GetVectorValueObject() [all …]
|
| /freebsd/lib/libdevdctl/ |
| H A D | exception.h | 82 std::string m_log; variable 88 return (m_log); in GetString()
|
| H A D | exception.cc | 61 m_log = buf; in FormatLog() 80 syslog(LOG_ERR, "%s", m_log.c_str()); in Log()
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_exception.cc | 130 output << m_log << endl; in Log()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 645 NullDiagnosticConsumer() { m_log = GetLog(LLDBLog::Expressions); } in NullDiagnosticConsumer() 649 if (m_log) { in HandleDiagnostic() 653 LLDB_LOGF(m_log, "Compiler diagnostic: %s\n", diag_str.data()); in HandleDiagnostic() 662 Log *m_log; member in NullDiagnosticConsumer
|