Home
last modified time | relevance | path

Searched refs:log (Results 176 – 200 of 1602) sorted by last modified time

12345678910>>...65

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp81 if (log && log->GetVerbose()) in ConstructorSetup()
154 if (log && log->GetVerbose()) { in ReportRegisterState()
158 log->PutCString(message); in ReportRegisterState()
180 LLDB_LOGF(log, in DoTakedown()
192 LLDB_LOGF(log, in DoTakedown()
201 LLDB_LOGF(log, in DoTakedown()
208 if (log && log->GetVerbose()) in DoTakedown()
212 LLDB_LOGF(log, in DoTakedown()
269 LLDB_LOG(log, in DoPlanExplainsStop()
298 LLDB_LOGF(log, in DoPlanExplainsStop()
[all …]
H A DThreadPlanStepOut.cpp47 Log *log = GetLog(LLDBLog::Step); in ThreadPlanStepOut() local
70 LLDB_LOG(log, "Can't step out of frame with artificial ancestors"); in ThreadPlanStepOut()
129 LLDB_LOGF(log, "ThreadPlanStepOut(%p): Return address (0x%" PRIx64 in ThreadPlanStepOut()
136 LLDB_LOGF(log, "ThreadPlanStepOut(%p): %s", static_cast<void *>(this), in ThreadPlanStepOut()
427 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() local
428 if (log) in MischiefManaged()
429 LLDB_LOGF(log, "Completed step out plan."); in MischiefManaged()
451 Log *log = GetLog(LLDBLog::Step); in QueueInlinedStepPlan() local
452 if (log) { in QueueInlinedStepPlan()
455 LLDB_LOGF(log, "Queuing inlined frame to step past: %s.", s.GetData()); in QueueInlinedStepPlan()
H A DThreadPlanStepOverRange.cpp128 Log *log = GetLog(LLDBLog::Step); in ShouldStop() local
131 if (log) { in ShouldStop()
135 LLDB_LOGF(log, "ThreadPlanStepOverRange reached %s.", s.GetData()); in ShouldStop()
158 if (new_plan_sp && log) in ShouldStop()
159 LLDB_LOGF(log, in ShouldStop()
345 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop() local
357 if (log) in DoPlanExplainsStop()
379 Log *log = GetLog(LLDBLog::Step); in DoWillResume() local
380 LLDB_LOGF(log, in DoWillResume()
393 if (log) { in DoWillResume()
[all …]
H A DThreadPlanStepRange.cpp132 if (log) { in InRange()
139 log, in InRange()
151 if (log) { in InRange()
157 LLDB_LOGF(log, in InRange()
174 if (log) { in InRange()
180 LLDB_LOGF(log, in InRange()
190 if (!ret_value && log) in InRange()
360 if (log) { in SetNextBranchBreakpoint()
370 LLDB_LOGF(log, in SetNextBranchBreakpoint()
415 LLDB_LOGF(log, in NextRangeBreakpointExplainsStop()
[all …]
H A DThreadPlanStepUntil.cpp319 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() local
320 LLDB_LOGF(log, "Completed step until plan."); in MischiefManaged()
H A DDynamicRegisterInfo.cpp203 Log *log = GetLog(LLDBLog::Object); in SetRegisterInfo() local
272 LLDB_LOG_ERROR(log, byte_offset.takeError(), in SetRegisterInfo()
H A DPlatform.cpp276 Log *log = GetLog(LLDBLog::Object); in Platform() local
620 LLDB_LOG(log, "{0}", file_spec); in SetWorkingDirectory()
1015 if (log) { in LaunchProcess()
1018 LLDB_LOGF(log, in LaunchProcess()
1094 LLDB_LOGF(log, in DebugProcess()
1105 LLDB_LOGF(log, in DebugProcess()
1135 LLDB_LOGF(log, in DebugProcess()
1666 LLDB_LOGF(log, in CallLocateModuleCallbackIfSet()
1675 LLDB_LOGF(log, in CallLocateModuleCallbackIfSet()
1686 LLDB_LOGF(log, in CallLocateModuleCallbackIfSet()
[all …]
H A DProcess.cpp641 log, in SyncIOHandler()
993 if (log) { in PeekAtStateChangedEvents()
1067 log, in SetExitStatus()
1778 log, in EnableSoftwareBreakpoint()
1837 log, in EnableSoftwareBreakpoint()
1919 log, in DisableSoftwareBreakpoint()
1927 log, in DisableSoftwareBreakpoint()
2391 if (log) { in ReadModuleFromMemory()
2715 log, in AttachCompletionHandler()
3629 log, in StopPrivateStateThread()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp29 Log *log = GetLog(LLDBLog::Object); in Broadcaster() local
39 Log *log = GetLog(LLDBLog::Object); in ~Broadcaster() local
257 Log *log = GetLog(LLDBLog::Events); in PrivateBroadcastEvent() local
258 if (!log && event_sp->GetData()) in PrivateBroadcastEvent()
259 log = event_sp->GetData()->GetLogChannel(); in PrivateBroadcastEvent()
261 if (log) { in PrivateBroadcastEvent()
264 LLDB_LOG(log, in PrivateBroadcastEvent()
333 Log *log = GetLog(LLDBLog::Events); in HijackBroadcaster() local
335 log, in HijackBroadcaster()
364 Log *log = GetLog(LLDBLog::Events); in RestoreBroadcaster() local
[all …]
H A DListener.cpp24 Log *log = GetLog(LLDBLog::Object); in Listener() local
25 if (log != nullptr) in Listener()
31 Log *log = GetLog(LLDBLog::Object); in ~Listener() local
40 Log *log = GetLog(LLDBLog::Object); in Clear() local
82 if (log != nullptr) in StartListeningForEvents()
83 LLDB_LOGF(log, in StartListeningForEvents()
113 if (log != nullptr) { in StartListeningForEvents()
115 LLDB_LOGF(log, in StartListeningForEvents()
180 if (log != nullptr) in AddEvent()
219 if (log != nullptr) in FindNextEventInternal()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1154 Log *log = GetLog(LLDBLog::Types); in GetBuiltinTypeForDWARFEncodingAndBitSize() local
1155 LLDB_LOG(log, in GetBuiltinTypeForDWARFEncodingAndBitSize()
1521 Log *log = GetLog(LLDBLog::Expressions); in TemplateParameterAllowsValue() local
1522 LLDB_LOG(log, in TemplateParameterAllowsValue()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp134 Log *log = GetLog(LLDBLog::Step); in GetLoadAddress() local
140 LLDB_LOG(log, "GetLoadAddress: cannot get Module for caller"); in GetLoadAddress()
146 LLDB_LOG(log, "GetLoadAddress: cannot get SectionList for Module"); in GetLoadAddress()
164 Log *log = GetLog(LLDBLog::Step); in ParseSymbolFileAndResolve() local
165 LLDB_LOG(log, "DirectCallEdge: Lazily parsing the call graph for {0}", in ParseSymbolFileAndResolve()
174 LLDB_LOG(log, in ParseSymbolFileAndResolve()
181 LLDB_LOG(log, "DirectCallEdge: Invalid symbol address"); in ParseSymbolFileAndResolve()
186 LLDB_LOG(log, "DirectCallEdge: Could not find complete function"); in ParseSymbolFileAndResolve()
221 Log *log = GetLog(LLDBLog::Step); in GetCallee() local
247 LLDB_LOG(log, "IndirectCallEdge: Could not find complete function"); in GetCallee()
[all …]
H A DObjectFile.cpp255 Log *log = GetLog(LLDBLog::Object); in ObjectFile() local
256 LLDB_LOGF(log, in ObjectFile()
274 Log *log = GetLog(LLDBLog::Object); in ObjectFile() local
275 LLDB_LOGF(log, in ObjectFile()
284 Log *log = GetLog(LLDBLog::Object); in ~ObjectFile() local
285 LLDB_LOGF(log, "%p ObjectFile::~ObjectFile ()\n", static_cast<void *>(this)); in ~ObjectFile()
579 Log *log = GetLog(LLDBLog::Object); in ClearSymtab() local
580 LLDB_LOGF(log, "%p ObjectFile::ClearSymtab () symtab = %p", in ClearSymtab()
H A DSymbolContext.cpp486 Log *log = GetLog(LLDBLog::Symbols); in GetParentOfInlinedScope() local
488 if (log) { in GetParentOfInlinedScope()
490 log, in GetParentOfInlinedScope()
H A DSymbolFileOnDemand.cpp49 Log *log = GetLog(); in ParseLanguage() local
51 if (log) { in ParseLanguage()
63 Log *log = GetLog(); in ParseXcodeSDK() local
66 if (log) { in ParseXcodeSDK()
128 Log *log = GetLog(); in ParseIsOptimized() local
130 if (log) { in ParseIsOptimized()
156 if (log) { in ParseImportedModules()
191 if (log) { in ResolveTypeUID()
225 if (log) { in GetDeclForUID()
486 if (log) { in ParseCallEdgesInFunction()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp147 LLDB_LOGF(log, in LocateExecutableObjectFile()
166 if (log) { in LocateExecutableObjectFile()
169 LLDB_LOGF(log, in LocateExecutableObjectFile()
214 LLDB_LOGF(log, in LocateExecutableObjectFile()
478 if (log) { in LocateDSYMInVincinityOfExecutable()
510 if (log) { in LocateDSYMInVincinityOfExecutable()
589 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
608 if (log) { in LocateMacOSXFilesUsingDebugSymbols()
611 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
656 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp175 Log *log = GetLog(LLDBLog::Symbols); in GetFileForModule() local
177 LLDB_LOGV(log, in GetFileForModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp27 void IntelPTError::log(llvm::raw_ostream &OS) const { in log() function in IntelPTError
H A DDecodedThread.h48 void log(llvm::raw_ostream &OS) const override;
H A DTraceIntelPT.cpp591 Log *log = GetLog(LLDBLog::Target); in DoRefreshLiveProcessState() local
592 LLDB_LOG(log, "TraceIntelPT found TSC conversion information"); in DoRefreshLiveProcessState()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1555 if (log) in ResolveTypeUID()
1644 if (log) in CompleteType()
2318 if (log) in DeclContextMatchesThisSymbolFile()
2331 if (log) in FindGlobalVariables()
2333 log, in FindGlobalVariables()
2405 log, in FindGlobalVariables()
2419 if (log) { in FindGlobalVariables()
2421 log, in FindGlobalVariables()
2537 if (log) { in FindFunctions()
2539 log, in FindFunctions()
[all …]
H A DSymbolFileDWARFDebugMap.cpp70 Log *log = GetLog(DWARFLog::DebugMap); in GetFileRangeMap() local
72 log, in GetFileRangeMap()
296 Log *log = GetLog(DWARFLog::DebugMap); in InitOSO() local
365 LLDB_LOGF(log, "Initialized OSO 0x%8.8x: file=%s", i, in InitOSO()
H A DManualDWARFIndex.cpp142 Log *log = GetLog(DWARFLog::Lookups); in IndexUnit() local
144 if (log) { in IndexUnit()
146 log, "ManualDWARFIndex::IndexUnit for unit at .debug_info[{0:x16}]", in IndexUnit()
H A DDWARFASTParserClang.cpp446 if (log) { in ParseTypeFromDWARF()
452 log, in ParseTypeFromDWARF()
726 if (log) in ParseTypeModifier()
737 if (log) in ParseTypeModifier()
748 if (log) in ParseTypeModifier()
832 if (log) { in ParseEnum()
834 log, in ParseEnum()
1732 if (log) { in ParseStructureLikeDIE()
1734 log, in ParseStructureLikeDIE()
1761 if (log) { in ParseStructureLikeDIE()
[all …]
H A DDWARFASTParserClang.h242 lldb_private::Log *log);

12345678910>>...65