/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 60 if (log && log->GetVerbose()) { in TransformTopLevelDecl() 126 if (log && log->GetVerbose()) { in SynthesizeFunctionResult() 142 if (log && log->GetVerbose()) { in SynthesizeFunctionResult() 166 if (log && log->GetVerbose()) { in SynthesizeObjCMethodResult() 186 if (log && log->GetVerbose()) { in SynthesizeObjCMethodResult()
|
H A D | IRDynamicChecks.cpp | 551 if (log && log->GetVerbose()) { in runOnModule()
|
H A D | IRForTarget.cpp | 1660 if (log && log->GetVerbose()) { in runOnModule() 1759 if (log && log->GetVerbose()) { in runOnModule()
|
H A D | ClangUserExpression.cpp | 508 if (log && log->GetVerbose()) { in GetModuleConfig()
|
H A D | ClangASTSource.cpp | 544 if (log && log->GetVerbose()) in FindExternalVisibleDecls()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 240 if (log && log->GetVerbose()) { in GetNonCallSiteUnwindPlanFromAssembly() 295 if (log && log->GetVerbose()) { in GetNonCallSiteUnwindPlanFromAssembly() 384 if (log && log->GetVerbose()) { in ReadMemory() 416 if (log && log->GetVerbose()) { in WriteMemory() 495 if (log && log->GetVerbose()) { in ReadRegister() 521 if (log && log->GetVerbose()) { in WriteRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunction.cpp | 81 if (log && log->GetVerbose()) in ConstructorSetup() 154 if (log && log->GetVerbose()) { in ReportRegisterState() 208 if (log && log->GetVerbose()) in DoTakedown()
|
H A D | SectionLoadList.cpp | 152 if (log && log->GetVerbose()) { in SetSectionUnloaded() 187 if (log && log->GetVerbose()) { in SetSectionUnloaded()
|
H A D | ThreadList.cpp | 491 if (log && log->GetVerbose()) in RefreshStateAfterStop() 545 if (log && log->GetVerbose()) in WillResume() 551 if (log && log->GetVerbose()) in WillResume()
|
H A D | StackFrameList.cpp | 72 if (log && log->GetVerbose()) in GetCurrentInlinedDepth() 96 if (log && log->GetVerbose()) in ResetCurrentInlinedDepth() 195 if (log && log->GetVerbose()) in ResetCurrentInlinedDepth()
|
H A D | RegisterContextUnwind.cpp | 2381 if (!log || !log->GetVerbose()) in UnwindLogMsgVerbose()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Log.h | 268 bool GetVerbose() const; 376 if (log_private && log_private->GetVerbose()) \ 400 if (log_private && log_private->GetVerbose() && error_private) { \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 383 if (log && log->GetVerbose()) in UpdateISAToDescriptorMapIfNeeded() 406 if (log && log->GetVerbose()) in UpdateISAToDescriptorMapIfNeeded()
|
H A D | AppleObjCRuntimeV2.cpp | 2113 bool dump_log = type_log && type_log->GetVerbose(); in UpdateISAToDescriptorMap() 2190 bool should_log = log && log->GetVerbose(); in ParseClassInfoArray() 2351 bool dump_log = type_log && type_log->GetVerbose(); in UpdateISAToDescriptorMap()
|
H A D | AppleObjCTrampolineHandler.cpp | 1140 if (log && log->GetVerbose()) in GetStepThroughDispatchPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteRegisterContext.cpp | 456 if (log->GetVerbose()) { in WriteRegisterBytes() 565 if (log->GetVerbose()) { in ReadAllRegisterValues() 740 if (log->GetVerbose()) { in WriteAllRegisterValues()
|
H A D | GDBRemoteCommunication.cpp | 624 if (log && log->GetVerbose()) { in CheckForPacket()
|
H A D | ProcessGDBRemote.cpp | 3807 if (log && log->GetVerbose()) in StartNoticingNewThreads() 3816 if (log && log->GetVerbose()) in StartNoticingNewThreads() 3832 if (log && log->GetVerbose()) in StopNoticingNewThreads()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 191 if (!GetVerbose()) in Verbose() 314 bool Log::GetVerbose() const { in GetVerbose() function in Log
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 877 if (log && log->GetVerbose()) { in Evaluate() 2275 if (log && log->GetVerbose()) { in Evaluate()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 187 if (log && log->GetVerbose()) { in GetUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1152 if (log->GetVerbose()) { in LogMessageVerboseBacktrace()
|
H A D | Debugger.cpp | 2052 if (log && log->GetVerbose()) { in HandleProgressEvent()
|