Lines Matching refs:log
14 #include "lldb/Core/Log.h"
94 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
99 if (log)
101 log->Printf ("SBValueList::SBValueList (rhs.ap=%p) => this.ap = %p",
110 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
115 if (log)
117 log->Printf ("SBValueList::SBValueList (lldb_object_ptr=%p) => this.ap = %p",
207 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
209 //if (log)
210 // log->Printf ("SBValueList::GetValueAtIndex (uint32_t idx) idx = %d", idx);
216 if (log)
220 log->Printf ("SBValueList::GetValueAtIndex (this.ap=%p, idx=%d) => SBValue (this.sp = %p, '%s')",
230 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
232 //if (log)
233 // log->Printf ("SBValueList::GetSize ()");
239 if (log)
240 log->Printf ("SBValueList::GetSize (this.ap=%p) => %d", m_opaque_ap.get(), size);