Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp363 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument()
788 LLDB_LOGF( in Interpret()
891 LLDB_LOGF(log, in Interpret()
920 LLDB_LOGF(log, in Interpret()
945 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
946 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1008 LLDB_LOGF(log, " cond : %s", in Interpret()
1023 LLDB_LOGF(log, in Interpret()
1056 LLDB_LOGF(log, "Couldn't evaluate %s", in Interpret()
1104 LLDB_LOGF(log, " P : %s", in Interpret()
[all …]
H A DExpressionVariable.cpp56 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-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp89 LLDB_LOGF(log, in ResolveRendezvousAddress()
99 LLDB_LOGF(log, in ResolveRendezvousAddress()
107 LLDB_LOGF(log, in ResolveRendezvousAddress()
131 LLDB_LOGF(log, in ResolveRendezvousAddress()
150 LLDB_LOGF(log, in UpdateExecutablePath()
177 LLDB_LOGF(log, in Resolve()
764 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
767 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); in DumpToLog()
768 LLDB_LOGF(log, " State : %s", in DumpToLog()
785 LLDB_LOGF(log, " Next : %" PRIx64, I->next); in DumpToLog()
[all …]
H A DDynamicLoaderPOSIXDYLD.cpp87 LLDB_LOGF( in DidAttach()
97 LLDB_LOGF(log, in DidAttach()
131 LLDB_LOGF(log, in DidAttach()
224 LLDB_LOGF( in ProbeEntry()
232 LLDB_LOGF(log, in ProbeEntry()
401 LLDB_LOGF(log, in RendezvousBreakpointHit()
652 LLDB_LOGF( in LoadAllCurrentModules()
729 LLDB_LOGF( in GetThreadLocalData()
750 LLDB_LOGF(log, in GetThreadLocalData()
786 LLDB_LOGF(log, in GetThreadLocalData()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
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()
180 LLDB_LOGF(log, in DoTakedown()
192 LLDB_LOGF(log, in DoTakedown()
201 LLDB_LOGF(log, in DoTakedown()
212 LLDB_LOGF(log, in DoTakedown()
298 LLDB_LOGF(log, in DoPlanExplainsStop()
309 LLDB_LOGF(log, "ThreadPlanCallFunction::PlanExplainsStop hit an " in DoPlanExplainsStop()
316 LLDB_LOGF(log, in DoPlanExplainsStop()
[all …]
H A DThreadPlanPython.cpp75 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in ShouldStop()
94 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in IsPlanStale()
113 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in DoPlanExplainsStop()
132 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in MischiefManaged()
150 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in GetPlanRunState()
166 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in GetDescription()
191 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, 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()
278 LLDB_LOGF(log, "%*sFrame %d did not get a valid PC, stopping stack walk", in GetOneMoreFrame()
285 LLDB_LOGF(log, in GetOneMoreFrame()
[all …]
H A DThreadPlanStepInRange.cpp135 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 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 DProcess.cpp1118 LLDB_LOGF(log, in SetProcessExitStatus()
1773 LLDB_LOGF( in EnableSoftwareBreakpoint()
1777 LLDB_LOGF( in EnableSoftwareBreakpoint()
1836 LLDB_LOGF( in EnableSoftwareBreakpoint()
1850 LLDB_LOGF(log, in DisableSoftwareBreakpoint()
1918 LLDB_LOGF( in DisableSoftwareBreakpoint()
1926 LLDB_LOGF( in DisableSoftwareBreakpoint()
2291 LLDB_LOGF(log, in AllocateMemory()
2714 LLDB_LOGF( in AttachCompletionHandler()
3628 LLDB_LOGF( in StopPrivateStateThread()
[all …]
H A DThreadPlanStepRange.cpp72 LLDB_LOGF(log, "ThreadPlanStepRange::ShouldReportStop() returning vote %i\n", in ShouldReportStop()
138 LLDB_LOGF( in InRange()
157 LLDB_LOGF(log, in InRange()
180 LLDB_LOGF(log, in InRange()
191 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()
H A DThreadPlanBase.cpp96 LLDB_LOGF( in ShouldStop()
126 LLDB_LOGF( in ShouldStop()
138 LLDB_LOGF( in ShouldStop()
149 LLDB_LOGF( in ShouldStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp346 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()
367 LLDB_LOGF(log, " Next : %" PRIx64, I->next); 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()
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()
479 LLDB_LOGF(log, in LoadAllCurrentModules()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp39 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()
480 LLDB_LOGF(log, in FinishDecl()
505 LLDB_LOGF(log, in FinishDecl()
515 LLDB_LOGF( in FinishDecl()
566 LLDB_LOGF(log, in FindDecls()
589 LLDB_LOGF(log, "AOCTV::FT Couldn't find the isa"); in FindDecls()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp94 LLDB_LOGF(log, in CalculateNumChildren()
102 LLDB_LOGF(log, in CalculateNumChildren()
170 LLDB_LOGF(log, in UpdateValue()
181 LLDB_LOGF(log, in UpdateValue()
203 LLDB_LOGF(log, in UpdateValue()
214 LLDB_LOGF(log, in UpdateValue()
222 LLDB_LOGF(log, in UpdateValue()
241 LLDB_LOGF(log, in GetChildAtIndex()
260 LLDB_LOGF(log, in GetChildAtIndex()
267 LLDB_LOGF( in GetChildAtIndex()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1081 LLDB_LOGF(log, in HandleArrivalOfStructuredData()
1223 LLDB_LOGF(log, in ModulesDidLoad()
1249 LLDB_LOGF(log, in ModulesDidLoad()
1273 LLDB_LOGF(log, in ModulesDidLoad()
1284 LLDB_LOGF(log, in ModulesDidLoad()
1468 LLDB_LOGF(log, in InitCompletionHookCallback()
1478 LLDB_LOGF(log, in InitCompletionHookCallback()
1540 LLDB_LOGF(log, in InitCompletionHookCallback()
1554 LLDB_LOGF(log, in InitCompletionHookCallback()
1608 LLDB_LOGF(log, in AddInitCompletionHook()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp147 LLDB_LOGF(log, in LocateExecutableObjectFile()
169 LLDB_LOGF(log, in LocateExecutableObjectFile()
214 LLDB_LOGF(log, in LocateExecutableObjectFile()
250 LLDB_LOGF(log, in LocateExecutableObjectFile()
308 LLDB_LOGF(log, in LocateExecutableObjectFile()
589 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
611 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
656 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
692 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
750 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp71 LLDB_LOGF(log, in ConnectionFileDescriptor()
99 LLDB_LOGF(log, in OpenCommandPipe()
104 LLDB_LOGF(log, in OpenCommandPipe()
199 LLDB_LOGF( in Disconnect()
215 LLDB_LOGF(log, in Disconnect()
221 LLDB_LOGF(log, in Disconnect()
254 LLDB_LOGF(log, in Read()
281 LLDB_LOGF(log, in Read()
359 LLDB_LOGF(log, in Write()
385 LLDB_LOGF(log, in Write()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp466 LLDB_LOGF(log, in DecompressPacket()
905 LLDB_LOGF(log, in StartDebugserverProcess()
920 LLDB_LOGF(log, in StartDebugserverProcess()
936 LLDB_LOGF(log, in StartDebugserverProcess()
1003 LLDB_LOGF(log, in StartDebugserverProcess()
1016 LLDB_LOGF(log, in StartDebugserverProcess()
1032 LLDB_LOGF(log, in StartDebugserverProcess()
1100 LLDB_LOGF(log, in StartDebugserverProcess()
1140 LLDB_LOGF(log, in StartDebugserverProcess()
1174 LLDB_LOGF(log, in StartDebugserverProcess()
[all …]
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()
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 DGDBRemoteCommunicationServerLLGS.cpp2349 LLDB_LOGF( in Handle_H()
2422 LLDB_LOGF( in Handle_I()
2483 LLDB_LOGF( in Handle_memory_read()
2563 LLDB_LOGF( in Handle__M()
2612 LLDB_LOGF( in Handle__m()
2640 LLDB_LOGF( in Handle_M()
2727 LLDB_LOGF( in Handle_qMemoryRegionInfoSupported()
2754 LLDB_LOGF( in Handle_qMemoryRegionInfo()
3014 LLDB_LOGF( in Handle_s()
3748 LLDB_LOGF( in Handle_qMemTags()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp26 LLDB_LOGF(log, "%p Listener::Listener('%s')", static_cast<void *>(this), in Listener()
35 LLDB_LOGF(log, "%p Listener::%s('%s')", static_cast<void *>(this), in ~Listener()
61 LLDB_LOGF(log, "%p Listener::%s('%s')", static_cast<void *>(this), in Clear()
83 LLDB_LOGF(log, in StartListeningForEvents()
115 LLDB_LOGF(log, in StartListeningForEvents()
181 LLDB_LOGF(log, "%p Listener('%s')::AddEvent (event_sp = {%p})", in AddEvent()
220 LLDB_LOGF(log, in FindNextEventInternal()
292 LLDB_LOGF(log, "%p Listener::GetEventInternal() timed out for %s", in GetEventInternal()
297 LLDB_LOGF(log, "%p Listener::GetEventInternal() unknown error for %s", in GetEventInternal()
/freebsd-14.2/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()
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-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp191 LLDB_LOGF(log, "JITLoaderGDB::%s looking for JIT register hook", in SetJITBreakpoint()
202 LLDB_LOGF(log, "JITLoaderGDB::%s failed to find JIT descriptor address", in SetJITBreakpoint()
207 LLDB_LOGF(log, "JITLoaderGDB::%s setting JIT breakpoint", __FUNCTION__); in SetJITBreakpoint()
223 LLDB_LOGF(log, "JITLoaderGDB::%s hit JIT breakpoint", __FUNCTION__); in JITDebugBreakpointHit()
296 LLDB_LOGF(log, "JITLoaderGDB::%s failed to read JIT descriptor", in ReadJITDescriptorImpl()
311 LLDB_LOGF(log, "JITLoaderGDB::%s failed to read JIT entry at 0x%" PRIx64, in ReadJITDescriptorImpl()
321 LLDB_LOGF(log, in ReadJITDescriptorImpl()
365 LLDB_LOGF(log, in ReadJITDescriptorImpl()
371 LLDB_LOGF(log, "JITLoaderGDB::%s unregistering JIT entry at 0x%" PRIx64, in ReadJITDescriptorImpl()

123456