Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp47 LLDB_LOGV(log, "AtomizeWatchpointRequest user request addr {0:x} size {1}", in AtomizeWatchpointRequest()
51 LLDB_LOGV(log, "AtomizeWatchpointRequest creating resource {0:x} size {1}", in AtomizeWatchpointRequest()
81 LLDB_LOGV(log, in PowerOf2Watchpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp700 LLDB_LOGV(log, "class_name = {0}", descriptor.GetClassName()); in fill()
715 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}", in fill()
720 LLDB_LOGV(log, in fill()
732 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr, in fill()
737 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}", in fill()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp321 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr); in ReserveBlock()
326 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, in ReserveBlock()
341 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success); in FreeBlock()
H A DSectionLoadList.cpp71 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}", in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp198 LLDB_LOGV(log, in GetFileForModule()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp246 LLDB_LOGV(log, "{0}", strm.GetData()); in LogDump()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp663 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
679 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
H A DFormatterBytecode.cpp225 LLDB_LOGV(GetLog(LLDBLog::DataFormatters), in Interpret()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h383 #define LLDB_LOGV(log, ...) \ macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp197 LLDB_LOGV(log, " CTD Inspecting namespace map{0:x} ({1} entries)", in FindCompleteType()
1333 LLDB_LOGV(log, " CAS::FEVD Inspecting namespace map {0:x} ({1} entries)", in LookupInNamespace()
H A DClangUserExpression.cpp511 LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}", in GetModuleConfig()
H A DClangExpressionDeclMap.cpp708 LLDB_LOGV(log, " CEDM::FEVD Inspecting (NamespaceMap*){0:x} ({1} entries)", in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp146 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in ~InitializePythonRAII()
180 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n", in InitializeThreadsPrivate()
364 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked", in DoAcquireLock()
387 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in DoFreeLock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp248 LLDB_LOGV(log, in WaitForPacketNoLock()
H A DProcessGDBRemote.cpp1579 LLDB_LOGV(log, "pid = {0}", GetID()); in DoUpdateThreadList()
1598 LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList()
1601 LLDB_LOGV(log, "Found old thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1012 LLDB_LOGV(log, "Adding type {0}: {1}", type_sp->GetID(), in ResolveTypeUID()