Home | History | Annotate | Download | only in Utility

Lines Matching refs:log

11 #include "lldb/Core/Log.h"
111 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_UNWIND));
134 if (log)
135 log->Printf ("%*sFrame %d unwound too many frames, assuming unwind has gone astray, stopping.",
145 if (log)
147 log->Printf("%*sFrame %d invalid RegisterContext for this frame, stopping stack walk",
154 if (log)
156 log->Printf("%*sFrame %d did not get CFA for this frame, stopping stack walk",
163 if (log)
165 log->Printf("%*sFrame %d did not get a valid CFA for this frame, stopping stack walk",
172 if (log)
174 log->Printf("%*sFrame %d did not get PC for this frame, stopping stack walk",
181 if (log)
183 log->Printf("%*sFrame %d did not get a valid PC, stopping stack walk",