Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp87 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_THREAD), in GetThreads()
144 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS), in GetArchitecture()
203 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS), in GetArchitecture()
254 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES), in GetModuleList()
274 LLDB_LOG_ERROR(log, region.takeError(), in CreateRegionsCacheFromLinuxMaps()
351 LLDB_LOG_ERROR(log, ExpectedModules.takeError(), in GetFilteredModuleList()
374 LLDB_LOG_ERROR(log, ExpectedName.takeError(), in GetFilteredModuleList()
424 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS), in GetExceptionStream()
437 LLDB_LOG_ERROR(log, ExpectedMemory.takeError(), in FindMemoryRange()
451 LLDB_LOG_ERROR(log, ExpectedSlice.takeError(), in FindMemoryRange()
[all …]
/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp247 TEST_F(LogChannelEnabledTest, LLDB_LOG_ERROR) { in TEST_F() argument
248 LLDB_LOG_ERROR(getLog(), llvm::Error::success(), "Foo failed: {0}"); in TEST_F()
251 LLDB_LOG_ERROR(getLog(), in TEST_F()
258 LLDB_LOG_ERROR(nullptr, in TEST_F()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DCxxModuleHandler.cpp205 LLDB_LOG_ERROR(log, to_context.takeError(), in tryInstantiateStdTemplate()
233 LLDB_LOG_ERROR(log, type.takeError(), "Couldn't import type: {0}"); in tryInstantiateStdTemplate()
244 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()
645 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren()
675 LLDB_LOG_ERROR(log, imported_or_err.takeError(), in CompleteAndFetchChildren()
920 LLDB_LOG_ERROR(log, std::move(err), in ImportDefinitionTo()
979 LLDB_LOG_ERROR(log, imported_from_superclass_decl.takeError(), in ImportDefinitionTo()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp151 LLDB_LOG_ERROR(log, std::move(error), "failed to load modules: {0}"); in DidAttach()
171 LLDB_LOG_ERROR(log, std::move(error), "failed to load modules: {0}"); in DidLaunch()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp64 LLDB_LOG_ERROR(log, std::move(error), "Couldn't load modules: {0}"); in DidAttach()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp308 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseCompileUnitFunctionForPDBFunc()
558 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ResolveTypeUID()
595 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in CompleteType()
617 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDeclForUID()
647 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDeclContextForUID()
677 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDeclContextContainingUID()
706 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseDeclsForContext()
1445 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in DumpClangAST()
1658 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetPDBAstParser()
1678 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in FindNamespace()
[all …]
/external/llvm-project/lldb/source/Core/
DStreamFile.cpp40 LLDB_LOG_ERROR(GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST), file.takeError(), in StreamFile()
DValueObjectRegister.cpp206 LLDB_LOG_ERROR( in GetCompilerTypeImpl()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetItemInfoHandler.cpp149 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetItemInfoFunction()
163 LLDB_LOG_ERROR(log, std::move(err), in SetupGetItemInfoFunction()
DAppleGetPendingItemsHandler.cpp153 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetPendingItemsFunction()
DAppleGetThreadItemInfoHandler.cpp160 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetThreadItemInfoFunction()
DAppleGetQueuesHandler.cpp166 LLDB_LOG_ERROR(log, utility_fn_or_error.takeError(), in SetupGetQueuesFunction()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCoreMedia.cpp33 LLDB_LOG_ERROR( in CMTimeSummaryProvider()
/external/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp708 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION), in SocketListenAndAccept()
736 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION), in ConnectTCP()
756 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_CONNECTION), in ConnectUDP()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp165 LLDB_LOG_ERROR( in ParseLLVMLineTable()
171 LLDB_LOG_ERROR(log, line_table.takeError(), in ParseLLVMLineTable()
191 LLDB_LOG_ERROR(log, std::move(e), in ParseLLVMLineTablePrologue()
197 LLDB_LOG_ERROR(log, std::move(error), in ParseLLVMLineTablePrologue()
493 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject()
615 LLDB_LOG_ERROR(log, std::move(error), in DebugAbbrev()
768 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseFunction()
938 LLDB_LOG_ERROR(log, std::move(error), in GetTypeUnitSupportFiles()
1861 LLDB_LOG_ERROR(log, aranges.takeError(), in ResolveSymbolContext()
2066 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in DeclContextMatchesThisSymbolFile()
[all …]
DDebugNamesDWARFIndex.cpp79 LLDB_LOG_ERROR( in MaybeLogLookupError()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp46 LLDB_LOG_ERROR( in BlockPointerSyntheticFrontEnd()
/external/llvm-project/lldb/source/API/
DSBStream.cpp102 LLDB_LOG_ERROR(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API), file.takeError(), in RedirectToFile()
/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp109 LLDB_LOG_ERROR( in GetIntPointerType()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.cpp218 LLDB_LOG_ERROR(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST), in StartAsyncThread()
/external/llvm-project/lldb/include/lldb/Utility/
DLog.h265 #define LLDB_LOG_ERROR(log, error, ...) \ macro
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp228 LLDB_LOG_ERROR( in Update()
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp43 LLDB_LOG_ERROR( in Watchpoint()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp149 LLDB_LOG_ERROR(log, binary.takeError(), in GetModuleSpecifications()
223 LLDB_LOG_ERROR(log, binary.takeError(), in CreateBinary()

12