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

/external/lldb/tools/debugserver/source/
H A DDNBError.cpp67 char *arg_msg = NULL; local
70 ::vasprintf (&arg_msg, format, args);
73 if (arg_msg != NULL)
78 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err);
79 free (arg_msg);
87 char *arg_msg = NULL; local
90 ::vasprintf (&arg_msg, format, args);
93 if (arg_msg != NULL)
100 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err);
104 DNBLogThreaded ("%s err = 0x%8.8x", arg_msg, m_er
[all...]
H A DDNBLog.cpp172 char *arg_msg = NULL; local
175 ::vasprintf (&arg_msg, format, args);
178 if (arg_msg != NULL)
206 arg_msg);
209 free (arg_msg);
225 char *arg_msg = NULL; local
228 ::vasprintf (&arg_msg, format, args);
231 if (arg_msg != NULL)
259 arg_msg);
263 free (arg_msg);
278 char *arg_msg = NULL; local
301 char *arg_msg = NULL; local
342 char *arg_msg = NULL; local
363 char *arg_msg = NULL; local
[all...]
/external/lldb/source/Core/
H A DLog.cpp224 char *arg_msg = NULL; local
227 ::vasprintf (&arg_msg, format, args);
230 if (arg_msg != NULL)
232 PrintfWithFlags (LLDB_LOG_FLAG_ERROR, "error: %s", arg_msg);
233 free (arg_msg);
244 char *arg_msg = NULL; local
247 ::vasprintf (&arg_msg, format, args);
250 if (arg_msg != NULL)
252 PrintfWithFlags (LLDB_LOG_FLAG_ERROR | LLDB_LOG_FLAG_FATAL, "error: %s", arg_msg);
253 ::free (arg_msg);
284 char *arg_msg = NULL; local
303 char *arg_msg = NULL; local
[all...]
H A DError.cpp188 char *arg_msg = NULL; local
191 ::vasprintf (&arg_msg, format, args);
194 if (arg_msg != NULL)
202 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code);
209 log->Printf("%s err = 0x%8.8x", arg_msg, m_code);
211 ::free (arg_msg);
229 char *arg_msg = NULL; local
232 ::vasprintf (&arg_msg, format, args);
235 if (arg_msg != NULL)
241 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_st
[all...]

Completed in 94 milliseconds