Lines Matching defs:log

165   lldb_private::Log *log(GetLog(LLDBLog::Expressions));
198 LLDB_LOG(log, "Couldn't find result variable");
203 LLDB_LOG(log, "Result name: \"{0}\"", result_name);
208 LLDB_LOG(log, "Result variable had no data");
217 LLDB_LOG(log, "Found result in the IR: \"{0}\"",
223 LLDB_LOG(log, "Result variable isn't a GlobalVariable");
234 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl");
243 if (log) {
249 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str);
254 LLDB_LOG(log, "Result variable Decl isn't a VarDecl");
290 LLDB_LOG(log, "Expected result to have pointer type, but it did not");
309 LLDB_LOG(log, "Result type has unknown size");
317 if (log) {
321 LLDB_LOG(log, "Result decl type: \"{0}\"", type_desc_stream.GetData());
326 LLDB_LOG(log, "Creating a new result global: \"{0}\" with size {1}",
359 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global),
373 LLDB_LOG(log, "Couldn't find initializer for unused variable");
387 LLDB_LOG(log, "Synthesized result store \"{0}\"\n",
404 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
423 LLDB_LOG(log, "Couldn't find CFStringCreateWithBytes in the target");
432 LLDB_LOG(log, "Found CFStringCreateWithBytes at {0}",
496 LLDB_LOG(log, "Encountered an Objective-C constant string with unusual "
525 LLDB_LOG(log, "Couldn't replace the NSString with the result of the call");
540 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
554 LLDB_LOG(log, "NSString variable is not a GlobalVariable");
563 LLDB_LOG(log, "NSString variable does not have an initializer");
575 LLDB_LOG(log,
595 LLDB_LOG(log,
610 LLDB_LOG(log, "NSString initializer's str element was empty");
621 LLDB_LOG(log,
631 LLDB_LOG(log, "NSString initializer's str element does not have an "
644 if (log)
645 log->PutCString("NSString initializer's str element is not a
658 if (log)
659 log->PutCString("NSString initializer's str element is not a C
675 LLDB_LOG(log, "Found NSString constant {0}, which contains \"{1}\"",
678 LLDB_LOG(log, "Found NSString constant {0}, which contains \"\"",
685 LLDB_LOG(log, "Error rewriting the constant string");
702 LLDB_LOG(log,
731 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
782 LLDB_LOG(log, "Found Objective-C selector reference \"{0}\"",
797 LLDB_LOG(log, "Found sel_registerName at {0}", sel_registerName_addr);
839 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
855 LLDB_LOG(log, "Couldn't rewrite a reference to an Objective-C selector");
866 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
923 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc),
936 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
947 LLDB_LOG(log, "Rejecting a numeric persistent variable.");
966 LLDB_LOG(log, "Couldn't rewrite the creation of a persistent variable");
977 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
979 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr));
1005 LLDB_LOG(log, "Found global variable \"{0}\" without metadata",
1048 LLDB_LOG(log,
1060 LLDB_LOG(log, "Function pointers aren't handled right now");
1070 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
1078 LLDB_LOG(log, "Symbol \"{0}\" had no address", name);
1083 LLDB_LOG(log, "Found \"{0}\" at {1}", name, symbol_addr);
1092 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol),
1101 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
1103 LLDB_LOG(log, "MaybeHandleCallArguments({0})", PrintValue(Old));
1119 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
1140 LLDB_LOG(log, "Found reference to Objective-C class {0} ({1})", name,
1220 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
1225 LLDB_LOG(log, "Examining {0}, DeclForGlobalValue returns {1}", global_name,
1426 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
1430 LLDB_LOG(log, "Element arrangement:");
1504 LLDB_LOG(log, "Arg: \"{0}\"", PrintValue(argument));
1541 LLDB_LOG(log, " \"{0}\" (\"{1}\") placed at {2}", name,
1545 LLDB_LOG(log, " Replacing [{0}]", PrintValue(value));
1589 LLDB_LOG(log, "Unhandled non-constant type: \"{0}\"",
1599 LLDB_LOG(log, "Total structure [align {0}, size {1}]", (int64_t)alignment,
1606 lldb_private::Log *log(GetLog(LLDBLog::Expressions));
1613 if (log) {
1621 LLDB_LOG(log, "Module as passed in to IRForTarget: \n\"{0}\"", s);
1629 LLDB_LOG(log, "Couldn't find \"{0}()\" in the module", m_func_name);
1640 LLDB_LOG(log, "Couldn't fix the linkage for the function");
1652 LLDB_LOG(log, "CreateResultVariable() failed");
1660 if (log && log->GetVerbose()) {
1668 LLDB_LOG(log, "Module after creating the result variable: \n\"{0}\"", s);
1674 LLDB_LOG(log, "RemoveGuards() failed");
1682 LLDB_LOG(log, "RewritePersistentAllocs() failed");
1691 LLDB_LOG(log, "RemoveCXAAtExit() failed");
1705 LLDB_LOG(log, "RewriteObjCConstStrings() failed");
1715 LLDB_LOG(log, "RewriteObjCSelectors() failed");
1728 LLDB_LOG(log, "ResolveCalls() failed");
1743 LLDB_LOG(log, "ResolveExternals() failed");
1751 LLDB_LOG(log, "ReplaceVariables() failed");
1759 if (log && log->GetVerbose()) {
1767 LLDB_LOG(log, "Module after preparing for execution: \n\"{0}\"", s);