Home
last modified time | relevance | path

Searched refs:LLDB_LOG_ERROR (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp36 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 DMinidumpParser.cpp87 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 DDataFileCache.cpp60 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 DStreamFile.cpp41 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), file.takeError(), in StreamFile()
H A DValueObjectRegister.cpp206 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetCompilerTypeImpl()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp308 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 DCxxModuleHandler.cpp210 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 DClangASTImporter.cpp54 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 DIntelPTMultiCoreTrace.cpp93 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 DDynamicLoaderWindowsDYLD.cpp147 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 DSymbolFilePDB.cpp316 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 DAppleGetItemInfoHandler.cpp150 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetItemInfoFunction()
164 LLDB_LOG_ERROR(log, std::move(err), in SetupGetItemInfoFunction()
H A DAppleGetQueuesHandler.cpp167 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetQueuesFunction()
H A DAppleGetPendingItemsHandler.cpp154 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetPendingItemsFunction()
H A DAppleGetThreadItemInfoHandler.cpp161 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetThreadItemInfoFunction()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp60 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 DDWARFDebugAranges.cpp44 LLDB_LOG_ERROR(log, std::move(error), in extract()
H A DSymbolFileDWARF.cpp151 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 DDebugNamesDWARFIndex.cpp80 LLDB_LOG_ERROR( in MaybeLogLookupError()
/llvm-project-15.0.7/lldb/source/API/
H A DSBStream.cpp102 LLDB_LOG_ERROR(GetLog(LLDBLog::API), file.takeError(), in RedirectToFile()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp47 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanTracer.cpp110 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetIntPointerType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp210 LLDB_LOG_ERROR(log, std::move(Err), "SetUpPtyRedirection failed: {0}"); in DebugProcess()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpoint.cpp43 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h359 #define LLDB_LOG_ERROR(log, error, ...) \ macro

12