Lines Matching refs:log
1199 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
1203 if (log)
1204 log->Printf("[ScanFormatDescriptor] no format descriptor in string, skipping");
1211 if (log)
1212 log->Printf("[ScanFormatDescriptor] parsing %s as a format descriptor", format_name.c_str());
1217 if (log)
1218 log->Printf("[ScanFormatDescriptor] %s is an unknown format", format_name.c_str());
1247 if (log)
1248 log->Printf("ScanFormatDescriptor] %s is an error, leaving the previous value alone", format_name.c_str());
1255 if (log)
1256 log->Printf("[ScanFormatDescriptor] will display value for this VO");
1260 if (log)
1261 log->Printf("[ScanFormatDescriptor] final format description outcome: custom_format = %d, val_obj_display = %d",
1278 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
1289 if (log)
1290 log->Printf("[ScanBracketedRange] '[]' detected.. going from 0 to end of data");
1298 if (log)
1299 log->Printf("[ScanBracketedRange] [%" PRId64 "] detected, high index is same", *index_lower);
1306 if (log)
1307 log->Printf("[ScanBracketedRange] [%" PRId64 "-%" PRId64 "] detected", *index_lower, *index_higher);
1311 if (log)
1312 log->Printf("[ScanBracketedRange] expression is erroneous, cannot extract indices out of it");
1317 if (log)
1318 log->Printf("[ScanBracketedRange] swapping indices");
1324 else if (log)
1325 log->Printf("[ScanBracketedRange] no bracketed range, skipping entirely");
1356 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
1360 if (log)
1361 log->Printf("[ExpandIndexedExpression] name to deref: %s",ptr_deref_buffer.c_str());
1375 if (log)
1376 log->Printf("[ExpandIndexedExpression] ERROR: unparsed portion = %s, why stopping = %d,"
1382 if (log)
1383 log->Printf("[ExpandIndexedExpression] ALL RIGHT: unparsed portion = %s, why stopping = %d,"
1481 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
1573 if (log)
1574 log->Printf("[Debugger::FormatPrompt] initial string: %s",var_name_begin);
1581 if (log)
1582 log->Printf("[Debugger::FormatPrompt] found a deref, new string is: %s",var_name_begin);
1592 if (log)
1593 log->Printf("[Debugger::FormatPrompt] found a synthetic, new string is: %s",var_name_begin);
1600 if (log)
1601 log->Printf("[Debugger::FormatPrompt] string I am working with: %s",var_name_begin);
1673 if (log)
1674 log->Printf("[Debugger::FormatPrompt] symbol to expand: %s",expr_path.c_str());
1685 if (log)
1686 log->Printf("[Debugger::FormatPrompt] ERROR: unparsed portion = %s, why stopping = %d,"
1693 if (log)
1694 log->Printf("[Debugger::FormatPrompt] ALL RIGHT: unparsed portion = %s, why stopping = %d,"
1716 if (log)
1717 log->Printf("[Debugger::FormatPrompt] ERROR: %s\n", error.AsCString("unknown")); \
1746 if (log)
1747 log->Printf("[Debugger::FormatPrompt] I am into array || pointer && !range");
1755 if (log)
1756 log->Printf("[Debugger::FormatPrompt] special cases did%s match", var_success ? "" : "n't");
1801 if (log)
1802 log->Printf("[Debugger::FormatPrompt] dumping ordinary printable output");
1807 if (log)
1808 log->Printf("[Debugger::FormatPrompt] checking if I can handle as array");
1811 if (log)
1812 log->Printf("[Debugger::FormatPrompt] handle as array");
1843 if (log)
1844 log->Printf("[Debugger::FormatPrompt] ERROR in getting child item at index %" PRId64, index_lower);
1848 if (log)
1849 log->Printf("[Debugger::FormatPrompt] special_directions for child item: %s",special_directions);
2629 Log::Callbacks log_callbacks;
2658 if (Log::GetLogChannelCallbacks (ConstString(channel), log_callbacks))
2674 error_stream.Printf ("Invalid log channel '%s'.\n", channel);
2680 error_stream.Printf ("Invalid log channel '%s'.\n", channel);