Home
last modified time | relevance | path

Searched refs:_DNBLogFatalError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBLog.h47 void _DNBLogFatalError(int err, const char *fmt, ...)
104 _DNBLogFatalError(err, fmt, ##__VA_ARGS__); \
H A DDNBLog.cpp208 void _DNBLogFatalError(int err, const char *format, ...) { in _DNBLogFatalError() function