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()
199 Log *log = GetLog(LLDBLog::Thread); in ValidatePlan()
200 if (log) in ValidatePlan()
201 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in ValidatePlan()
215 Log *log = GetLog(LLDBLog::Thread); in ShouldStop()
216 if (log) in ShouldStop()
217 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in ShouldStop()
231 Log *log = GetLog(LLDBLog::Thread); in WillStop()
232 if (log) in WillStop()
233 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in WillStop()
247 Log *log = GetLog(LLDBLog::Thread); in DoPlanExplainsStop()
248 if (log) in DoPlanExplainsStop()
249 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in DoPlanExplainsStop()
265 Log *log = GetLog(LLDBLog::Thread); in MischiefManaged()
266 if (log) in MischiefManaged()
267 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in MischiefManaged()
282 Log *log = GetLog(LLDBLog::Thread); in GetPlanRunState()
283 if (log) in GetPlanRunState()
284 log->Error("%s called on thread that has been destroyed (tid = 0x%" PRIx64 in GetPlanRunState()