Home | History | Annotate | Download | only in API

Lines Matching refs:log

18 #include "lldb/Core/Log.h"
105 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
112 if (log)
114 log->Printf ("SBModule(%p)::GetFileSpec () => SBFileSpec(%p)",
124 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
131 if (log)
133 log->Printf ("SBModule(%p)::GetPlatformFileSpec () => SBFileSpec(%p)",
145 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
154 if (log)
156 log->Printf ("SBModule(%p)::SetPlatformFileSpec (SBFileSpec(%p (%s)) => %i",
170 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
177 if (log)
183 log->Printf ("SBModule(%p)::GetUUIDBytes () => %s", module_sp.get(), s.GetData());
186 log->Printf ("SBModule(%p)::GetUUIDBytes () => NULL", module_sp.get());
195 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
210 if (log)
216 log->Printf ("SBModule(%p)::GetUUIDString () => %s", module_sp.get(), s.GetData());
219 log->Printf ("SBModule(%p)::GetUUIDString () => NULL", module_sp.get());