Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/
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 …]
/openbsd/src/gnu/llvm/lldb/source/Core/
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()
DStreamFile.cpp41 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), file.takeError(), in StreamFile()
DValueObjectRegister.cpp207 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetCompilerTypeImpl()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
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()
250 LLDB_LOG_ERROR(log, type.takeError(), "Couldn't import type: {0}"); in tryInstantiateStdTemplate()
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()
910 LLDB_LOG_ERROR(log, std::move(err), in ImportDefinitionTo()
968 LLDB_LOG_ERROR(log, imported_from_superclass_decl.takeError(), in ImportDefinitionTo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp317 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseCompileUnitFunctionForPDBFunc()
568 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ResolveTypeUID()
605 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in CompleteType()
627 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclForUID()
657 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclContextForUID()
688 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetDeclContextContainingUID()
718 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ParseDeclsForContext()
1467 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in DumpClangAST()
1680 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in GetPDBAstParser()
1701 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in FindNamespace()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetItemInfoHandler.cpp150 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetItemInfoFunction()
164 LLDB_LOG_ERROR(log, std::move(err), in SetupGetItemInfoFunction()
DAppleGetQueuesHandler.cpp167 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetQueuesFunction()
DAppleGetThreadItemInfoHandler.cpp161 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetThreadItemInfoFunction()
DAppleGetPendingItemsHandler.cpp154 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetPendingItemsFunction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp60 LLDB_LOG_ERROR(log, std::move(error), "Couldn't load modules: {0}"); in DidAttach()
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp43 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
50 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.cpp44 LLDB_LOG_ERROR(log, std::move(error), in extract()
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()
877 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in ConstructFunctionDemangledName()
1063 LLDB_LOG_ERROR(log, std::move(error), in GetTypeUnitSupportFiles()
2156 LLDB_LOG_ERROR(GetLog(LLDBLog::Symbols), std::move(err), in DeclContextMatchesThisSymbolFile()
[all …]
DDebugNamesDWARFIndex.cpp81 LLDB_LOG_ERROR( in MaybeLogLookupError()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBStream.cpp102 LLDB_LOG_ERROR(GetLog(LLDBLog::API), file.takeError(), in RedirectToFile()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp47 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanTracer.cpp110 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetIntPointerType()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLog.h360 #define LLDB_LOG_ERROR(log, error, ...) \ macro
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp228 LLDB_LOG_ERROR(log, std::move(error), in MonitorSIGTRAP()
1023 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone()
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp658 LLDB_LOG_ERROR(GetLog(LLDBLog::Connection), socket.takeError(), in ConnectUDP()

12