Home
last modified time | relevance | path

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

123

/freebsd/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/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/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()
425 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), ExpectedStream.takeError(), in GetExceptionStream()
437 LLDB_LOG_ERROR(log, ExpectedMemory.takeError(), in FindMemoryRange()
451 LLDB_LOG_ERROR(log, ExpectedSlice.takeError(), in FindMemoryRange()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp104 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), should_stop_or_err.takeError(), in ShouldStop()
122 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), is_stale_or_err.takeError(), in IsPlanStale()
140 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), in DoPlanExplainsStop()
188 LLDB_LOG_ERROR(GetLog(LLDBLog::Thread), std::move(err), in GetDescription()
H A DThreadPlanTracer.cpp109 LLDB_LOG_ERROR( in GetIntPointerType()
/freebsd/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 DValueObjectConstResultImpl.cpp82 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), in CreateChildAtIndex()
138 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), in CreateSyntheticArrayMember()
H A DStreamFile.cpp
H A DValueObjectRegister.cpp201 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/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.cpp57 LLDB_LOG_ERROR(log, ret_or_error.takeError(), in CopyType()
84 LLDB_LOG_ERROR(log, result.takeError(), "Couldn't import decl: {0}"); in CopyDecl()
883 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren()
913 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren()
1151 LLDB_LOG_ERROR(log, std::move(err), in ImportDefinitionTo()
1208 LLDB_LOG_ERROR(log, imported_from_superclass_decl.takeError(), in ImportDefinitionTo()
/freebsd/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/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/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/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/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()
549 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject()
709 LLDB_LOG_ERROR(log, std::move(error), in DebugAbbrev()
910 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseFunction()
958 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ConstructFunctionDemangledName()
1147 LLDB_LOG_ERROR(log, std::move(error), in GetTypeUnitSupportFiles()
2142 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), in GetGlobalAranges()
[all …]
H A DDebugNamesDWARFIndex.cpp172 LLDB_LOG_ERROR( in MaybeLogLookupError()
314 LLDB_LOG_ERROR( in getParentChain()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp103 LLDB_LOG_ERROR(GetLog(LLDBLog::API), file.takeError(), in RedirectToFile()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp44 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
57 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp120 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), alarm_thread.takeError(), in StartAlarmThread()
H A DProcessLaunchInfo.cpp185 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), maybe_thread.takeError(), in MonitorProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp48 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp217 LLDB_LOG_ERROR(log, std::move(Err), "SetUpPtyRedirection failed: {0}"); in DebugProcess()

123