/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 332 LLDB_LOGF(log, "Made an allocation for argument %s", in MakeArgument() 334 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument() 335 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument() 494 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret() 507 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret() 528 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret() 548 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret() 600 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret() 612 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret() 620 LLDB_LOGF(log, "Unsupported constant: %s", in CanInterpret() [all …]
|
D | ExpressionVariable.cpp | 48 LLDB_LOGF(log, "Registering JITted Functions:\n"); in RegisterExecutionUnit() 57 LLDB_LOGF(log, " Function: %s at 0x%" PRIx64 ".", in RegisterExecutionUnit() 63 LLDB_LOGF(log, "Registering JIIted Symbols:\n"); in RegisterExecutionUnit() 74 LLDB_LOGF(log, " Symbol: %s at 0x%" PRIx64 ".", in RegisterExecutionUnit()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.cpp | 36 LLDB_LOGF(log, "%s null process provided", __FUNCTION__); in ResolveRendezvousAddress() 43 LLDB_LOGF(log, "%s info_location = 0x%" PRIx64, __FUNCTION__, info_location); in ResolveRendezvousAddress() 55 LLDB_LOGF(log, in ResolveRendezvousAddress() 59 LLDB_LOGF(log, in ResolveRendezvousAddress() 68 LLDB_LOGF(log, "%s FAILED - invalid info address", __FUNCTION__); in ResolveRendezvousAddress() 72 LLDB_LOGF(log, "%s reading pointer (%" PRIu32 " bytes) from 0x%" PRIx64, in ResolveRendezvousAddress() 77 LLDB_LOGF(log, "%s FAILED - could not read from the info location: %s", in ResolveRendezvousAddress() 83 LLDB_LOGF(log, in ResolveRendezvousAddress() 106 LLDB_LOGF(log, "DYLDRendezvous::%s exe module executable path set: '%s'", in DYLDRendezvous() 109 LLDB_LOGF(log, in DYLDRendezvous() [all …]
|
D | DynamicLoaderPOSIXDYLD.cpp | 90 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s() pid %" PRIu64, __FUNCTION__, in DidAttach() 94 LLDB_LOGF( in DidAttach() 107 LLDB_LOGF(log, in DidAttach() 141 LLDB_LOGF(log, in DidAttach() 155 LLDB_LOGF(log, in DidAttach() 160 LLDB_LOGF(log, "-- [module] %s (pid %" PRIu64 ")", in DidAttach() 179 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s()", __FUNCTION__); in DidLaunch() 195 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s about to call ProbeEntry()", in DidLaunch() 230 LLDB_LOGF( in ProbeEntry() 238 LLDB_LOGF(log, in ProbeEntry() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 62 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this), in ConstructorSetup() 71 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this), in ConstructorSetup() 87 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this), in ConstructorSetup() 173 LLDB_LOGF(log, in DoTakedown() 185 LLDB_LOGF(log, in DoTakedown() 194 LLDB_LOGF(log, in DoTakedown() 205 LLDB_LOGF(log, in DoTakedown() 274 LLDB_LOGF(log, "ThreadPlanCallFunction::PlanExplainsStop: The event is an " in DoPlanExplainsStop() 292 LLDB_LOGF(log, in DoPlanExplainsStop() 303 LLDB_LOGF(log, "ThreadPlanCallFunction::PlanExplainsStop hit an " in DoPlanExplainsStop() [all …]
|
D | ThreadPlanPython.cpp | 79 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in ShouldStop() 98 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in IsPlanStale() 117 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in DoPlanExplainsStop() 136 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in MischiefManaged() 151 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in GetPlanRunState() 173 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in WillStop()
|
D | UnwindLLDB.cpp | 106 LLDB_LOGF(log, "th%d Unwind of this thread is complete.", in AddFirstFrame() 142 LLDB_LOGF(log, in GetOneMoreFrame() 163 LLDB_LOGF(log, "%*sFrame %d did not get a RegisterContext, stopping.", in GetOneMoreFrame() 182 LLDB_LOGF(log, in GetOneMoreFrame() 202 LLDB_LOGF(log, in GetOneMoreFrame() 230 LLDB_LOGF(log, in GetOneMoreFrame() 236 LLDB_LOGF(log, in GetOneMoreFrame() 258 LLDB_LOGF(log, in GetOneMoreFrame() 277 LLDB_LOGF(log, "%*sFrame %d did not get a valid PC, stopping stack walk", in GetOneMoreFrame() 284 LLDB_LOGF(log, in GetOneMoreFrame() [all …]
|
D | Process.cpp | 567 LLDB_LOGF(log, "%p Process::Process()", static_cast<void *>(this)); in Process() 617 LLDB_LOGF(log, "%p Process::~Process()", static_cast<void *>(this)); in ~Process() 805 LLDB_LOGF(log, in WaitForProcessToStop() 1100 LLDB_LOGF(log, "Process::%s...", __FUNCTION__); in PeekAtStateChangedEvents() 1107 LLDB_LOGF(log, "Process::%s (event_ptr) => %s", __FUNCTION__, in PeekAtStateChangedEvents() 1110 LLDB_LOGF(log, "Process::%s no events found", __FUNCTION__); in PeekAtStateChangedEvents() 1174 LLDB_LOGF( in SetExitStatus() 1180 LLDB_LOGF(log, "Process::SetExitStatus () ignoring exit status because " in SetExitStatus() 1229 LLDB_LOGF(log, in SetProcessExitStatus() 1414 LLDB_LOGF(log, "Process::SetPublicState (state = %s, restarted = %i)", in SetPublicState() [all …]
|
D | ThreadPlanStepInRange.cpp | 134 LLDB_LOGF(log, "ThreadPlanStepInRange reached %s.", s.GetData()); in ShouldStop() 184 LLDB_LOGF(log, in ShouldStop() 187 LLDB_LOGF(log, "ShouldStopHere no plan to step out of this frame."); in ShouldStop() 190 LLDB_LOGF( in ShouldStop() 225 LLDB_LOGF(log, "Found a step through plan: %s", in ShouldStop() 228 LLDB_LOGF(log, "No step through plan found."); in ShouldStop() 273 LLDB_LOGF(log, "Pushing past prologue "); in ShouldStop() 348 LLDB_LOGF(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP), in FrameMatchesAvoidCriteria() 399 LLDB_LOGF(log, in DefaultShouldStopHereCallback() 473 LLDB_LOGF(log, in DoWillResume()
|
D | ThreadPlanStepInstruction.cpp | 119 LLDB_LOGF(log, in IsPlanStale() 133 LLDB_LOGF( in ShouldStop() 174 LLDB_LOGF(log, in ShouldStop() 193 LLDB_LOGF(log, "%s.", s.GetData()); in ShouldStop() 214 LLDB_LOGF(log, "Could not find previous frame, stopping."); in ShouldStop() 247 LLDB_LOGF(log, "Completed single instruction step plan."); in MischiefManaged()
|
D | ThreadPlanStepRange.cpp | 71 LLDB_LOGF(log, "ThreadPlanStepRange::ShouldReportStop() returning vote %i\n", in ShouldReportStop() 137 LLDB_LOGF( in InRange() 156 LLDB_LOGF(log, in InRange() 179 LLDB_LOGF(log, in InRange() 190 LLDB_LOGF(log, "Step range plan out of range to 0x%" PRIx64, pc_load_addr); in InRange() 298 LLDB_LOGF(log, "Removing next branch breakpoint: %d.", in ClearNextBranchBreakpoint() 370 LLDB_LOGF(log, in SetNextBranchBreakpoint() 415 LLDB_LOGF(log, in NextRangeBreakpointExplainsStop() 458 LLDB_LOGF(log, "Completed step through range plan."); in MischiefManaged() 473 LLDB_LOGF(log, "ThreadPlanStepRange::IsPlanStale returning true, we've " in IsPlanStale()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.cpp | 143 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 " '%s'", in GetArgsX86() 177 LLDB_LOGF(log, "%s - stack misaligned", __FUNCTION__); in GetArgsX86_64() 216 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s", in GetArgsX86_64() 260 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s", in GetArgsArm() 286 LLDB_LOGF(log, "%s - reading arguments spilled to stack not implemented", in GetArgsAarch64() 291 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64, __FUNCTION__, in GetArgsAarch64() 336 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s", in GetArgsMipsel() 383 LLDB_LOGF(log, "%s - error reading argument: %" PRIu64 ", reason: %s", in GetArgsMips64el() 396 LLDB_LOGF(log, "%s - invalid target", __FUNCTION__); in GetArgs() 426 LLDB_LOGF(log, "%s - architecture not supported: '%s'", __FUNCTION__, in GetArgs() [all …]
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | HexagonDYLDRendezvous.cpp | 343 LLDB_LOGF(log, " Address: %" PRIx64, GetRendezvousAddress()); in DumpToLog() 344 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog() 345 LLDB_LOGF(log, " Link : %" PRIx64, GetLinkMapAddress()); in DumpToLog() 346 LLDB_LOGF(log, " Break : %" PRIx64, GetBreakAddress()); in DumpToLog() 347 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog() 348 LLDB_LOGF(log, " State : %s", in DumpToLog() 361 LLDB_LOGF(log, "\n SOEntry [%d] %s", i, I->path.c_str()); in DumpToLog() 362 LLDB_LOGF(log, " Base : %" PRIx64, I->base_addr); in DumpToLog() 363 LLDB_LOGF(log, " Path : %" PRIx64, I->path_addr); in DumpToLog() 364 LLDB_LOGF(log, " Dyn : %" PRIx64, I->dyn_addr); in DumpToLog() [all …]
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1099 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() called with json: %s", in HandleArrivalOfStructuredData() 1105 LLDB_LOGF(log, in HandleArrivalOfStructuredData() 1114 LLDB_LOGF(log, in HandleArrivalOfStructuredData() 1128 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() broadcasting event", in HandleArrivalOfStructuredData() 1242 LLDB_LOGF(log, "StructuredDataDarwinLog::%s called (process uid %u)", in ModulesDidLoad() 1250 LLDB_LOGF(log, in ModulesDidLoad() 1261 LLDB_LOGF(log, in ModulesDidLoad() 1276 LLDB_LOGF(log, in ModulesDidLoad() 1302 LLDB_LOGF(log, in ModulesDidLoad() 1314 LLDB_LOGF(log, in ModulesDidLoad() [all …]
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 92 LLDB_LOGF(log, in CalculateNumChildren() 100 LLDB_LOGF(log, in CalculateNumChildren() 168 LLDB_LOGF(log, in UpdateValue() 179 LLDB_LOGF(log, in UpdateValue() 201 LLDB_LOGF(log, in UpdateValue() 212 LLDB_LOGF(log, in UpdateValue() 220 LLDB_LOGF(log, in UpdateValue() 239 LLDB_LOGF(log, in GetChildAtIndex() 258 LLDB_LOGF(log, in GetChildAtIndex() 265 LLDB_LOGF( in GetChildAtIndex() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteClientBase.cpp | 66 LLDB_LOGF(log, "GDBRemoteClientBase::%s () ReadPacket(...) => false", in SendContinuePacketAndWaitForResponse() 74 LLDB_LOGF(log, "GDBRemoteClientBase::%s () got packet: %s", __FUNCTION__, in SendContinuePacketAndWaitForResponse() 85 LLDB_LOGF(log, "GDBRemoteClientBase::%s () unrecognized async packet", in SendContinuePacketAndWaitForResponse() 162 LLDB_LOGF(log, in SendPacketAndWaitForResponse() 181 LLDB_LOGF(log, in SendPacketAndReceiveResponseWithOutputSupport() 214 LLDB_LOGF( in SendPacketAndWaitForResponseNoLock() 228 LLDB_LOGF(log, "GDBRemoteCommunicationClient::%s ()", __FUNCTION__); in SendvContPacket() 233 LLDB_LOGF(log, in SendvContPacket() 313 LLDB_LOGF(log, "GDBRemoteClientBase::ContinueLock::%s() resuming with %s", in lock() 321 LLDB_LOGF(log, "GDBRemoteClientBase::ContinueLock::%s() cancelled", in lock() [all …]
|
D | GDBRemoteCommunication.cpp | 106 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch); in SendAck() 116 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch); in SendNack() 175 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %.*s", in SendRawPacketNoLock() 188 LLDB_LOGF(log, "error: failed to send packet: %.*s", (int)packet_length, in SendRawPacketNoLock() 491 LLDB_LOGF(log, in DecompressPacket() 652 LLDB_LOGF(log, "GDBRemoteCommunication::%s adding %u bytes: %.*s", in CheckForPacket() 734 LLDB_LOGF(log, "GDBRemoteCommunication::%s tossing %u junk bytes: '%.*s'", in CheckForPacket() 799 LLDB_LOGF(log, "<%4" PRIu64 ":%" PRIu64 "> read packet: %.*s", in CheckForPacket() 803 LLDB_LOGF(log, "<%4" PRIu64 "> read packet: %.*s", in CheckForPacket() 829 LLDB_LOGF(log, in CheckForPacket() [all …]
|
D | GDBRemoteCommunicationServerLLGS.cpp | 265 LLDB_LOGF(log, in LaunchProcess() 273 LLDB_LOGF(log, in LaunchProcess() 294 LLDB_LOGF(log, "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64, in AttachToProcess() 319 LLDB_LOGF(log, in AttachToProcess() 327 LLDB_LOGF(log, in AttachToProcess() 342 LLDB_LOGF(log, in InitializeDelegate() 528 LLDB_LOGF(log, in GetRegistersAsJSON() 541 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in GetRegistersAsJSON() 606 LLDB_LOGF(log, in GetJSONThreadsInfo() 777 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in SendStopReplyPacketForThread() [all …]
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwinKernel.cpp | 83 LLDB_LOGF(log, "PlatformDarwinKernel::%s(force=%s, arch={%s,%s})", in CreateInstance() 92 LLDB_LOGF(log, in CreateInstance() 157 LLDB_LOGF(log, "PlatformDarwinKernel::%s() creating platform", in CreateInstance() 163 LLDB_LOGF(log, "PlatformDarwinKernel::%s() aborting creation of platform", in CreateInstance() 294 LLDB_LOGF(log, "\nkexts with dSYMs"); in GetStatus() 296 LLDB_LOGF(log, "%s", pos.second.GetPath().c_str()); in GetStatus() 298 LLDB_LOGF(log, "\nkexts without dSYMs"); in GetStatus() 301 LLDB_LOGF(log, "%s", pos.second.GetPath().c_str()); in GetStatus() 303 LLDB_LOGF(log, "\nkernel binaries with dSYMS"); in GetStatus() 305 LLDB_LOGF(log, "%s", fs.GetPath().c_str()); in GetStatus() [all …]
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetItemInfoHandler.cpp | 154 LLDB_LOGF(log, "No get-item-info introspection code found."); in SetupGetItemInfoFunction() 176 LLDB_LOGF(log, "Error Inserting get-item-info function: \"%s\".", in SetupGetItemInfoFunction() 184 LLDB_LOGF(log, "Failed to get get-item-info introspection caller."); in SetupGetItemInfoFunction() 201 LLDB_LOGF(log, "Error writing get-item-info function arguments."); in SetupGetItemInfoFunction() 230 LLDB_LOGF(log, "Not safe to call functions on thread 0x%" PRIx64, in GetItemInfo() 288 LLDB_LOGF(log, "Failed to allocate memory for return buffer for get " in GetItemInfo() 343 LLDB_LOGF(log, "Could not retrieve function caller for " in GetItemInfo() 353 LLDB_LOGF(log, in GetItemInfo() 379 LLDB_LOGF(log, in GetItemInfo()
|
D | AppleGetPendingItemsHandler.cpp | 160 LLDB_LOGF(log, "No pending-items introspection code found."); in SetupGetPendingItemsFunction() 175 LLDB_LOGF(log, in SetupGetPendingItemsFunction() 188 LLDB_LOGF(log, "Failed to get get_pending_items_caller."); in SetupGetPendingItemsFunction() 200 LLDB_LOGF(log, "Error writing pending-items function arguments."); in SetupGetPendingItemsFunction() 230 LLDB_LOGF(log, "Not safe to call functions on thread 0x%" PRIx64, in GetPendingItems() 291 LLDB_LOGF(log, "Failed to allocate memory for return buffer for get " in GetPendingItems() 349 LLDB_LOGF(log, in GetPendingItems() 383 LLDB_LOGF(log, in GetPendingItems()
|
/external/llvm-project/lldb/source/Host/linux/ |
D | HostInfoLinux.cpp | 91 LLDB_LOGF(log, "attempting to determine Linux distribution..."); in GetDistributionId() 102 LLDB_LOGF(log, "executable doesn't exist: %s", in GetDistributionId() 113 LLDB_LOGF(log, in GetDistributionId() 124 LLDB_LOGF(log, "distribution id command returned \"%s\"", in GetDistributionId() 140 LLDB_LOGF(log, "distribution id set to \"%s\"", in GetDistributionId() 143 LLDB_LOGF(log, "failed to find \"%s\" field in \"%s\"", in GetDistributionId() 147 LLDB_LOGF(log, in GetDistributionId()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCDeclVendor.cpp | 38 LLDB_LOGF(log, in FindExternalVisibleDeclsByName() 74 LLDB_LOGF(log, in CompleteType() 93 LLDB_LOGF(log, in CompleteType() 100 LLDB_LOGF(log, " AOEAS::CT Before:"); in CompleteType() 107 LLDB_LOGF(log, " [CT] After:"); in CompleteType() 448 LLDB_LOGF(log, "[ AOTV::FD] Instance method [%s] [%s]", name, types); in FinishDecl() 466 LLDB_LOGF(log, "[ AOTV::FD] Class method [%s] [%s]", name, types); in FinishDecl() 482 LLDB_LOGF(log, in FinishDecl() 517 LLDB_LOGF( in FinishDecl() 534 LLDB_LOGF(log, "AppleObjCDeclVendor::FindDecls ('%s', %s, %u, )", in FindDecls() [all …]
|
/external/llvm-project/lldb/source/Host/posix/ |
D | ConnectionFileDescriptorPosix.cpp | 83 LLDB_LOGF(log, "%p ConnectionFileDescriptor::ConnectionFileDescriptor ()", in ConnectionFileDescriptor() 95 LLDB_LOGF(log, in ConnectionFileDescriptor() 111 LLDB_LOGF(log, "%p ConnectionFileDescriptor::~ConnectionFileDescriptor ()", in ~ConnectionFileDescriptor() 124 LLDB_LOGF(log, in OpenCommandPipe() 129 LLDB_LOGF(log, in OpenCommandPipe() 139 LLDB_LOGF(log, "%p ConnectionFileDescriptor::CloseCommandPipe()", in CloseCommandPipe() 154 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Connect (url = '%s')", in Connect() 297 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Disconnect ()", in Disconnect() 303 LLDB_LOGF( in Disconnect() 323 LLDB_LOGF(log, in Disconnect() [all …]
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ASTResultSynthesizer.cpp | 61 LLDB_LOGF(log, "TransformTopLevelDecl(%s)", in TransformTopLevelDecl() 64 LLDB_LOGF(log, "TransformTopLevelDecl(%s)", in TransformTopLevelDecl() 67 LLDB_LOGF(log, "TransformTopLevelDecl(<complex>)"); in TransformTopLevelDecl() 133 LLDB_LOGF(log, "Untransformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult() 149 LLDB_LOGF(log, "Transformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult() 173 LLDB_LOGF(log, "Untransformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult() 193 LLDB_LOGF(log, "Transformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult() 300 LLDB_LOGF(log, "Last statement is an %s with type: %s", in SynthesizeBodyResult() 414 LLDB_LOGF(log, "Recording persistent type %s\n", name_cs.GetCString()); in MaybeRecordPersistentType() 434 LLDB_LOGF(log, "Recording persistent decl %s\n", name_cs.GetCString()); in RecordPersistentDecl() [all …]
|