Lines Matching refs:log

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