Lines Matching refs:log
80 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop() local
86 LLDB_LOG(log, "returning previous thread plan vote: {0}", prev_vote); in ShouldReportStop()
90 LLDB_LOG(log, "Returning vote: {0}", m_report_stop_vote); in ShouldReportStop()
120 Log *log = GetLog(LLDBLog::Step); in WillResume() local
122 if (log) { in WillResume()
129 log, in WillResume()
202 Log *log = GetLog(LLDBLog::Thread); in ValidatePlan()
203 if (log) in ValidatePlan()
204 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in ValidatePlan()
218 Log *log = GetLog(LLDBLog::Thread); in ShouldStop()
219 if (log) in ShouldStop()
220 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in ShouldStop()
234 Log *log = GetLog(LLDBLog::Thread); in WillStop()
235 if (log) in WillStop()
236 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in WillStop()
250 Log *log = GetLog(LLDBLog::Thread); in DoPlanExplainsStop()
251 if (log) in DoPlanExplainsStop()
252 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in DoPlanExplainsStop()
268 Log *log = GetLog(LLDBLog::Thread); in MischiefManaged()
269 if (log) in MischiefManaged()
270 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in MischiefManaged()
285 Log *log = GetLog(LLDBLog::Thread); in GetPlanRunState()
286 if (log) in GetPlanRunState()
287 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in GetPlanRunState()