Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBLog.h46 void _DNBLogError(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
98 _DNBLogError(fmt, ##__VA_ARGS__); \
H A DDNBLog.cpp191 void _DNBLogError(const char *format, ...) { in _DNBLogError() function