| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| D | PlatformRemoteDarwinDevice.cpp | 248 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 265 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 287 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 307 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule()
|
| D | PlatformDarwinKernel.cpp | 493 LLDB_LOGV(log, "PlatformDarwinKernel examining '{0}'", file_spec); in GetKernelsAndKextsInDirectoryHelper() 573 LLDB_LOGV(log, "PlatformDarwinKernel descending into directory '{0}'", in GetKernelsAndKextsInDirectoryHelper()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCClassDescriptorV2.cpp | 548 LLDB_LOGV(log, "class_name = {0}", descriptor.GetClassName()); in fill() 563 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}", in fill() 568 LLDB_LOGV(log, in fill() 580 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr, in fill() 585 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}", in fill()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Memory.cpp | 306 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, addr); in ReserveBlock() 311 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, in ReserveBlock() 326 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success); in FreeBlock()
|
| D | SectionLoadList.cpp | 71 LLDB_LOGV(log, "(section = {0} ({1}.{2}), load_addr = {3:x}) module = {4}", in SetSectionLoadAddress()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangExpressionParser.cpp | 481 LLDB_LOGV( in ClangExpressionParser() 485 LLDB_LOGV(log, "Triple: '{0}'", opts.Triple); in ClangExpressionParser() 486 LLDB_LOGV(log, "CPU: '{0}'", opts.CPU); in ClangExpressionParser() 487 LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath); in ClangExpressionParser() 488 LLDB_LOGV(log, "ABI: '{0}'", opts.ABI); in ClangExpressionParser() 489 LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion); in ClangExpressionParser()
|
| D | ClangASTSource.cpp | 197 LLDB_LOGV(log, " CTD Inspecting namespace map{0} ({1} entries)", in FindCompleteType() 1400 LLDB_LOGV(log, " CAS::FEVD Inspecting namespace map {0} ({1} entries)", in LookupInNamespace()
|
| D | ClangUserExpression.cpp | 513 LLDB_LOGV(log, "[C++ module config] Analyzing support file: {0}", in GetModuleConfig()
|
| D | ClangExpressionDeclMap.cpp | 713 LLDB_LOGV(log, " CEDM::FEVD Inspecting (NamespaceMap*){0:x} ({1} entries)", in FindExternalVisibleDecls()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | DebuggerThread.cpp | 236 LLDB_LOGV(log, "Entering WaitForDebugEvent loop"); in DebugLoop() 238 LLDB_LOGV(log, "Calling WaitForDebugEvent"); in DebugLoop() 289 LLDB_LOGV(log, "calling ContinueDebugEvent({0}, {1}, {2}) on thread {3}.", in DebugLoop()
|
| D | ProcessWindows.cpp | 540 LLDB_LOGV(log, "Thread {0} was running and is still running.", in DoUpdateThreadList() 543 LLDB_LOGV(log, "Thread {0} was running and has exited.", old_thread_id); in DoUpdateThreadList() 554 LLDB_LOGV(log, "Thread {0} is new since last update.", thread_info.first); in DoUpdateThreadList()
|
| D | ProcessDebugger.cpp | 460 LLDB_LOGV(log, in GetMemoryRegionInfo()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | NativeProcessLinux.cpp | 156 LLDB_LOGV(log, "PTRACE_POKETEXT {0}", buf.GetData()); in PtraceDisplayBytes() 161 LLDB_LOGV(log, "PTRACE_POKEDATA {0}", buf.GetData()); in PtraceDisplayBytes() 166 LLDB_LOGV(log, "PTRACE_POKEUSER {0}", buf.GetData()); in PtraceDisplayBytes() 171 LLDB_LOGV(log, "PTRACE_SETREGS {0}", buf.GetData()); in PtraceDisplayBytes() 176 LLDB_LOGV(log, "PTRACE_SETFPREGS {0}", buf.GetData()); in PtraceDisplayBytes() 181 LLDB_LOGV(log, "PTRACE_SETSIGINFO {0}", buf.GetData()); in PtraceDisplayBytes() 187 LLDB_LOGV(log, "PTRACE_SETREGSET {0}", buf.GetData()); in PtraceDisplayBytes()
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | StringList.cpp | 246 LLDB_LOGV(log, "{0}", strm.GetData()); in LogDump()
|
| /openbsd/src/gnu/llvm/lldb/source/DataFormatters/ |
| D | FormatManager.cpp | 636 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached() 653 LLDB_LOGV(log, "Cache hits: {0} - Cache Misses: {1}", in GetCached()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | Log.h | 351 #define LLDB_LOGV(log, ...) \ macro
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | ScriptInterpreterPython.cpp | 131 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in ~InitializePythonRAII() 185 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked\n", in InitializeThreadsPrivate() 362 LLDB_LOGV(log, "Ensured PyGILState. Previous state = {0}locked", in DoAcquireLock() 385 LLDB_LOGV(log, "Releasing PyGILState. Returning to state = {0}locked", in DoFreeLock()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| D | ProcessKDP.cpp | 500 LLDB_LOGV(log, "pid = {0}", GetID()); in DoUpdateThreadList()
|
| D | CommunicationKDP.cpp | 196 LLDB_LOGV(log, in WaitForPacketWithTimeoutMicroSecondsNoLock()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunication.cpp | 260 LLDB_LOGV(log, in WaitForPacketNoLock()
|
| D | ProcessGDBRemote.cpp | 1494 LLDB_LOGV(log, "pid = {0}", GetID()); in DoUpdateThreadList() 1513 LLDB_LOGV(log, "Making new thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList() 1516 LLDB_LOGV(log, "Found old thread: {0} for thread ID: {1:x}.", in DoUpdateThreadList()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptRuntime.cpp | 3031 LLDB_LOGV(log, "Failed to parse non-numeric '.rs.info' section {0}", in ParseRSInfo()
|