Home | History | Annotate | Download | only in Target

Lines Matching refs:log

17 #include "lldb/lldb-private-log.h"
18 #include "lldb/Core/Log.h"
71 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
73 if (log)
78 log->Printf("ThreadPlanStepOverRange reached %s.", s.GetData());
105 if (new_plan_sp && log)
106 log->Printf("Thought I stepped out, but in fact arrived at a trampoline.");
302 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
327 if (log)
328 log->PutCString ("ThreadPlanStepInRange got asked if it explains the stop for some reason other than step.");
352 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
353 if (log)
354 log->Printf ("ThreadPlanStepInRange::DoWillResume: adjusting range to the frame at inlined depth %d.",
366 if (log)
378 log->PutCString(s.GetData());