Searched refs:g_aslmsg (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp715 static aslmsg g_aslmsg = NULL; local
716 if (g_aslmsg == NULL)
718 g_aslmsg = ::asl_new (ASL_TYPE_MSG);
721 ::asl_set (g_aslmsg, ASL_KEY_SENDER, asl_key_sender);
731 ::asl_vlog (NULL, g_aslmsg, asl_level, format, args);

Completed in 228 milliseconds