Lines Matching refs:log
46 #include "lldb/Core/Log.h"
139 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
141 if (log)
142 log->Printf ("%s (arg = %p) thread starting...", function, arg);
161 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS);
162 if (log)
163 log->Printf("%s ::wait_pid (pid = %" PRIu64 ", &status, options = %i)...", function, pid, options);
177 if (log)
178 log->Printf ("%s (arg = %p) thread exiting because waitpid failed (%s)...", __FUNCTION__, arg, strerror(errno));
217 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS);
218 if (log)
219 log->Printf ("%s ::waitpid (pid = %" PRIu64 ", &status, options = %i) => pid = %" PRIu64 ", status = 0x%8.8x (%s), signal = %i, exit_state = %i",
238 if (log)
239 log->Printf ("%s (arg = %p) thread exiting because pid received exit signal...", __FUNCTION__, arg);
246 if (log)
247 log->Printf ("%s (arg = %p) thread exiting because callback returned true...", __FUNCTION__, arg);
255 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS);
256 if (log)
257 log->Printf ("%s (arg = %p) thread exiting...", __FUNCTION__, arg);
573 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_THREAD));
574 if (log)
575 log->Printf("thread created");