Lines Matching refs:log
13 #include "lldb/Core/Log.h"
172 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
177 if (log)
179 log->Printf(" CompleteTagDecl[%u] on (ASTContext*)%p Completing (TagDecl*)%p named %s",
185 log->Printf(" CTD[%u] Before:", current_id);
187 dumper.ToLog(log, " [CTD] ");
195 if (log)
196 log->Printf(" CTD[%u] Type could not be completed in the module in which it was first found.", current_id);
206 if (log && log->GetVerbose())
207 log->Printf(" CTD[%u] Inspecting namespace map %p (%d entries)",
219 if (log)
220 log->Printf(" CTD[%u] Searching namespace %s in module %s",
298 if (log)
300 log->Printf(" [CTD] After:");
302 dumper.ToLog(log, " [CTD] ");
309 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
311 if (log)
313 log->Printf(" [CompleteObjCInterfaceDecl] on (ASTContext*)%p Completing an ObjCInterfaceDecl named %s", m_ast_context, interface_decl->getName().str().c_str());
314 log->Printf(" [COID] Before:");
316 dumper.ToLog(log, " [COID] ");
321 if (log)
323 log->Printf(" [COID] After:");
325 dumper.ToLog(log, " [COID] ");
373 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
383 if (log)
386 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in '%s' (%sDecl*)%p with %s predicate",
394 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in (%sDecl*)%p with %s predicate",
401 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in a NULL context with %s predicate",
413 if (log)
415 log->Printf(" FELD[%u] Original decl (ASTContext*)%p (Decl*)%p:", current_id, original_ctx, original_decl);
416 ASTDumper(original_decl).ToLog(log, " ");
453 if (log)
457 log->Printf(" FELD[%d] Adding [to %sDecl %s] lexical %sDecl %s", current_id, context_named_decl->getDeclKindName(), context_named_decl->getNameAsString().c_str(), decl->getDeclKindName(), ast_dumper.GetCString());
459 log
502 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
507 if (log)
510 log->Printf("ClangASTSource::FindExternalVisibleDecls[%u] on (ASTContext*)%p for '%s' in a NULL DeclContext", current_id, m_ast_context, name.GetCString());
512 log->Printf("ClangASTSource::FindExternalVisibleDecls[%u] on (ASTContext*)%p for '%s' in '%s'", current_id, m_ast_context, name.GetCString(), context_named_decl->getNameAsString().c_str());
514 log->Printf("ClangASTSource::FindExternalVisibleDecls[%u] on (ASTContext*)%p for '%s' in a '%s'", current_id, m_ast_context, name.GetCString(), context.m_decl_context->getDeclKindName());
523 if (log && log->GetVerbose())
524 log->Printf(" CAS::FEVD[%u] Inspecting namespace map %p (%d entries)",
536 if (log)
537 log->Printf(" CAS::FEVD[%u] Searching namespace %s in module %s",
561 if (log)
562 log->Printf(" CAS::FEVD[%u] Searching the root namespace", current_id);
572 if (log && log->GetVerbose())
573 log->Printf(" CAS::FEVD[%u] Registering namespace map %p (%d entries)",
593 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
630 if (log)
631 log->Printf(" CAS::FEVD[%u] Found namespace %s in module %s",
665 if (log)
666 log->Printf(" CAS::FEVD[%u] Found namespace %s in module %s",
689 if (log)
693 log->Printf(" CAS::FEVD[%u] Matching type found for \"%s\": %s",
705 if (log)
706 log->Printf(" CAS::FEVD[%u] - Couldn't export a type",
745 if (log)
747 log->Printf(" CAS::FEVD[%u] Matching type found for \"%s\" in the runtime",
756 if (log)
757 log->Printf(" CAS::FEVD[%u] - Couldn't export a type from the runtime",
896 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
898 if (log)
901 log->Printf(" CAS::FOMD[%d] found (%s) %s", current_id, log_info, dumper.GetCString());
912 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
972 if (log)
973 log->Printf("ClangASTSource::FindObjCMethodDecls[%d] on (ASTContext*)%p for selector [%s %s]",
1097 if (log)
1100 log->Printf(" CAS::FOMD[%d] found (in symbols) %s", current_id, dumper.GetCString());
1126 if (log)
1127 log->Printf("CAS::FOPD[%d] trying origin (ObjCInterfaceDecl*)%p/(ASTContext*)%p...",
1199 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1217 if (log)
1220 log->Printf(" CAS::FOPD[%d] found %s", current_id, dumper.GetCString());
1235 if (log)
1238 log->Printf(" CAS::FOPD[%d] found %s", current_id, dumper.GetCString());
1252 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1262 if (log)
1263 log->Printf("ClangASTSource::FindObjCPropertyAndIvarDecls[%d] on (ASTContext*)%p for '%s.%s'",
1276 if (log)
1277 log->Printf("CAS::FOPD[%d] couldn't find the property on origin (ObjCInterfaceDecl*)%p/(ASTContext*)%p, searching elsewhere...",
1299 if (log)
1300 log->Printf("CAS::FOPD[%d] trying origin (ObjCInterfaceDecl*)%p/(ASTContext*)%p...",
1353 if (log)
1354 log->Printf("CAS::FOPD[%d] trying runtime (ObjCInterfaceDecl*)%p/(ASTContext*)%p...",
1450 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1452 if (log)
1454 log->Printf("LayoutRecordType[%u] on (ASTContext*)%p for (RecordDecl*)%p [name = '%s']",
1514 if (log)
1516 log->Printf("LRT[%u] returned:", current_id);
1517 log->Printf("LRT[%u] Original = (RecordDecl*)%p", current_id, origin_record.decl);
1518 log->Printf("LRT[%u] Size = %" PRId64, current_id, size);
1519 log->Printf("LRT[%u] Alignment = %" PRId64, current_id, alignment);
1520 log->Printf("LRT[%u] Fields:", current_id);
1525 log->Printf("LRT[%u] (FieldDecl*)%p, Name = '%s', Offset = %" PRId64 " bits",
1534 log->Printf("LRT[%u] Bases:", current_id);
1546 log->Printf("LRT[%u] %s(CXXRecordDecl*)%p, Name = '%s', Offset = %" PRId64 " chars",
1557 log->Printf("LRD[%u] Not a CXXRecord, so no bases", current_id);
1572 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1574 if (log)
1577 log->Printf("CompleteNamespaceMap[%u] on (ASTContext*)%p Searching for namespace %s in namespace %s",
1583 log->Printf("CompleteNamespaceMap[%u] on (ASTContext*)%p Searching for namespace %s",
1615 if (log)
1616 log->Printf(" CMN[%u] Found namespace %s in module %s",
1652 if (log)
1653 log->Printf(" CMN[%u] Found namespace %s in module %s",
1795 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
1797 if (log)
1798 log->Printf("Function type wasn't a FunctionProtoType");