| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 658 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetFormat() 701 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetFormat() 736 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetSummaryFormat() 779 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetSummaryFormat() 815 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetSyntheticChildren() 859 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetSyntheticChildren() 881 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetValidator() 924 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetValidator()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 496 LLDB_LOGV(log, "class_name = {0}", descriptor.GetClassName()); in fill() 511 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}", in fill() 516 LLDB_LOGV(log, in fill() 528 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr, in fill() 533 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}", in fill()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBroadcaster.cpp | 26 LLDB_LOGV(log, "(name=\"{0}\") => SBBroadcaster({1})", name, m_opaque_ptr); in SBBroadcaster() 32 LLDB_LOGV(log, "(broadcaster={0}, owns={1}) => SBBroadcaster({2})", in SBBroadcaster()
|
| H A D | SBEvent.cpp | 113 LLDB_LOGV(log, "({0}) (SBBroadcaster({1}): {2}) => {3}", get(), in BroadcasterMatchesRef()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Memory.cpp | 303 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr); in ReserveBlock() 308 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, in ReserveBlock() 323 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success); in FreeBlock()
|
| H A D | SectionLoadList.cpp | 70 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}", in SetSectionLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 335 LLDB_LOGV( in ClangExpressionParser() 339 LLDB_LOGV(log, "Triple: '{0}'", opts.Triple); in ClangExpressionParser() 340 LLDB_LOGV(log, "CPU: '{0}'", opts.CPU); in ClangExpressionParser() 341 LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath); in ClangExpressionParser() 342 LLDB_LOGV(log, "ABI: '{0}'", opts.ABI); in ClangExpressionParser() 343 LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion); in ClangExpressionParser()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | FreeBSDThread.cpp | 58 LLDB_LOGV(log, "tid = {0}", tid); in FreeBSDThread() 249 LLDB_LOGV(log, "called"); in CreateRegisterContextForFrame()
|
| H A D | ProcessFreeBSD.cpp | 300 LLDB_LOGV(log, "pid = {0}", GetID()); in DoAttachToProcessWithID() 546 LLDB_LOGV(log, "message_queue size = {0}", m_message_queue.size()); in RefreshStateAfterStop() 558 LLDB_LOGV(log, " message_queue size = {0}, pid = {1}", in RefreshStateAfterStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Log.h | 224 #define LLDB_LOGV(log, ...) \ macro
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StringList.cpp | 267 LLDB_LOGV(log, "{0}", strm.GetData()); in LogDump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 158 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in ~InitializePythonRAII() 188 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n", in InitializeThreadsPrivate() 221 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked", in DoAcquireLock() 244 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in DoFreeLock()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 292 LLDB_LOGV(log, in WaitForPacketNoLock()
|
| H A D | ProcessGDBRemote.cpp | 1689 LLDB_LOGV(log, "pid = {0}", GetID()); in UpdateThreadList() 1708 LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.", in UpdateThreadList() 1711 LLDB_LOGV(log, "Found old thread: {0} for thread ID: {1:x}.", in UpdateThreadList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3134 LLDB_LOGV(log, "Failed to parse non-numeric '.rs.info' section {0}", in ParseRSInfo()
|