Lines Matching refs:log
22 #include "lldb/Core/Log.h"
114 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
116 if (log)
117 log->Printf("ClangUserExpression::ScanContext()");
123 if (log)
124 log->Printf(" [CUE::SC] Settings inhibit C++ and Objective-C");
131 if (log)
132 log->Printf(" [CUE::SC] Null stack frame");
140 if (log)
141 log->Printf(" [CUE::SC] Null function");
150 if (log)
151 log->Printf(" [CUE::SC] Null function block");
159 if (log)
160 log->Printf(" [CUE::SC] Null decl context");
426 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
465 if (log)
466 log->Printf("Parsing the following code:\n%s", m_transformed_text.c_str());
756 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
758 if (log)
759 log->Printf("-- [ClangUserExpression::FinalizeJITExecution] Dematerializing after execution --");
795 // The expression log is quite verbose, and if you're just tracking the execution of the
796 // expression, it's quite convenient to have these logs come out with the STEP log as well.
797 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP));
881 if (log)
882 log->Printf("-- [ClangUserExpression::Execute] Execution of expression begins --");
899 if (log)
900 log->Printf("-- [ClangUserExpression::Execute] Execution of expression completed --");
990 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EXPRESSIONS | LIBLLDB_LOG_STEP));
1000 if (log)
1001 log->Printf("== [ClangUserExpression::Evaluate] Expression may not run, but is not constant ==");
1016 if (log)
1017 log->Printf("== [ClangUserExpression::Evaluate] Parsing expression %s ==", expr_cstr);
1035 if (log)
1036 log->Printf("== [ClangUserExpression::Evaluate] Expression may not run, but is not constant ==");
1045 if (log)
1046 log->Printf("== [ClangUserExpression::Evaluate] Executing expression ==");
1059 if (log)
1060 log->Printf("== [ClangUserExpression::Evaluate] Execution completed abnormally ==");
1073 if (log)
1074 log->Printf("== [ClangUserExpression::Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCString());
1078 if (log)
1079 log->Printf("== [ClangUserExpression::Evaluate] Execution completed normally with no result ==");