Lines Matching refs:LLDB_LOG

196     LLDB_LOG(log, "Couldn't find result variable");  in CreateResultVariable()
201 LLDB_LOG(log, "Result name: \"{0}\"", result_name); in CreateResultVariable()
206 LLDB_LOG(log, "Result variable had no data"); in CreateResultVariable()
215 LLDB_LOG(log, "Found result in the IR: \"{0}\"", in CreateResultVariable()
221 LLDB_LOG(log, "Result variable isn't a GlobalVariable"); in CreateResultVariable()
232 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl"); in CreateResultVariable()
247 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str); in CreateResultVariable()
252 LLDB_LOG(log, "Result variable Decl isn't a VarDecl"); in CreateResultVariable()
288 LLDB_LOG(log, "Expected result to have pointer type, but it did not"); in CreateResultVariable()
307 LLDB_LOG(log, "Result type has unknown size"); in CreateResultVariable()
319 LLDB_LOG(log, "Result decl type: \"{0}\"", type_desc_stream.GetData()); in CreateResultVariable()
324 LLDB_LOG(log, "Creating a new result global: \"{0}\" with size {1}", in CreateResultVariable()
357 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global), in CreateResultVariable()
371 LLDB_LOG(log, "Couldn't find initializer for unused variable"); in CreateResultVariable()
385 LLDB_LOG(log, "Synthesized result store \"{0}\"\n", in CreateResultVariable()
421 LLDB_LOG(log, "Couldn't find CFStringCreateWithBytes in the target"); in RewriteObjCConstString()
430 LLDB_LOG(log, "Found CFStringCreateWithBytes at {0}", in RewriteObjCConstString()
495 LLDB_LOG(log, "Encountered an Objective-C constant string with unusual " in RewriteObjCConstString()
524 LLDB_LOG(log, "Couldn't replace the NSString with the result of the call"); in RewriteObjCConstString()
553 LLDB_LOG(log, "NSString variable is not a GlobalVariable"); in RewriteObjCConstStrings()
562 LLDB_LOG(log, "NSString variable does not have an initializer"); in RewriteObjCConstStrings()
574 LLDB_LOG(log, in RewriteObjCConstStrings()
594 LLDB_LOG(log, in RewriteObjCConstStrings()
609 LLDB_LOG(log, "NSString initializer's str element was empty"); in RewriteObjCConstStrings()
620 LLDB_LOG(log, in RewriteObjCConstStrings()
630 LLDB_LOG(log, "NSString initializer's str element does not have an " in RewriteObjCConstStrings()
674 LLDB_LOG(log, "Found NSString constant {0}, which contains \"{1}\"", in RewriteObjCConstStrings()
677 LLDB_LOG(log, "Found NSString constant {0}, which contains \"\"", in RewriteObjCConstStrings()
684 LLDB_LOG(log, "Error rewriting the constant string"); in RewriteObjCConstStrings()
701 LLDB_LOG(log, in RewriteObjCConstStrings()
780 LLDB_LOG(log, "Found Objective-C selector reference \"{0}\"", in RewriteObjCSelector()
795 LLDB_LOG(log, "Found sel_registerName at {0}", sel_registerName_addr); in RewriteObjCSelector()
861 LLDB_LOG(log, "Couldn't rewrite a reference to an Objective-C selector"); in RewriteObjCSelectors()
937 LLDB_LOG(log, "Found Objective-C class reference \"{0}\"", in RewriteObjCClassReference()
952 LLDB_LOG(log, "Found objc_getClass at {0}", objc_getClass_addr); in RewriteObjCClassReference()
1011 LLDB_LOG(log, "Couldn't rewrite a reference to an Objective-C class"); in RewriteObjCClassReferences()
1079 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc), in RewritePersistentAlloc()
1103 LLDB_LOG(log, "Rejecting a numeric persistent variable."); in RewritePersistentAllocs()
1122 LLDB_LOG(log, "Couldn't rewrite the creation of a persistent variable"); in RewritePersistentAllocs()
1135 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr)); in MaybeHandleVariable()
1161 LLDB_LOG(log, "Found global variable \"{0}\" without metadata", in MaybeHandleVariable()
1205 LLDB_LOG(log, in MaybeHandleVariable()
1217 LLDB_LOG(log, "Function pointers aren't handled right now"); in MaybeHandleVariable()
1235 LLDB_LOG(log, "Symbol \"{0}\" had no address", name); in HandleSymbol()
1240 LLDB_LOG(log, "Found \"{0}\" at {1}", name, symbol_addr); in HandleSymbol()
1249 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol), in HandleSymbol()
1260 LLDB_LOG(log, "MaybeHandleCallArguments({0})", PrintValue(Old)); in MaybeHandleCallArguments()
1297 LLDB_LOG(log, "Found reference to Objective-C class {0} ({1})", name, in HandleObjCClass()
1382 LLDB_LOG(log, "Examining {0}, DeclForGlobalValue returns {1}", global_name, in ResolveExternals()
1599 LLDB_LOG(log, "Element arrangement:"); in ReplaceVariables()
1673 LLDB_LOG(log, "Arg: \"{0}\"", PrintValue(argument)); in ReplaceVariables()
1710 LLDB_LOG(log, " \"{0}\" (\"{1}\") placed at {2}", name, in ReplaceVariables()
1714 LLDB_LOG(log, " Replacing [{0}]", PrintValue(value)); in ReplaceVariables()
1765 LLDB_LOG(log, "Unhandled non-constant type: \"{0}\"", in ReplaceVariables()
1775 LLDB_LOG(log, "Total structure [align {0}, size {1}]", (int64_t)alignment, in ReplaceVariables()
1797 LLDB_LOG(log, "Module as passed in to IRForTarget: \n\"{0}\"", s); in runOnModule()
1805 LLDB_LOG(log, "Couldn't find \"{0}()\" in the module", m_func_name); in runOnModule()
1816 LLDB_LOG(log, "Couldn't fix the linkage for the function"); in runOnModule()
1836 LLDB_LOG(log, "CreateResultVariable() failed"); in runOnModule()
1852 LLDB_LOG(log, "Module after creating the result variable: \n\"{0}\"", s); in runOnModule()
1858 LLDB_LOG(log, "RemoveGuards() failed"); in runOnModule()
1866 LLDB_LOG(log, "RewritePersistentAllocs() failed"); in runOnModule()
1875 LLDB_LOG(log, "RemoveCXAAtExit() failed"); in runOnModule()
1889 LLDB_LOG(log, "RewriteObjCConstStrings() failed"); in runOnModule()
1899 LLDB_LOG(log, "RewriteObjCSelectors() failed"); in runOnModule()
1908 LLDB_LOG(log, "RewriteObjCClassReferences() failed"); in runOnModule()
1920 LLDB_LOG(log, "ResolveCalls() failed"); in runOnModule()
1935 LLDB_LOG(log, "ResolveExternals() failed"); in runOnModule()
1943 LLDB_LOG(log, "ReplaceVariables() failed"); in runOnModule()
1959 LLDB_LOG(log, "Module after preparing for execution: \n\"{0}\"", s); in runOnModule()