| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| D | MinidumpParser.cpp | 88 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/ |
| D | DataFileCache.cpp | 68 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()
|
| D | StreamFile.cpp | 41 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), file.takeError(), in StreamFile()
|
| D | ValueObjectRegister.cpp | 207 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetCompilerTypeImpl()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | CxxModuleHandler.cpp | 211 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()
|
| 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() 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/ |
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| D | SymbolFilePDB.cpp | 317 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/ |
| 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()
|
| D | AppleGetQueuesHandler.cpp | 167 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetQueuesFunction()
|
| D | AppleGetThreadItemInfoHandler.cpp | 161 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetThreadItemInfoFunction()
|
| D | AppleGetPendingItemsHandler.cpp | 154 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetPendingItemsFunction()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| D | DynamicLoaderWasmDYLD.cpp | 60 LLDB_LOG_ERROR(log, std::move(error), "Couldn't load modules: {0}"); in DidAttach()
|
| /openbsd/src/gnu/llvm/lldb/source/Breakpoint/ |
| D | Watchpoint.cpp | 43 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/ |
| D | DWARFDebugAranges.cpp | 44 LLDB_LOG_ERROR(log, std::move(error), in extract()
|
| 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() 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 …]
|
| D | DebugNamesDWARFIndex.cpp | 81 LLDB_LOG_ERROR( in MaybeLogLookupError()
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBStream.cpp | 102 LLDB_LOG_ERROR(GetLog(LLDBLog::API), file.takeError(), in RedirectToFile()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| D | BlockPointer.cpp | 47 LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), std::move(err), in BlockPointerSyntheticFrontEnd()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ThreadPlanTracer.cpp | 110 LLDB_LOG_ERROR(GetLog(LLDBLog::Types), std::move(err), in GetIntPointerType()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | Log.h | 360 #define LLDB_LOG_ERROR(log, error, ...) \ macro
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| D | NativeProcessFreeBSD.cpp | 228 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/ |
| D | ConnectionFileDescriptorPosix.cpp | 658 LLDB_LOG_ERROR(GetLog(LLDBLog::Connection), socket.takeError(), in ConnectUDP()
|