Home
last modified time | relevance | path

Searched refs:SystemLog (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h155 SystemLog (SystemLogType type, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
158 SystemLog (SystemLogType type, const char *format, va_list args);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
Dlldb-platform.cpp81 Host::SystemLog(Host::eSystemLogWarning, "SIGHUP received, exiting lldb-platform...\n"); in signal_handler()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp176 …Host::SystemLog (Host::eSystemLogError, "CIE parse error: CIE augmentation string was too large fo… in ParseCIE()
366 Host::SystemLog (Host::eSystemLogError, in GetFDEIndex()
DSymbolContext.cpp518 Host::SystemLog (Host::eSystemLogWarning, in GetParentOfInlinedScope()
526 Host::SystemLog (Host::eSystemLogWarning, in GetParentOfInlinedScope()
DFunction.cpp315 Host::SystemLog (Host::eSystemLogError, in GetBlock()
DClangASTContext.cpp1011 …Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type '%s' enco… in GetBuiltinTypeForDWARFEncodingAndBitSize()
1015 …Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type encoded w… in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptions.cpp295 …Host::SystemLog (Host::eSystemLogError, "option[%u] --%s has a short option -%c that conflicts wit… in GetLongOptions()
303 …Host::SystemLog (Host::eSystemLogError, "option[%u] --%s has a short option 0x%x that conflicts wi… in GetLongOptions()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DModule.cpp1043 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str()); in ReportError()
1084 Host::SystemLog (Host::eSystemLogError, "%s", strm.GetString().c_str()); in ReportErrorIfModifyDetected()
1112 Host::SystemLog (Host::eSystemLogWarning, "%s", strm.GetString().c_str()); in ReportWarning()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp462 Host::SystemLog (Host::eSystemLogWarning, in ParsePrologue()
559 Host::SystemLog (Host::eSystemLogError, in ParseSupportFiles()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp289 Host::SystemLog (SystemLogType type, const char *format, va_list args) in SystemLog() function in Host
297 Host::SystemLog (SystemLogType type, const char *format, ...) in SystemLog() function in Host
301 SystemLog (type, format, args); in SystemLog()