/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 360 LLDB_LOGF(log, "Made an allocation for argument %s", in MakeArgument() 362 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument() 363 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument() 532 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret() 538 LLDB_LOGF(log, "Saw function with body: %s", f.getName().str().c_str()); in CanInterpret() 546 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret() 567 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret() 588 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret() 651 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret() 663 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret() [all …]
|
H A D | ExpressionVariable.cpp | 56 LLDB_LOGF(log, "Registering JITted Functions:\n"); in RegisterExecutionUnit() 65 LLDB_LOGF(log, " Function: %s at 0x%" PRIx64 ".", in RegisterExecutionUnit() 71 LLDB_LOGF(log, "Registering JIIted Symbols:\n"); in RegisterExecutionUnit() 82 LLDB_LOGF(log, " Symbol: %s at 0x%" PRIx64 ".", in RegisterExecutionUnit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.cpp | 70 LLDB_LOGF(log, "%s null process provided", __FUNCTION__); in ResolveRendezvousAddress() 77 LLDB_LOGF(log, "%s info_location = 0x%" PRIx64, __FUNCTION__, info_location); in ResolveRendezvousAddress() 89 LLDB_LOGF(log, in ResolveRendezvousAddress() 99 LLDB_LOGF(log, in ResolveRendezvousAddress() 107 LLDB_LOGF(log, in ResolveRendezvousAddress() 116 LLDB_LOGF(log, "%s FAILED - invalid info address", __FUNCTION__); in UpdateExecutablePath() 120 LLDB_LOGF(log, "%s reading pointer (%" PRIu32 " bytes) from 0x%" PRIx64, in UpdateExecutablePath() 125 LLDB_LOGF(log, "%s FAILED - could not read from the info location: %s", in UpdateExecutablePath() 131 LLDB_LOGF(log, 147 LLDB_LOGF(lo in Resolve() [all...] |
H A D | DynamicLoaderPOSIXDYLD.cpp | 83 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s() pid %" PRIu64, __FUNCTION__, in DidAttach() 87 LLDB_LOGF( in DidAttach() 97 LLDB_LOGF(log, in DidAttach() 131 LLDB_LOGF(log, in DidAttach() 145 LLDB_LOGF(log, in DidAttach() 150 LLDB_LOGF(log, "-- [module] %s (pid %" PRIu64 ")", in DidAttach() 169 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s()", __FUNCTION__); in DidLaunch() 185 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s about to call ProbeEntry()", in DidLaunch() 224 LLDB_LOGF( in ProbeEntry() 232 LLDB_LOGF(log, in ProbeEntry() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | ObjectFileMinidump.cpp | 82 LLDB_LOGF(log, "AddHeaderAndCalculateDirectories failed: %s", in SaveCore() 88 LLDB_LOGF(log, "AddSystemInfo failed: %s", error.AsCString()); in SaveCore() 94 LLDB_LOGF(log, "AddModuleList failed: %s", error.AsCString()); in SaveCore() 99 LLDB_LOGF(log, "AddMiscInfo failed: %s", error.AsCString()); in SaveCore() 105 LLDB_LOGF(log, "AddThreadList failed: %s", error.AsCString()); in SaveCore() 111 LLDB_LOGF(log, "AddLinuxFileStreams failed: %s", error.AsCString()); in SaveCore() 118 LLDB_LOGF(log, "AddExceptions failed: %s", error.AsCString()); in SaveCore() 126 LLDB_LOGF(log, "AddMemoryList failed: %s", error.AsCString()); in SaveCore() 132 LLDB_LOGF(log, "DumpFile failed: %s", error.AsCString()); in SaveCore()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunction.cpp | 63 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this), in ConstructorSetup() 72 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this), in ConstructorSetup() 88 LLDB_LOGF(log, "ThreadPlanCallFunction(%p): %s.", static_cast<void *>(this), in ConstructorSetup() 180 LLDB_LOGF(log, in DoTakedown() 192 LLDB_LOGF(log, in DoTakedown() 201 LLDB_LOGF(log, in DoTakedown() 212 LLDB_LOGF(log, in DoTakedown() 280 LLDB_LOGF(log, "ThreadPlanCallFunction::PlanExplainsStop: The event is an " in DoPlanExplainsStop() 298 LLDB_LOGF(log, in DoPlanExplainsStop() 309 LLDB_LOGF(lo in DoPlanExplainsStop() [all...] |
H A D | ThreadPlanPython.cpp | 97 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in ShouldStop() 115 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in IsPlanStale() 133 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in DoPlanExplainsStop() 152 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in MischiefManaged() 170 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in GetPlanRunState() 180 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in GetDescription() 209 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in WillStop()
|
H A D | UnwindLLDB.cpp | 107 LLDB_LOGF(log, "th%d Unwind of this thread is complete.", in AddFirstFrame() 143 LLDB_LOGF(log, in GetOneMoreFrame() 164 LLDB_LOGF(log, "%*sFrame %d did not get a RegisterContext, stopping.", in GetOneMoreFrame() 183 LLDB_LOGF(log, in GetOneMoreFrame() 203 LLDB_LOGF(log, in GetOneMoreFrame() 231 LLDB_LOGF(log, in GetOneMoreFrame() 237 LLDB_LOGF(log, in GetOneMoreFrame() 259 LLDB_LOGF(log, in GetOneMoreFrame() 283 LLDB_LOGF(log, "%*sFrame %d did not get a valid PC, stopping stack walk", in GetOneMoreFrame() 290 LLDB_LOGF(log, in GetOneMoreFrame() [all …]
|
H A D | ThreadPlanStepInRange.cpp | 135 LLDB_LOGF(log, "ThreadPlanStepInRange reached %s.", s.GetData()); in ShouldStop() 185 LLDB_LOGF(log, in ShouldStop() 188 LLDB_LOGF(log, "ShouldStopHere no plan to step out of this frame."); in ShouldStop() 191 LLDB_LOGF( in ShouldStop() 226 LLDB_LOGF(log, "Found a step through plan: %s", in ShouldStop() 229 LLDB_LOGF(log, "No step through plan found."); in ShouldStop() 274 LLDB_LOGF(log, "Pushing past prologue "); in ShouldStop() 345 LLDB_LOGF(GetLog(LLDBLog::Step), in FrameMatchesAvoidCriteria() 395 LLDB_LOGF(log, in DefaultShouldStopHereCallback() 469 LLDB_LOGF(log, in DoWillResume()
|
H A D | ThreadPlanStepInstruction.cpp | 120 LLDB_LOGF(log, in IsPlanStale() 134 LLDB_LOGF( in ShouldStop() 175 LLDB_LOGF(log, in ShouldStop() 194 LLDB_LOGF(log, "%s.", s.GetData()); in ShouldStop() 215 LLDB_LOGF(log, "Could not find previous frame, stopping."); in ShouldStop() 248 LLDB_LOGF(log, "Completed single instruction step plan."); in MischiefManaged()
|
H A D | ThreadPlanStepRange.cpp | 72 LLDB_LOGF(log, "ThreadPlanStepRange::ShouldReportStop() returning vote %i\n", in ShouldReportStop() 139 LLDB_LOGF( in InRange() 158 LLDB_LOGF(log, in InRange() 181 LLDB_LOGF(log, in InRange() 192 LLDB_LOGF(log, "Step range plan out of range to 0x%" PRIx64, pc_load_addr); in InRange() 299 LLDB_LOGF(log, "Removing next branch breakpoint: %d.", in ClearNextBranchBreakpoint() 371 LLDB_LOGF(log, in SetNextBranchBreakpoint() 416 LLDB_LOGF(log, in NextRangeBreakpointExplainsStop() 459 LLDB_LOGF(log, "Completed step through range plan."); in MischiefManaged() 474 LLDB_LOGF(log, "ThreadPlanStepRange::IsPlanStale returning true, we've " in IsPlanStale()
|
H A D | Process.cpp | 484 LLDB_LOGF(log, "%p Process::Process()", static_cast<void *>(this)); in Process() 536 LLDB_LOGF(log, "%p Process::~Process()", static_cast<void *>(this)); in ~Process() 702 LLDB_LOGF(log, in WaitForProcessToStop() 1020 LLDB_LOGF(log, "Process::%s...", __FUNCTION__); in PeekAtStateChangedEvents() 1027 LLDB_LOGF(log, "Process::%s (event_ptr) => %s", __FUNCTION__, in PeekAtStateChangedEvents() 1030 LLDB_LOGF(log, "Process::%s no events found", __FUNCTION__); in PeekAtStateChangedEvents() 1150 LLDB_LOGF(log, in SetProcessExitStatus() 1352 LLDB_LOGF(log, "(plugin = %s, state = %s, restarted = %i)", in SetPublicState() 1362 LLDB_LOGF(log, in SetPublicState() 1370 LLDB_LOGF(log, "(plugin = %s, state = %s) -- unlocking run lock", in SetPublicState() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | HexagonDYLDRendezvous.cpp | 345 LLDB_LOGF(log, " Address: %" PRIx64, GetRendezvousAddress()); in DumpToLog() 346 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog() 347 LLDB_LOGF(log, " Link : %" PRIx64, GetLinkMapAddress()); in DumpToLog() 348 LLDB_LOGF(log, " Break : %" PRIx64, GetBreakAddress()); in DumpToLog() 349 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog() 350 LLDB_LOGF(log, " State : %s", in DumpToLog() 363 LLDB_LOGF(log, "\n SOEntry [%d] %s", i, I->path.c_str()); in DumpToLog() 364 LLDB_LOGF(log, " Base : %" PRIx64, I->base_addr); in DumpToLog() 365 LLDB_LOGF(log, " Path : %" PRIx64, I->path_addr); in DumpToLog() 366 LLDB_LOGF(log, " Dyn : %" PRIx64, I->dyn_addr); in DumpToLog() [all …]
|
H A D | DynamicLoaderHexagonDYLD.cpp | 272 LLDB_LOGF(log, "Unable to locate _rtld_debug_state breakpoint address"); in SetRendezvousBreakpoint() 295 LLDB_LOGF(log, "Failed to create _rtld_debug_state breakpoint"); in SetRendezvousBreakpoint() 310 LLDB_LOGF(log, "Rendezvous breakpoint hit!"); in RendezvousBreakpointHit() 326 LLDB_LOGF(log, "Found _rtld_debug structure @ 0x%08" PRIx64, structAddr); in RendezvousBreakpointHit() 328 LLDB_LOGF(log, "Unable to resolve the _rtld_debug structure"); in RendezvousBreakpointHit() 366 LLDB_LOGF(log, "Target is loading '%s'", I->path.c_str()); in RefreshModules() 368 LLDB_LOGF(log, "LLDB failed to load '%s'", I->path.c_str()); in RefreshModules() 370 LLDB_LOGF(log, "LLDB successfully loaded '%s'", I->path.c_str()); in RefreshModules() 391 LLDB_LOGF(log, "Target is unloading '%s'", I->path.c_str()); in RefreshModules() 458 LLDB_LOGF( in LoadAllCurrentModules() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 39 LLDB_LOGF(log, in FindExternalVisibleDeclsByName() 75 LLDB_LOGF(log, in CompleteType() 92 LLDB_LOGF(log, in CompleteType() 99 LLDB_LOGF(log, " AOEAS::CT Before:"); in CompleteType() 106 LLDB_LOGF(log, " [CT] After:"); in CompleteType() 446 LLDB_LOGF(log, "[ AOTV::FD] Instance method [%s] [%s]", name, types); in FinishDecl() 464 LLDB_LOGF(log, "[ AOTV::FD] Class method [%s] [%s]", name, types); in FinishDecl() 480 LLDB_LOGF(log, in FinishDecl() 505 LLDB_LOGF(log, in FinishDecl() 515 LLDB_LOGF( in FinishDecl() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectSyntheticFilter.cpp | 99 LLDB_LOGF(log, in CalculateNumChildren() 112 LLDB_LOGF(log, in CalculateNumChildren() 180 LLDB_LOGF(log, in UpdateValue() 191 LLDB_LOGF(log, in UpdateValue() 213 LLDB_LOGF(log, in UpdateValue() 224 LLDB_LOGF(log, in UpdateValue() 232 LLDB_LOGF(log, in UpdateValue() 251 LLDB_LOGF(log, in GetChildAtIndex() 270 LLDB_LOGF(log, in GetChildAtIndex() 277 LLDB_LOGF( in GetChildAtIndex() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1075 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() called with json: %s", in HandleArrivalOfStructuredData() 1081 LLDB_LOGF(log, in HandleArrivalOfStructuredData() 1102 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() broadcasting event", in HandleArrivalOfStructuredData() 1215 LLDB_LOGF(log, "StructuredDataDarwinLog::%s called (process uid %u)", in ModulesDidLoad() 1223 LLDB_LOGF(log, in ModulesDidLoad() 1234 LLDB_LOGF(log, in ModulesDidLoad() 1249 LLDB_LOGF(log, in ModulesDidLoad() 1273 LLDB_LOGF(log, in ModulesDidLoad() 1284 LLDB_LOGF(log, in ModulesDidLoad() 1464 LLDB_LOGF(lo in InitCompletionHookCallback() [all...] |
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 60 LLDB_LOGF(log, "%p ConnectionFileDescriptor::ConnectionFileDescriptor ()", in ConnectionFileDescriptor() 71 LLDB_LOGF(log, in ConnectionFileDescriptor() 86 LLDB_LOGF(log, "%p ConnectionFileDescriptor::~ConnectionFileDescriptor ()", in ~ConnectionFileDescriptor() 99 LLDB_LOGF(log, in OpenCommandPipe() 104 LLDB_LOGF(log, in OpenCommandPipe() 114 LLDB_LOGF(log, "%p ConnectionFileDescriptor::CloseCommandPipe()", in CloseCommandPipe() 136 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Connect (url = '%s')", in Connect() 193 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Disconnect ()", in Disconnect() 199 LLDB_LOGF( in Disconnect() 215 LLDB_LOGF(lo in Disconnect() [all...] |
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 97 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch); in SendAck() 107 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %c", (uint64_t)bytes_written, ch); in SendNack() 189 LLDB_LOGF(log, "<%4" PRIu64 "> send packet: %.*s", in SendRawPacketNoLock() 202 LLDB_LOGF(log, "error: failed to send packet: %.*s", (int)packet_length, in SendRawPacketNoLock() 466 LLDB_LOGF(log, in DecompressPacket() 626 LLDB_LOGF(log, "GDBRemoteCommunication::%s adding %u bytes: %.*s", in CheckForPacket() 708 LLDB_LOGF(log, "GDBRemoteCommunication::%s tossing %u junk bytes: '%.*s'", in CheckForPacket() 773 LLDB_LOGF(log, "<%4" PRIu64 ":%" PRIu64 "> read packet: %.*s", in CheckForPacket() 777 LLDB_LOGF(log, "<%4" PRIu64 "> read packet: %.*s", in CheckForPacket() 803 LLDB_LOGF(log, in CheckForPacket() [all …]
|
H A D | GDBRemoteClientBase.cpp | 90 LLDB_LOGF(log, "GDBRemoteClientBase::%s () ReadPacket(...) => false", in SendContinuePacketAndWaitForResponse() 98 LLDB_LOGF(log, "GDBRemoteClientBase::%s () got packet: %s", __FUNCTION__, in SendContinuePacketAndWaitForResponse() 109 LLDB_LOGF(log, "GDBRemoteClientBase::%s () unrecognized async packet", in SendContinuePacketAndWaitForResponse() 187 LLDB_LOGF(log, in SendPacketAndWaitForResponse() 222 LLDB_LOGF(log, in SendPacketAndReceiveResponseWithOutputSupport() 255 LLDB_LOGF( in SendPacketAndWaitForResponseNoLock() 329 LLDB_LOGF(log, "GDBRemoteClientBase::ContinueLock::%s() resuming with %s", in lock() 337 LLDB_LOGF(log, "GDBRemoteClientBase::ContinueLock::%s() cancelled", in lock() 382 LLDB_LOGF(log, "GDBRemoteClientBase::Lock::Lock failed to send " in SyncWithContinueThread()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 316 LLDB_LOGF(log, in LaunchProcess() 324 LLDB_LOGF(log, in LaunchProcess() 345 LLDB_LOGF(log, "GDBRemoteCommunicationServerLLGS::%s pid %" PRIu64, in AttachToProcess() 373 LLDB_LOGF(log, in AttachToProcess() 381 LLDB_LOGF(log, in AttachToProcess() 465 LLDB_LOGF(log, in InitializeDelegate() 664 LLDB_LOGF(log, in GetRegistersAsJSON() 677 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in GetRegistersAsJSON() 745 LLDB_LOGF(log, in GetJSONThreadsInfo() 905 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in PrepareStopReplyPacketForThread() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 87 LLDB_LOGF(log, "Spotlight lookup for .dSYM bundles is disabled."); in LocateExecutableObjectFile() 147 LLDB_LOGF(log, in LocateExecutableObjectFile() 169 LLDB_LOGF(log, in LocateExecutableObjectFile() 196 LLDB_LOGF(log, "using original binary filepath %s for UUID %s", in LocateExecutableObjectFile() 214 LLDB_LOGF(log, in LocateExecutableObjectFile() 230 LLDB_LOGF(log, "plist bundle has exec path of %s for UUID %s", in LocateExecutableObjectFile() 250 LLDB_LOGF(log, in LocateExecutableObjectFile() 280 LLDB_LOGF(log, in LocateExecutableObjectFile() 308 LLDB_LOGF(log, in LocateExecutableObjectFile() 479 LLDB_LOGF(log, "dSYM with matching UUID & arch found at %s", in LocateDSYMInVincinityOfExecutable() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 62 LLDB_LOGF(log, "TransformTopLevelDecl(%s)", in TransformTopLevelDecl() 65 LLDB_LOGF(log, "TransformTopLevelDecl(%s)", in TransformTopLevelDecl() 68 LLDB_LOGF(log, "TransformTopLevelDecl(<complex>)"); in TransformTopLevelDecl() 134 LLDB_LOGF(log, "Untransformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult() 150 LLDB_LOGF(log, "Transformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult() 174 LLDB_LOGF(log, "Untransformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult() 194 LLDB_LOGF(log, "Transformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult() 326 LLDB_LOGF(log, "Last statement is an %s with type: %s", in SynthesizeBodyResult() 481 LLDB_LOGF(log, "Couldn't commit persistent decl: %s\n", s.c_str()); in CommitPersistentDecls()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Listener.cpp | 22 LLDB_LOGF(GetLog(LLDBLog::Object), "%p Listener::Listener('%s')", in Listener() 29 LLDB_LOGF(GetLog(LLDBLog::Object), "%p Listener::%s('%s')", in ~Listener() 54 LLDB_LOGF(log, "%p Listener::%s('%s')", static_cast<void *>(this), in Clear() 75 LLDB_LOGF(log, in StartListeningForEvents() 106 LLDB_LOGF(log, in StartListeningForEvents() 170 LLDB_LOGF(log, "%p Listener('%s')::AddEvent (event_sp = {%p})", in AddEvent() 209 LLDB_LOGF(log, in FindNextEventInternal() 281 LLDB_LOGF(log, "%p Listener::GetEventInternal() timed out for %s", in GetEventInternal() 286 LLDB_LOGF(log, "%p Listener::GetEventInternal() unknown error for %s", in GetEventInternal()
|