Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp67 LLDB_LOG_ERROR(log, json.takeError(), in CreateInstance()
75 LLDB_LOG_ERROR(log, root.getError(), in CreateInstance()
87 LLDB_LOG_ERROR(log, root.getError(), in CreateInstance()
125 LLDB_LOG_ERROR(log, json.takeError(), in GetModuleSpecifications()
133 LLDB_LOG_ERROR(log, root.getError(), in GetModuleSpecifications()
169 LLDB_LOG_ERROR(log, symbol.takeError(), "invalid symbol: {0}"); in ParseSymtab()
/freebsd-14.2/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()
271 LLDB_LOG_ERROR(log, region.takeError(), in CreateRegionsCacheFromLinuxMaps()
348 LLDB_LOG_ERROR(log, ExpectedModules.takeError(), in GetFilteredModuleList()
371 LLDB_LOG_ERROR(log, ExpectedName.takeError(), in GetFilteredModuleList()
437 LLDB_LOG_ERROR(log, ExpectedMemory.takeError(), in FindMemoryRange()
451 LLDB_LOG_ERROR(log, ExpectedSlice.takeError(), in FindMemoryRange()
521 LLDB_LOG_ERROR(log, ExpectedInfo.takeError(), in CreateRegionsCacheFromMemoryInfoList()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp68 LLDB_LOG_ERROR(log, cache_or_err.takeError(), in DataFileCache()
101 LLDB_LOG_ERROR(log, add_stream_or_err.takeError(), in GetCachedData()
138 LLDB_LOG_ERROR(log, file_or_err.takeError(), in SetCachedData()
144 LLDB_LOG_ERROR(log, add_stream_or_err.takeError(), in SetCachedData()
H A DValueObjectRegister.cpp204 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetCompilerTypeImpl()
H A DThreadedCommunication.cpp183 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), maybe_thread.takeError(), in StartReadThread()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp91 LLDB_LOG_ERROR(l, exp_ar.takeError(), "failed to create archive: {0}"); in ParseObjects()
104 LLDB_LOG_ERROR(l, exp_name.takeError(), in ParseObjects()
116 LLDB_LOG_ERROR(l, exp_mtime.takeError(), in ParseObjects()
125 LLDB_LOG_ERROR(l, exp_size.takeError(), in ParseObjects()
136 LLDB_LOG_ERROR(l, exp_file_size.takeError(), in ParseObjects()
144 LLDB_LOG_ERROR(l, std::move(iter_err), in ParseObjects()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp211 LLDB_LOG_ERROR(log, to_context.takeError(), in tryInstantiateStdTemplate()
239 LLDB_LOG_ERROR(log, type.takeError(), "Couldn't import type: {0}"); in tryInstantiateStdTemplate()
251 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()
641 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren()
671 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren()
909 LLDB_LOG_ERROR(log, std::move(err), in ImportDefinitionTo()
965 LLDB_LOG_ERROR(log, imported_from_superclass_decl.takeError(), in ImportDefinitionTo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp85 LLDB_LOG_ERROR(log, binary.takeError(), in CreateInstance()
118 LLDB_LOG_ERROR(log, binary.takeError(), in GetModuleSpecifications()
275 LLDB_LOG_ERROR(log, NameOrErr.takeError(), in ParseSymtab()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DStreamFile.cpp41 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), file.takeError(), in StreamFile()
H A DProcessLaunchInfo.cpp185 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), maybe_thread.takeError(), in MonitorProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp321 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseCompileUnitFunctionForPDBFunc()
572 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ResolveTypeUID()
609 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in CompleteType()
631 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclForUID()
661 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclContextForUID()
692 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclContextContainingUID()
722 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseDeclsForContext()
1453 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in DumpClangAST()
1665 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetPDBAstParser()
1686 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in FindNamespace()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp60 LLDB_LOG_ERROR(log, std::move(error), "Couldn't load modules: {0}"); in DidAttach()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp45 LLDB_LOG_ERROR(log, std::move(error), in extract()
H A DSymbolFileDWARF.cpp156 LLDB_LOG_ERROR( in ParseLLVMLineTable()
162 LLDB_LOG_ERROR(log, line_table.takeError(), in ParseLLVMLineTable()
182 LLDB_LOG_ERROR(log, std::move(e), in ParseLLVMLineTablePrologue()
188 LLDB_LOG_ERROR(log, std::move(error), in ParseLLVMLineTablePrologue()
542 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject()
701 LLDB_LOG_ERROR(log, std::move(error), in DebugAbbrev()
903 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseFunction()
951 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ConstructFunctionDemangledName()
1140 LLDB_LOG_ERROR(log, std::move(error), in GetTypeUnitSupportFiles()
2307 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in DeclContextMatchesThisSymbolFile()
[all …]
H A DDebugNamesDWARFIndex.cpp92 LLDB_LOG_ERROR( in MaybeLogLookupError()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp47 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp103 LLDB_LOG_ERROR(GetLog(LLDBLog::API), file.takeError(), in RedirectToFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp45 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
52 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp109 LLDB_LOG_ERROR( in GetIntPointerType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp217 LLDB_LOG_ERROR(log, std::move(Err), "SetUpPtyRedirection failed: {0}"); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp271 LLDB_LOG_ERROR(log, std::move(err), "Unable to get type system: {0}"); in InitializeObject()
733 LLDB_LOG_ERROR(log, type_or_error.takeError(), in ParseTypes()
1000 LLDB_LOG_ERROR(log, type_or_error.takeError(), in ResolveTypeUID()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h365 #define LLDB_LOG_ERROR(log, error, ...) \ macro

12