| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_arm64.cpp | 36 LLDB_LOG_ERROR(log, std::move(error), in NumSupportedHardwareBreakpoints() 53 LLDB_LOG_ERROR( in SetHardwareBreakpoint() 97 LLDB_LOG_ERROR( in SetHardwareBreakpoint() 114 LLDB_LOG_ERROR( in ClearHardwareBreakpoint() 137 LLDB_LOG_ERROR( in ClearHardwareBreakpoint() 213 LLDB_LOG_ERROR(log, std::move(error), in NumSupportedHardwareWatchpoints() 230 LLDB_LOG_ERROR( in SetHardwareWatchpoint() 305 LLDB_LOG_ERROR( in SetHardwareWatchpoint() 322 LLDB_LOG_ERROR( in ClearHardwareWatchpoint() 346 LLDB_LOG_ERROR( in ClearHardwareWatchpoint()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 87 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), ExpectedThreads.takeError(), in GetThreads() 143 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), system_info.takeError(), in GetArchitecture() 201 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), ExpectedCSD.takeError(), in GetArchitecture() 251 LLDB_LOG_ERROR(GetLog(LLDBLog::Modules), ExpectedModules.takeError(), in GetModuleList() 270 LLDB_LOG_ERROR(log, region.takeError(), in CreateRegionsCacheFromLinuxMaps() 347 LLDB_LOG_ERROR(log, ExpectedModules.takeError(), in GetFilteredModuleList() 370 LLDB_LOG_ERROR(log, ExpectedName.takeError(), in GetFilteredModuleList() 436 LLDB_LOG_ERROR(log, ExpectedMemory.takeError(), in FindMemoryRange() 450 LLDB_LOG_ERROR(log, ExpectedSlice.takeError(), in FindMemoryRange() 520 LLDB_LOG_ERROR(log, ExpectedInfo.takeError(), in CreateRegionsCacheFromMemoryInfoList() [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 60 LLDB_LOG_ERROR(log, cache_or_err.takeError(), in DataFileCache() 93 LLDB_LOG_ERROR(log, add_stream_or_err.takeError(), in GetCachedData() 130 LLDB_LOG_ERROR(log, file_or_err.takeError(), in SetCachedData() 136 LLDB_LOG_ERROR(log, add_stream_or_err.takeError(), in SetCachedData()
|
| H A D | StreamFile.cpp | 41 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), file.takeError(), in StreamFile()
|
| H A D | ValueObjectRegister.cpp | 206 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetCompilerTypeImpl()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | LogTest.cpp | 308 TEST_F(LogChannelEnabledTest, LLDB_LOG_ERROR) { in TEST_F() argument 309 LLDB_LOG_ERROR(getLog(), llvm::Error::success(), "Foo failed: {0}"); in TEST_F() 312 LLDB_LOG_ERROR(getLog(), in TEST_F() 319 LLDB_LOG_ERROR(nullptr, in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CxxModuleHandler.cpp | 210 LLDB_LOG_ERROR(log, to_context.takeError(), in tryInstantiateStdTemplate() 238 LLDB_LOG_ERROR(log, type.takeError(), "Couldn't import type: {0}"); in tryInstantiateStdTemplate() 249 LLDB_LOG_ERROR(log, type.takeError(), "Couldn't import type: {0}"); in tryInstantiateStdTemplate()
|
| H A D | ClangASTImporter.cpp | 54 LLDB_LOG_ERROR(log, ret_or_error.takeError(), in CopyType() 81 LLDB_LOG_ERROR(log, result.takeError(), "Couldn't import decl: {0}"); in CopyDecl() 640 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren() 670 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren() 909 LLDB_LOG_ERROR(log, std::move(err), in ImportDefinitionTo() 967 LLDB_LOG_ERROR(log, imported_from_superclass_decl.takeError(), in ImportDefinitionTo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | IntelPTMultiCoreTrace.cpp | 93 LLDB_LOG_ERROR(GetLog(POSIXLog::Trace), std::move(err), in ProcessDidStop() 102 LLDB_LOG_ERROR(GetLog(POSIXLog::Trace), std::move(err), in ProcessWillResume()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 147 LLDB_LOG_ERROR(log, std::move(error), "failed to load modules: {0}"); in DidAttach() 167 LLDB_LOG_ERROR(log, std::move(error), "failed to load modules: {0}"); in DidLaunch()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 316 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseCompileUnitFunctionForPDBFunc() 566 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ResolveTypeUID() 603 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in CompleteType() 625 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclForUID() 655 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclContextForUID() 685 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclContextContainingUID() 714 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseDeclsForContext() 1457 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in DumpClangAST() 1670 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetPDBAstParser() 1690 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in FindNamespace() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 150 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetItemInfoFunction() 164 LLDB_LOG_ERROR(log, std::move(err), in SetupGetItemInfoFunction()
|
| H A D | AppleGetQueuesHandler.cpp | 167 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetQueuesFunction()
|
| H A D | AppleGetPendingItemsHandler.cpp | 154 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetPendingItemsFunction()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 161 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetThreadItemInfoFunction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| H A D | DynamicLoaderWasmDYLD.cpp | 60 LLDB_LOG_ERROR(log, std::move(error), "Couldn't load modules: {0}"); in DidAttach()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 44 LLDB_LOG_ERROR(log, std::move(error), in extract()
|
| H A D | SymbolFileDWARF.cpp | 151 LLDB_LOG_ERROR( in ParseLLVMLineTable() 157 LLDB_LOG_ERROR(log, line_table.takeError(), in ParseLLVMLineTable() 177 LLDB_LOG_ERROR(log, std::move(e), in ParseLLVMLineTablePrologue() 183 LLDB_LOG_ERROR(log, std::move(error), in ParseLLVMLineTablePrologue() 488 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject() 627 LLDB_LOG_ERROR(log, std::move(error), in DebugAbbrev() 829 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseFunction() 1035 LLDB_LOG_ERROR(log, std::move(error), in GetTypeUnitSupportFiles() 2111 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in DeclContextMatchesThisSymbolFile() 2978 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseType() [all …]
|
| H A D | DebugNamesDWARFIndex.cpp | 80 LLDB_LOG_ERROR( in MaybeLogLookupError()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBStream.cpp | 102 LLDB_LOG_ERROR(GetLog(LLDBLog::API), file.takeError(), in RedirectToFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 47 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 110 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetIntPointerType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 210 LLDB_LOG_ERROR(log, std::move(Err), "SetUpPtyRedirection failed: {0}"); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 43 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Log.h | 359 #define LLDB_LOG_ERROR(log, error, ...) \ macro
|