Home
last modified time | relevance | path

Searched refs:LLDB_LOGF (Results 1 – 25 of 148) sorted by relevance

123456

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp358 LLDB_LOGF(log, "Made an allocation for argument %s", in MakeArgument()
360 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument()
361 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument()
530 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret()
535 LLDB_LOGF(log, "Saw function with body: %s", f.getName().str().c_str()); in CanInterpret()
543 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
563 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret()
584 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret()
647 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
660 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
[all …]
H A DExpressionVariable.cpp57 LLDB_LOGF(log, "Registering JITted Functions:\n"); in RegisterExecutionUnit()
66 LLDB_LOGF(log, " Function: %s at 0x%" PRIx64 ".", in RegisterExecutionUnit()
72 LLDB_LOGF(log, "Registering JIIted Symbols:\n"); in RegisterExecutionUnit()
83 LLDB_LOGF(log, " Symbol: %s at 0x%" PRIx64 ".", in RegisterExecutionUnit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp70 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 DDynamicLoaderPOSIXDYLD.cpp86 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s() pid %" PRIu64, __FUNCTION__, in DidAttach()
90 LLDB_LOGF( in DidAttach()
100 LLDB_LOGF(log, in DidAttach()
119 LLDB_LOGF(log, in DidAttach()
133 LLDB_LOGF(log, in DidAttach()
138 LLDB_LOGF(log, "-- [module] %s (pid %" PRIu64 ")", in DidAttach()
157 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s()", __FUNCTION__); in DidLaunch()
173 LLDB_LOGF(log, "DynamicLoaderPOSIXDYLD::%s about to call ProbeEntry()", in DidLaunch()
233 LLDB_LOGF( in ProbeEntry()
241 LLDB_LOGF(log, in ProbeEntry()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp87 LLDB_LOGF( in PushNewWithTimeout()
116 LLDB_LOGF( in ResumeFromPrevState()
125 LLDB_LOGF(log, "ThreadPlanSingleThreadTimeout::WillStop()."); in WillStop()
136 LLDB_LOGF(log, "ThreadPlanSingleThreadTimeout::DidPop()."); in DidPop()
148 LLDB_LOGF(log, in DoPlanExplainsStop()
167 LLDB_LOGF( in TimeoutThreadFunc()
174 LLDB_LOGF(log, in TimeoutThreadFunc()
186 LLDB_LOGF(log, "ThreadPlanSingleThreadTimeout::MischiefManaged() called."); in MischiefManaged()
212 LLDB_LOGF(log, in IsTimeoutAsyncInterrupt()
229 LLDB_LOGF(log, in HandleEvent()
[all …]
H A DThreadPlanCallFunction.cpp63 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()
185 LLDB_LOGF( in DoTakedown()
192 LLDB_LOGF(log, in DoTakedown()
203 LLDB_LOGF(log, in DoTakedown()
212 LLDB_LOGF(log, in DoTakedown()
223 LLDB_LOGF(log, in DoTakedown()
291 LLDB_LOGF(log, "ThreadPlanCallFunction::PlanExplainsStop: The event is an " in DoPlanExplainsStop()
309 LLDB_LOGF(log, in DoPlanExplainsStop()
[all …]
H A DScriptedThreadPlan.cpp94 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in ShouldStop()
112 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in IsPlanStale()
130 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in DoPlanExplainsStop()
149 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in MischiefManaged()
167 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in GetPlanRunState()
178 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in GetDescription()
208 LLDB_LOGF(log, "%s called on Scripted Thread Plan: %s )", in WillStop()
H A DUnwindLLDB.cpp107 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 DThreadPlanStepInRange.cpp136 LLDB_LOGF(log, "ThreadPlanStepInRange reached %s.", s.GetData()); in ShouldStop()
187 LLDB_LOGF(log, in ShouldStop()
190 LLDB_LOGF(log, "ShouldStopHere no plan to step out of this frame."); in ShouldStop()
193 LLDB_LOGF( in ShouldStop()
228 LLDB_LOGF(log, "Found a step through plan: %s", in ShouldStop()
231 LLDB_LOGF(log, "No step through plan found."); in ShouldStop()
275 LLDB_LOGF(log, "Pushing past prologue "); in ShouldStop()
346 LLDB_LOGF(GetLog(LLDBLog::Step), in FrameMatchesAvoidCriteria()
396 LLDB_LOGF(log, in DefaultShouldStopHereCallback()
473 LLDB_LOGF(log, in DoWillResume()
H A DThreadPlanStepRange.cpp72 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()
317 LLDB_LOGF(log, "Removing next branch breakpoint: %d.", in ClearNextBranchBreakpoint()
374 LLDB_LOGF(log, "ThreadPlanStepRange::SetNextBranchBreakpoint - skipping " in SetNextBranchBreakpoint()
396 LLDB_LOGF(log, in SetNextBranchBreakpoint()
454 LLDB_LOGF(log, "ThreadPlanStepRange::SetNextBranchBreakpoint - skipping " in SetNextBranchBreakpoint()
485 LLDB_LOGF(log, in NextRangeBreakpointExplainsStop()
[all …]
H A DThreadPlanStepInstruction.cpp120 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 DThreadPlanShouldStopHere.cpp52 LLDB_LOGF(log, "ShouldStopHere callback returned %u from 0x%" PRIx64 ".", in InvokeShouldStopHereCallback()
75 LLDB_LOGF(log, "Stepping out of frame with no debug info"); in DefaultShouldStopHereCallback()
89 LLDB_LOGF( in DefaultShouldStopHereCallback()
142 LLDB_LOGF( in DefaultStepFromHereCallback()
160 LLDB_LOGF(log, "Stopped in a function with only line 0 lines, just " in DefaultStepFromHereCallback()
167 LLDB_LOGF(log, "ThreadPlanShouldStopHere::DefaultStepFromHereCallback " in DefaultStepFromHereCallback()
H A DProcess.cpp457 LLDB_LOGF(log, "%p Process::Process()", static_cast<void *>(this)); in Process()
509 LLDB_LOGF(log, "%p Process::~Process()", static_cast<void *>(this)); in ~Process()
673 LLDB_LOGF(log, in WaitForProcessToStop()
944 LLDB_LOGF(log, "Process::%s...", __FUNCTION__); in PeekAtStateChangedEvents()
951 LLDB_LOGF(log, "Process::%s (event_ptr) => %s", __FUNCTION__, in PeekAtStateChangedEvents()
954 LLDB_LOGF(log, "Process::%s no events found", __FUNCTION__); in PeekAtStateChangedEvents()
1096 LLDB_LOGF(log, in SetProcessExitStatus()
1293 LLDB_LOGF(log, "(plugin = %s, state = %s, restarted = %i)", in SetPublicState()
1303 LLDB_LOGF(log, in SetPublicState()
1311 LLDB_LOGF(log, "(plugin = %s, state = %s) -- unlocking run lock", in SetPublicState()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp98 LLDB_LOGF(log, "AddHeaderAndCalculateDirectories failed: %s", in SaveCore()
104 LLDB_LOGF(log, "AddSystemInfo failed: %s", error.AsCString()); in SaveCore()
110 LLDB_LOGF(log, "AddModuleList failed: %s", error.AsCString()); in SaveCore()
115 LLDB_LOGF(log, "AddMiscInfo failed: %s", error.AsCString()); in SaveCore()
121 LLDB_LOGF(log, "AddThreadList failed: %s", error.AsCString()); in SaveCore()
127 LLDB_LOGF(log, "AddLinuxFileStreams failed: %s", error.AsCString()); in SaveCore()
134 LLDB_LOGF(log, "AddExceptions failed: %s", error.AsCString()); in SaveCore()
142 LLDB_LOGF(log, "AddMemoryList failed: %s", error.AsCString()); in SaveCore()
148 LLDB_LOGF(log, "DumpFile failed: %s", error.AsCString()); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp342 LLDB_LOGF(log, " Address: %" PRIx64, GetRendezvousAddress()); in DumpToLog()
343 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
344 LLDB_LOGF(log, " Link : %" PRIx64, GetLinkMapAddress()); in DumpToLog()
345 LLDB_LOGF(log, " Break : %" PRIx64, GetBreakAddress()); in DumpToLog()
346 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog()
347 LLDB_LOGF(log, " State : %s", in DumpToLog()
360 LLDB_LOGF(log, "\n SOEntry [%d] %s", i, I->path.c_str()); in DumpToLog()
361 LLDB_LOGF(log, " Base : %" PRIx64, I->base_addr); in DumpToLog()
362 LLDB_LOGF(log, " Path : %" PRIx64, I->path_addr); in DumpToLog()
363 LLDB_LOGF(log, " Dyn : %" PRIx64, I->dyn_addr); in DumpToLog()
[all …]
H A DDynamicLoaderHexagonDYLD.cpp272 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()
456 LLDB_LOGF( in LoadAllCurrentModules()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp40 LLDB_LOGF(log, in FindExternalVisibleDeclsByName()
76 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()
447 LLDB_LOGF(log, "[ AOTV::FD] Instance method [%s] [%s]", name, types); in FinishDecl()
465 LLDB_LOGF(log, "[ AOTV::FD] Class method [%s] [%s]", name, types); in FinishDecl()
481 LLDB_LOGF(log, in FinishDecl()
506 LLDB_LOGF(log, in FinishDecl()
516 LLDB_LOGF( in FinishDecl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1081 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() called with json: %s", in HandleArrivalOfStructuredData()
1087 LLDB_LOGF(log, in HandleArrivalOfStructuredData()
1108 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() broadcasting event", in HandleArrivalOfStructuredData()
1222 LLDB_LOGF(log, "StructuredDataDarwinLog::%s called (process uid %u)", in ModulesDidLoad()
1230 LLDB_LOGF(log, in ModulesDidLoad()
1241 LLDB_LOGF(log, in ModulesDidLoad()
1256 LLDB_LOGF(log, in ModulesDidLoad()
1280 LLDB_LOGF(log, in ModulesDidLoad()
1291 LLDB_LOGF(log, in ModulesDidLoad()
1472 LLDB_LOGF(log, "StructuredDataDarwinLog::%s() called", __FUNCTION__); in InitCompletionHookCallback()
[all …]
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp99 LLDB_LOGF(log, in CalculateNumChildren()
112 LLDB_LOGF(log, in CalculateNumChildren()
178 LLDB_LOGF(log, in UpdateValue()
189 LLDB_LOGF(log, in UpdateValue()
211 LLDB_LOGF(log, in UpdateValue()
222 LLDB_LOGF(log, in UpdateValue()
230 LLDB_LOGF(log, in UpdateValue()
249 LLDB_LOGF(log, in GetChildAtIndex()
268 LLDB_LOGF(log, in GetChildAtIndex()
275 LLDB_LOGF( in GetChildAtIndex()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp87 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 DASTResultSynthesizer.cpp62 LLDB_LOGF(log, "TransformTopLevelDecl(%s)", in TransformTopLevelDecl()
65 LLDB_LOGF(log, "TransformTopLevelDecl(%s)", in TransformTopLevelDecl()
68 LLDB_LOGF(log, "TransformTopLevelDecl(<complex>)"); in TransformTopLevelDecl()
132 LLDB_LOGF(log, "Untransformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult()
146 LLDB_LOGF(log, "Transformed function AST:\n%s", s.c_str()); in SynthesizeFunctionResult()
168 LLDB_LOGF(log, "Untransformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult()
186 LLDB_LOGF(log, "Transformed method AST:\n%s", s.c_str()); in SynthesizeObjCMethodResult()
318 LLDB_LOGF(log, "Last statement is an %s with type: %s", in SynthesizeBodyResult()
472 LLDB_LOGF(log, "Couldn't commit persistent decl: %s\n", s.c_str()); in CommitPersistentDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp90 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()
256 LLDB_LOGF( in SendPacketAndWaitForResponseNoLock()
330 LLDB_LOGF(log, "GDBRemoteClientBase::ContinueLock::%s() resuming with %s", in lock()
338 LLDB_LOGF(log, "GDBRemoteClientBase::ContinueLock::%s() cancelled", in lock()
383 LLDB_LOGF(log, "GDBRemoteClientBase::Lock::Lock failed to send " in SyncWithContinueThread()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp58 LLDB_LOGF(log, "%p ConnectionFileDescriptor::ConnectionFileDescriptor ()", in ConnectionFileDescriptor()
68 LLDB_LOGF(log, in ConnectionFileDescriptor()
84 LLDB_LOGF(log, "%p ConnectionFileDescriptor::~ConnectionFileDescriptor ()", in ~ConnectionFileDescriptor()
97 LLDB_LOGF(log, in OpenCommandPipe()
102 LLDB_LOGF(log, in OpenCommandPipe()
112 LLDB_LOGF(log, "%p ConnectionFileDescriptor::CloseCommandPipe()", in CloseCommandPipe()
133 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Connect (url = '%s')", in Connect()
188 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Disconnect ()", in Disconnect()
194 LLDB_LOGF( in Disconnect()
214 LLDB_LOGF(log, in Disconnect()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp22 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()

123456