Lines Matching refs:log
14 #include "lldb/Core/Log.h"
31 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
33 if (log)
34 log->Printf ("SBCommunication::SBCommunication (broadcaster_name=\"%s\") => "
82 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
99 if (log)
100 log->Printf ("SBCommunication(%p)::AdoptFileDescriptor (fd=%d, ownd_fd=%i) => %s",
110 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
116 if (log)
117 log->Printf ("SBCommunication(%p)::Disconnect () => %s", m_opaque,
126 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
131 if (log)
132 log->Printf ("SBCommunication(%p)::IsConnected () => %i", m_opaque, result);
140 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
141 if (log)
142 log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status)...",
153 if (log)
154 log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status=%s) => %" PRIu64,
174 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
175 if (log)
176 log->Printf ("SBCommunication(%p)::Write (src=%p, src_len=%" PRIu64 ", &status=%s) => %" PRIu64,
185 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
191 if (log)
192 log->Printf ("SBCommunication(%p)::ReadThreadStart () => %i", m_opaque, success);
201 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
202 if (log)
203 log->Printf ("SBCommunication(%p)::ReadThreadStop ()...", m_opaque);
209 if (log)
210 log->Printf ("SBCommunication(%p)::ReadThreadStop () => %i", m_opaque, success);
221 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
222 if (log)
223 log->Printf ("SBCommunication(%p)::ReadThreadIsRunning () => %i", m_opaque, result);
234 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
243 if (log)
244 log->Printf ("SBCommunication(%p)::SetReadThreadBytesReceivedCallback (callback=%p, baton=%p) => %i",
255 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
257 if (log)
258 log->Printf ("SBCommunication(%p)::GetBroadcaster () => SBBroadcaster (%p)",