/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointAlgorithms.cpp | 47 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 D | AppleObjCClassDescriptorV2.cpp | 701 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 D | Memory.cpp | 320 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 D | SectionLoadList.cpp | 71 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}", in SetSectionLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringList.cpp | 246 LLDB_LOGV(log, "{0}", strm.GetData()); in LogDump()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 655 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 D | Log.h | 373 #define LLDB_LOGV(log, ...) \ macro
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 196 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 D | ClangUserExpression.cpp | 510 LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}", in GetModuleConfig()
|
H A D | ClangExpressionDeclMap.cpp | 707 LLDB_LOGV(log, " CEDM::FEVD Inspecting (NamespaceMap*){0:x} ({1} entries)", in FindExternalVisibleDecls()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 139 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 D | GDBRemoteCommunication.cpp | 259 LLDB_LOGV(log, in WaitForPacketNoLock()
|
H A D | ProcessGDBRemote.cpp | 1502 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 D | SymbolFileCTF.cpp | 1012 LLDB_LOGV(log, "Adding type {0}: {1}", type_sp->GetID(), in ResolveTypeUID()
|