Lines Matching refs:LLDB_LOG

146   LLDB_LOG(log, "bp_site = {0:x}, id={1}, addr={2:x}", bp_site,  in EnableBreakpointSite()
151 LLDB_LOG(log, "error: {0}", error); in EnableBreakpointSite()
157 LLDB_LOG(log, "bp_site = {0:x}, id={1}, addr={2:x}", bp_site, in DisableBreakpointSite()
163 LLDB_LOG(log, "error: {0}", error); in DisableBreakpointSite()
176 LLDB_LOG(log, "Detaching process error: {0}", error); in DoDetach()
181 LLDB_LOG(log, "error: {0}", error); in DoDetach()
213 LLDB_LOG(log, "process {0} is in state {1}. Resuming...", in DoResume()
217 LLDB_LOG(log, "resuming {0} threads.", m_thread_list.GetSize()); in DoResume()
226 LLDB_LOG( in DoResume()
249 LLDB_LOG(log, "error: process {0} is in state {1}. Returning...", in DoResume()
357 LLDB_LOG(log, "no active session. Returning..."); in RefreshStateAfterStop()
367 LLDB_LOG(log, in RefreshStateAfterStop()
386 LLDB_LOG(log, in RefreshStateAfterStop()
403 LLDB_LOG(log, in RefreshStateAfterStop()
419 LLDB_LOG(log, "single stepping thread {0}", stop_thread->GetID()); in RefreshStateAfterStop()
446 LLDB_LOG(log, "Unknown breakpoint size for architecture"); in RefreshStateAfterStop()
455 LLDB_LOG(log, in RefreshStateAfterStop()
462 LLDB_LOG(log, in RefreshStateAfterStop()
471 LLDB_LOG(log, in RefreshStateAfterStop()
481 LLDB_LOG(log, in RefreshStateAfterStop()
502 LLDB_LOG(log, "{0}", desc_stream.str()); in RefreshStateAfterStop()
557 LLDB_LOG(log, "{0} new threads, {1} old threads, {2} exited threads.", in DoUpdateThreadList()
634 LLDB_LOG(log, "Process {0} exited with code {1}", GetID(), exit_code); in OnExitProcess()
653 LLDB_LOG(log, "Debugger connected to process {0}. Image base = {1:x}", in OnDebuggerConnected()
711 LLDB_LOG(log, in OnDebugException()
731 LLDB_LOG( in OnDebugException()
738 LLDB_LOG(log, "Hit non-loader breakpoint at address {0:x}.", in OnDebugException()
748 LLDB_LOG(log, in OnDebugException()
822 LLDB_LOG(log, in OnDebuggerError()
832 LLDB_LOG( in OnDebuggerError()