Lines Matching refs:log
17 #include "lldb/Core/Log.h"
46 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
48 if (log)
49 log->Warning ("function name regexp: \"%s\" did not compile.", name_cstr);
198 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_BREAKPOINTS));
202 if (log)
203 log->Warning ("Class/method function specification not supported yet.\n");
244 if (log)
245 log->Warning ("glob is not supported yet.");
308 if (log)
312 log->Printf ("Added location: %s\n", s.GetData());