Home
last modified time | relevance | path

Searched refs:LLDBLog (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp17 {{"api"}, {"log API calls and return values"}, LLDBLog::API},
18 {{"ast"}, {"log AST"}, LLDBLog::AST},
19 {{"break"}, {"log breakpoints"}, LLDBLog::Breakpoints},
20 {{"commands"}, {"log command argument parsing"}, LLDBLog::Commands},
21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
22 {{"conn"}, {"log connection details"}, LLDBLog::Connection},
25 LLDBLog::Demangle},
28 LLDBLog::DynamicLoader},
31 LLDBLog::Events},
32 {{"expr"}, {"log expressions"}, LLDBLog::Expressions},
[all …]
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()
34 Log *log = GetLog(LLDBLog::Object); in Clear()
73 Log *log = GetLog(LLDBLog::Events); in StartListeningForEvents()
103 Log *log = GetLog(LLDBLog::Events); in StartListeningForEvents()
168 Log *log = GetLog(LLDBLog::Events); in AddEvent()
187 Log *log = GetLog(LLDBLog::Events); in FindNextEventInternal()
263 Log *log = GetLog(LLDBLog::Events); in GetEventInternal()
280 log = GetLog(LLDBLog::Events); in GetEventInternal()
285 log = GetLog(LLDBLog::Events); in GetEventInternal()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp96 Log *log = GetLog(LLDBLog::Thread); in ShouldStop()
104 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), should_stop_or_err.takeError(), in ShouldStop()
114 Log *log = GetLog(LLDBLog::Thread); in IsPlanStale()
122 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), is_stale_or_err.takeError(), in IsPlanStale()
132 Log *log = GetLog(LLDBLog::Thread); in DoPlanExplainsStop()
140 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), in DoPlanExplainsStop()
151 Log *log = GetLog(LLDBLog::Thread); in MischiefManaged()
169 Log *log = GetLog(LLDBLog::Thread); in GetPlanRunState()
179 Log *log = GetLog(LLDBLog::Thread); in GetDescription()
188 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), std::move(err), in GetDescription()
[all …]
H A DThreadPlan.cpp80 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop()
120 Log *log = GetLog(LLDBLog::Step); in WillResume()
202 Log *log = GetLog(LLDBLog::Thread); in ValidatePlan()
218 Log *log = GetLog(LLDBLog::Thread); in ShouldStop()
234 Log *log = GetLog(LLDBLog::Thread); in WillStop()
250 Log *log = GetLog(LLDBLog::Thread); in DoPlanExplainsStop()
268 Log *log = GetLog(LLDBLog::Thread); in MischiefManaged()
285 Log *log = GetLog(LLDBLog::Thread); in GetPlanRunState()
H A DThreadPlanCallFunction.cpp24 #include "lldb/Utility/LLDBLog.h"
50 Log *log = GetLog(LLDBLog::Step); in ConstructorSetup()
153 Log *log = GetLog(LLDBLog::Step); in ReportRegisterState()
176 Log *log = GetLog(LLDBLog::Step); in DoTakedown()
252 Log *log(GetLog(LLDBLog::Step | LLDBLog::Process)); in DoPlanExplainsStop()
391 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
442 Log *log = GetLog(LLDBLog::Step); in BreakpointsExplainStop()
H A DThreadPlanStepRange.cpp69 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop()
102 Log *log = GetLog(LLDBLog::Step); in InRange()
298 Log *log = GetLog(LLDBLog::Step); in ClearNextBranchBreakpoint()
312 Log *log = GetLog(LLDBLog::Step); in SetNextBranchBreakpoint()
391 Log *log = GetLog(LLDBLog::Step); in NextRangeBreakpointExplainsStop()
458 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
469 Log *log = GetLog(LLDBLog::Step); in IsPlanStale()
H A DThreadPlanStepThrough.cpp64 Log *log = GetLog(LLDBLog::Step); in ThreadPlanStepThrough()
98 Log *log = GetLog(LLDBLog::Step); in LookForPlanToStepThroughFromCurrentPC()
231 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
256 Log *log = GetLog(LLDBLog::Step); in HitOurBackstopBreakpoint()
H A DVerboseTrapFrameRecognizer.cpp36 Log *log = GetLog(LLDBLog::Unwind); in RecognizeFrame()
70 LLDB_LOGF(GetLog(LLDBLog::Unwind), in RecognizeFrame()
82 LLDB_LOGF(GetLog(LLDBLog::Unwind), in RecognizeFrame()
H A DThreadPlanStepInRange.cpp129 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
273 log = GetLog(LLDBLog::Step); in ShouldStop()
345 LLDB_LOGF(GetLog(LLDBLog::Step), in FrameMatchesAvoidCriteria()
363 Log *log = GetLog(LLDBLog::Step); in DefaultShouldStopHereCallback()
445 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop()
468 Log *log = GetLog(LLDBLog::Step); in DoWillResume()
H A DProcess.cpp483 Log *log = GetLog(LLDBLog::Object); in Process()
535 Log *log = GetLog(LLDBLog::Object); in ~Process()
670 Log *log = GetLog(LLDBLog::Process); in SyncIOHandler()
697 Log *log = GetLog(LLDBLog::Process); in WaitForProcessToStop()
996 Log *log = GetLog(LLDBLog::Process); in GetStateChangedEvents()
1018 Log *log = GetLog(LLDBLog::Process); in PeekAtStateChangedEvents()
1039 Log *log = GetLog(LLDBLog::Process); in GetStateChangedEventsPrivate()
1058 Log *log = GetLog(LLDBLog::Process); in GetEventsPrivate()
1092 Log *log(GetLog(LLDBLog::State | LLDBLog::Process)); in SetExitStatus()
1149 Log *log = GetLog(LLDBLog::Process); in SetProcessExitStatus()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp19 #include "lldb/Utility/LLDBLog.h"
132 error, LLDBLog::Thread); in CreateRegisterContextForFrame()
140 LLDBLog::Thread); in CreateRegisterContextForFrame()
148 LLDBLog::Thread); in CreateRegisterContextForFrame()
163 error, LLDBLog::Thread); in LoadArtificialStackFrames()
174 error, LLDBLog::Thread); in LoadArtificialStackFrames()
188 error, LLDBLog::Thread); in LoadArtificialStackFrames()
196 LLDBLog::Thread); in LoadArtificialStackFrames()
217 error, LLDBLog::Thread); in CalculateStopInfo()
230 LLDBLog in CalculateStopInfo()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp33 Log *log = GetLog(LLDBLog::Breakpoints); in NumSupportedHardwareBreakpoints()
47 Log *log = GetLog(LLDBLog::Breakpoints); in SetHardwareBreakpoint()
108 Log *log = GetLog(LLDBLog::Breakpoints); in ClearHardwareBreakpoint()
148 Log *log = GetLog(LLDBLog::Breakpoints); in GetHardwareBreakHitIndex()
168 Log *log = GetLog(LLDBLog::Breakpoints); in ClearAllHardwareBreakpoints()
210 Log *log = GetLog(LLDBLog::Watchpoints); in NumSupportedHardwareWatchpoints()
223 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint()
316 Log *log = GetLog(LLDBLog::Watchpoints); in ClearHardwareWatchpoint()
388 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointSize()
406 Log *log = GetLog(LLDBLog::Watchpoints); in WatchpointIsEnabled()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp44 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ThreadedCommunication()
59 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~ThreadedCommunication()
80 Log *log = GetLog(LLDBLog::Communication); in Read()
167 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread()
183 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), maybe_thread.takeError(), in StartReadThread()
200 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread()
242 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache()
266 Log *log = GetLog(LLDBLog::Communication); in ReadThread()
H A DCommunication.cpp44 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect()
56 LLDB_LOG(GetLog(LLDBLog::Communication), "{0} Communication::Disconnect ()", in Disconnect()
89 Log *log = GetLog(LLDBLog::Communication); in Read()
103 LLDB_LOG(GetLog(LLDBLog::Communication), in Write()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp21 #include "lldb/Utility/LLDBLog.h"
59 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
70 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
85 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor()
95 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe()
113 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe()
135 Log *log = GetLog(LLDBLog in Connect()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp261 Log *log = GetLog(LLDBLog::Process); in LaunchProcess()
344 Log *log = GetLog(LLDBLog::Process); in AttachToProcess()
393 Log *log = GetLog(LLDBLog::Process); in AttachWaitProcess()
463 Log *log = GetLog(LLDBLog::Process); in InitializeDelegate()
477 Log *log = GetLog(LLDBLog::Process); in SendWResponse()
644 Log *log = GetLog(LLDBLog::Thread); in GetRegistersAsJSON()
729 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); in GetJSONThreadsInfo()
797 Log *log = GetLog(LLDBLog::Process | LLDBLog::Thread); in PrepareStopReplyPacketForThread()
1038 Log *log = GetLog(LLDBLog::Process); in HandleInferiorState_Exited()
1080 Log *log = GetLog(LLDBLog::Process); in HandleInferiorState_Stopped()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp124 Log *log = GetLog(LLDBLog::Host); in GetShlibDir()
134 Log *log = GetLog(LLDBLog::Host); in GetSupportExeDir()
144 Log *log = GetLog(LLDBLog::Host); in GetHeaderDir()
155 Log *log = GetLog(LLDBLog::Host); in GetSystemPluginDir()
167 Log *log = GetLog(LLDBLog::Host); in GetUserPluginDir()
178 Log *log = GetLog(LLDBLog::Host); in GetProcessTempDir()
191 Log *log = GetLog(LLDBLog::Host); in GetGlobalTempDir()
221 Log *log = GetLog(LLDBLog::Host); in ComputePathRelativeToLibrary()
H A DNativeProcessProtocol.cpp79 Log *log = GetLog(LLDBLog::Process); in SetExitStatus()
133 Log *log = GetLog(LLDBLog::Process); in GetHardwareDebugSupportInfo()
157 Log *log = GetLog(LLDBLog::Process); in SetWatchpoint()
241 Log *log = GetLog(LLDBLog::Process); in SetHardwareBreakpoint()
313 Log *log = GetLog(LLDBLog::Process); in SynchronouslyNotifyProcessStateChanged()
332 Log *log = GetLog(LLDBLog::Process); in NotifyDidExec()
342 Log *log = GetLog(LLDBLog::Breakpoints); in SetSoftwareBreakpoint()
359 Log *log = GetLog(LLDBLog::Breakpoints); in RemoveSoftwareBreakpoint()
425 Log *log = GetLog(LLDBLog::Breakpoints); in EnableSoftwareBreakpoint()
593 Log *log = GetLog(LLDBLog::Breakpoints); in FixupBreakpointPCAsNeeded()
H A DSocket.cpp150 Log *log = GetLog(LLDBLog::Connection); in TcpConnect()
169 Log *log = GetLog(LLDBLog::Connection); in TcpListen()
229 Log *log = GetLog(LLDBLog::Communication); in Read()
257 Log *log = GetLog(LLDBLog::Communication); in Write()
276 Log *log = GetLog(LLDBLog::Connection); in Close()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp246 Log *log = GetLog(LLDBLog::Step); in InsertFunction()
257 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in GetThreadPlanToCallFunction()
295 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in FetchFunctionResults()
368 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in ExecuteFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp82 Log *log = GetLog(LLDBLog::DynamicLoader); in DidAttach()
168 Log *log = GetLog(LLDBLog::DynamicLoader); in DidLaunch()
216 Log *log = GetLog(LLDBLog::DynamicLoader); in ProbeEntry()
263 Log *log = GetLog(LLDBLog::DynamicLoader); in EntryBreakpointHit()
305 Log *log = GetLog(LLDBLog::DynamicLoader); in SetRendezvousBreakpoint()
389 Log *log = GetLog(LLDBLog::DynamicLoader); in RendezvousBreakpointHit()
558 Log *log = GetLog(LLDBLog::DynamicLoader); in LoadVDSO()
579 Log *log = GetLog(LLDBLog::DynamicLoader); in LoadInterpreterModule()
640 Log *log = GetLog(LLDBLog::DynamicLoader); in LoadAllCurrentModules()
671 Log *log = GetLog(LLDBLog::DynamicLoader); in LoadAllCurrentModules()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp57 Log *log = GetLog(LLDBLog::Expressions); in TransformTopLevelDecl()
116 Log *log = GetLog(LLDBLog::Expressions); in SynthesizeFunctionResult()
158 Log *log = GetLog(LLDBLog::Expressions); in SynthesizeObjCMethodResult()
223 Log *log = GetLog(LLDBLog::Expressions); in SynthesizeBodyResult()
435 LLDB_LOG(GetLog(LLDBLog::Expressions), "Recording persistent type {0}", name); in MaybeRecordPersistentType()
450 LLDB_LOG(GetLog(LLDBLog::Expressions), "Recording persistent decl {0}", name); in RecordPersistentDecl()
473 Log *log = GetLog(LLDBLog::Expressions); in CommitPersistentDecls()
H A DIRForTarget.cpp46 using lldb_private::LLDBLog;
165 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in CreateResultVariable()
404 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in RewriteObjCConstString()
540 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in RewriteObjCConstStrings()
731 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in RewriteObjCSelector()
839 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in RewriteObjCSelectors()
866 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in RewritePersistentAlloc()
936 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in RewritePersistentAllocs()
977 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in MaybeHandleVariable()
1070 lldb_private::Log *log(GetLog(LLDBLog::Expressions)); in HandleSymbol()
[all …]
H A DClangASTSource.cpp186 Log *log = GetLog(LLDBLog::Expressions); in FindCompleteType()
263 Log *log = GetLog(LLDBLog::Expressions); in CompleteType()
292 Log *log = GetLog(LLDBLog::Expressions); in CompleteType()
372 Log *log = GetLog(LLDBLog::Expressions); in FindExternalLexicalDecls()
505 Log *log = GetLog(LLDBLog::Expressions); in FindExternalVisibleDecls()
582 Log *log = GetLog(LLDBLog::Expressions); in FindExternalVisibleDecls()
652 Log *log = GetLog(LLDBLog::Expressions); in FillNamespaceMap()
779 Log *log = GetLog(LLDBLog::Expressions); in FindObjCMethodDeclsWithOrigin()
792 Log *log = GetLog(LLDBLog::Expressions); in FindDeclInModules()
832 Log *log = GetLog(LLDBLog::Expressions); in FindDeclInObjCRuntime()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp88 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), ExpectedThreads.takeError(), in GetThreads()
144 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), system_info.takeError(), in GetArchitecture()
202 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), ExpectedCSD.takeError(), in GetArchitecture()
252 LLDB_LOG_ERROR(GetLog(LLDBLog::Modules), ExpectedModules.takeError(), in GetModuleList()
264 Log *log = GetLog(LLDBLog::Expressions); in CreateRegionsCacheFromLinuxMaps()
345 Log *log = GetLog(LLDBLog::Modules); in GetFilteredModuleList()
425 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), ExpectedStream.takeError(), in GetExceptionStream()
433 Log *log = GetLog(LLDBLog::Modules); in FindMemoryRange()
518 Log *log = GetLog(LLDBLog::Modules); in CreateRegionsCacheFromMemoryInfoList()
555 Log *log = GetLog(LLDBLog::Modules); in CreateRegionsCacheFromMemoryList()

123456789