Home
last modified time | relevance | path

Searched refs:LLDB_LOGV (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp535 LLDB_LOGV(log, "class_name = {0}", descriptor.GetClassName()); in fill()
550 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}", in fill()
555 LLDB_LOGV(log, in fill()
567 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr, in fill()
572 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}", in fill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp305 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr); in ReserveBlock()
310 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, in ReserveBlock()
325 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success); in FreeBlock()
H A DSectionLoadList.cpp70 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}", in SetSectionLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp492 LLDB_LOGV( in ClangExpressionParser()
496 LLDB_LOGV(log, "Triple: '{0}'", opts.Triple); in ClangExpressionParser()
497 LLDB_LOGV(log, "CPU: '{0}'", opts.CPU); in ClangExpressionParser()
498 LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath); in ClangExpressionParser()
499 LLDB_LOGV(log, "ABI: '{0}'", opts.ABI); in ClangExpressionParser()
500 LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion); in ClangExpressionParser()
H A DClangASTSource.cpp193 LLDB_LOGV(log, " CTD Inspecting namespace map{0} ({1} entries)", in FindCompleteType()
1391 LLDB_LOGV(log, " CAS::FEVD Inspecting namespace map {0} ({1} entries)", in LookupInNamespace()
H A DClangUserExpression.cpp516 LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}", in GetModuleConfig()
H A DClangExpressionDeclMap.cpp689 LLDB_LOGV(log, " CEDM::FEVD Inspecting (NamespaceMap*){0:x} ({1} entries)", in FindExternalVisibleDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp240 LLDB_LOGV(log, "{0}", strm.GetData()); in LogDump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h256 #define LLDB_LOGV(log, ...) \ macro
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp647 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
664 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp276 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in ~InitializePythonRAII()
349 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n", in InitializeThreadsPrivate()
481 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked", in DoAcquireLock()
504 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in DoFreeLock()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp284 LLDB_LOGV(log, in WaitForPacketNoLock()
H A DProcessGDBRemote.cpp1613 LLDB_LOGV(log, "pid = {0}", GetID()); in DoUpdateThreadList()
1632 LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList()
1635 LLDB_LOGV(log, "Found old thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3041 LLDB_LOGV(log, "Failed to parse non-numeric '.rs.info' section {0}", in ParseRSInfo()