Lines Matching refs:LLDB_LOG
93 LLDB_LOG(log, "process {0} is in state {1}. Resuming...", in Resume()
95 LLDB_LOG(log, "resuming {0} threads.", m_threads.size()); in Resume()
111 LLDB_LOG(log, in Resume()
148 LLDB_LOG(log, "error: process {0} is in state {1}. Returning...", in Resume()
178 LLDB_LOG(log, "Detaching process error: {0}", error); in Detach()
183 LLDB_LOG(log, "error: {0}", error); in Detach()
406 LLDB_LOG(log, "Process {0} exited with code {1}", GetID(), exit_code); in OnExitProcess()
420 LLDB_LOG(log, "Debugger connected to process {0}. Image base = {1:x}", in OnDebuggerConnected()
431 LLDB_LOG(log, "Cannot get process information during debugger connecting " in OnDebuggerConnected()
468 LLDB_LOG(log, in OnDebugException()
492 LLDB_LOG(log, "Hit non-loader breakpoint at address {0:x}.", in OnDebugException()
512 LLDB_LOG(log, in OnDebugException()
533 LLDB_LOG(log, in OnDebugException()