Home
last modified time | relevance | path

Searched refs:LLDB_LOGV (Results 1 – 14 of 14) 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()
91 LLDB_LOGV(log, in PowerOf2Watchpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp701 LLDB_LOGV(log, "class_name = {0}", descriptor.GetClassName()); in fill()
716 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}", in fill()
721 LLDB_LOGV(log, in fill()
733 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr, in fill()
738 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}", in fill()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp320 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr); in ReserveBlock()
325 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, in ReserveBlock()
340 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/Utility/
H A DStringList.cpp246 LLDB_LOGV(log, "{0}", strm.GetData()); in LogDump()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp655 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
671 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h373 #define LLDB_LOGV(log, ...) \ macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp196 LLDB_LOGV(log, " CTD Inspecting namespace map{0:x} ({1} entries)", in FindCompleteType()
1332 LLDB_LOGV(log, " CAS::FEVD Inspecting namespace map {0:x} ({1} entries)", in LookupInNamespace()
H A DClangUserExpression.cpp510 LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}", in GetModuleConfig()
H A DClangExpressionDeclMap.cpp707 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.cpp139 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in ~InitializePythonRAII()
199 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n", in InitializeThreadsPrivate()
383 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked", in DoAcquireLock()
406 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.cpp259 LLDB_LOGV(log, in WaitForPacketNoLock()
H A DProcessGDBRemote.cpp1502 LLDB_LOGV(log, "pid = {0}", GetID()); in DoUpdateThreadList()
1521 LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList()
1524 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()