reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  646         LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  687   LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  723         LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  761   LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  796         LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  837   LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  858         LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
  896   LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}",
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  399       LLDB_LOGV(
  403       LLDB_LOGV(log, "Triple: '{0}'", opts.Triple);
  404       LLDB_LOGV(log, "CPU: '{0}'", opts.CPU);
  405       LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath);
  406       LLDB_LOGV(log, "ABI: '{0}'", opts.ABI);
  407       LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  493       LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}",
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
  507   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}",
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3032       LLDB_LOGV(log, "Failed to parse non-numeric '.rs.info' section {0}",
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  402       LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file_path,
  534       LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
  551       LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
  573       LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
  593       LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  147     LLDB_LOGV(log, "PTRACE_POKETEXT {0}", buf.GetData());
  152     LLDB_LOGV(log, "PTRACE_POKEDATA {0}", buf.GetData());
  157     LLDB_LOGV(log, "PTRACE_POKEUSER {0}", buf.GetData());
  162     LLDB_LOGV(log, "PTRACE_SETREGS {0}", buf.GetData());
  167     LLDB_LOGV(log, "PTRACE_SETFPREGS {0}", buf.GetData());
  172     LLDB_LOGV(log, "PTRACE_SETSIGINFO {0}", buf.GetData());
  178     LLDB_LOGV(log, "PTRACE_SETREGSET {0}", buf.GetData());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  283     LLDB_LOGV(log,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1643   LLDB_LOGV(log, "pid = {0}", GetID());
 1662         LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.",
 1665         LLDB_LOGV(log, "Found old thread: {0} for thread ID: {1:x}.",
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  233       LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked",
  286       LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n",
  391   LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked",
  414   LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked",
tools/lldb/source/Target/Memory.cpp
  300       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);
tools/lldb/source/Target/SectionLoadList.cpp
   70     LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}",
tools/lldb/source/Utility/StringList.cpp
  240   LLDB_LOGV(log, "{0}", strm.GetData());
tools/lldb/unittests/Utility/LogTest.cpp
  287   std::thread log_thread([this] { LLDB_LOGV(getLog(), "Hello World"); });