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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp507 LLDB_LOGV(log, "class_name = {0}", descriptor.GetClassName());
522 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}",
527 LLDB_LOGV(log,
539 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr,
544 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp300 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr);
305 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size,
320 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success);
H A DSectionLoadList.cpp70 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp400 LLDB_LOGV(
404 LLDB_LOGV(log, "Triple: '{0}'", opts.Triple);
405 LLDB_LOGV(log, "CPU: '{0}'", opts.CPU);
406 LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath);
407 LLDB_LOGV(log, "ABI: '{0}'", opts.ABI);
408 LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion);
H A DClangUserExpression.cpp500 LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp240 LLDB_LOGV(log, "{0}", strm.GetData());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h256 #define LLDB_LOGV(log, ...) \ macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp57 LLDB_LOGV(log, "tid = {0}", tid);
248 LLDB_LOGV(log, "called");
H A DProcessFreeBSD.cpp291 LLDB_LOGV(log, "pid = {0}", GetID());
537 LLDB_LOGV(log, "message_queue size = {0}", m_message_queue.size());
549 LLDB_LOGV(log, " message_queue size = {0}, pid = {1}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp660 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
677 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp265 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked",
318 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n",
423 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked",
446 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp284 LLDB_LOGV(log,
H A DProcessGDBRemote.cpp1620 LLDB_LOGV(log, "pid = {0}", GetID());
1639 LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.",
1642 LLDB_LOGV(log, "Found old thread: {0} for thread ID: {1:x}.",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3031 LLDB_LOGV(log, "Failed to parse non-numeric '.rs.info' section {0}",

Completed in 237 milliseconds