Lines Matching refs:log
37 #include "lldb/Core/Log.h"
540 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
541 if (log)
543 log->Printf ("SBTarget(%p)::GetProcess () => SBProcess(%p)",
622 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
628 if (log)
630 log->Printf ("SBTarget(%p)::Launch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
734 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API);
735 if (log)
737 log->Printf ("SBTarget(%p)::Launch (...) => SBProcess(%p)",
747 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
753 if (log)
755 log->Printf ("SBTarget(%p)::Launch (launch_info, error)...", target_sp.get());
834 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API);
835 if (log)
837 log->Printf ("SBTarget(%p)::Launch (...) => SBProcess(%p)",
847 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
853 if (log)
855 log->Printf ("SBTarget(%p)::Attach (sb_attach_info, error)...", target_sp.get());
874 if (log)
876 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
904 if (log)
906 log->Printf ("SBTarget(%p)::Attach (...) => error %s",
933 if (log)
935 log->Printf ("SBTarget(%p)::Attach (...) => SBProcess(%p)",
963 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
969 if (log)
971 log->Printf ("SBTarget(%p)::AttachToProcessWithID (listener, pid=%" PRId64 ", error)...", target_sp.get(), pid);
1044 if (log)
1046 log->Printf ("SBTarget(%p)::AttachToProcessWithID (...) => SBProcess(%p)",
1061 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1067 if (log)
1069 log->Printf ("SBTarget(%p)::AttachToProcessWithName (listener, name=%s, wait_for=%s, error)...", target_sp.get(), name, wait_for ? "true" : "false");
1136 if (log)
1138 log->Printf ("SBTarget(%p)::AttachToPorcessWithName (...) => SBProcess(%p)",
1153 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1159 if (log)
1161 log->Printf ("SBTarget(%p)::ConnectRemote (listener, url=%s, plugin_name=%s, error)...", target_sp.get(), url, plugin_name);
1188 if (log)
1190 log->Printf ("SBTarget(%p)::ConnectRemote (...) => SBProcess(%p)",
1209 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1210 if (log)
1212 log->Printf ("SBTarget(%p)::GetExecutable () => SBFileSpec(%p)",
1285 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1299 if (log)
1305 log->Printf ("SBTarget(%p)::BreakpointCreateByLocation ( %s:%u ) => SBBreakpoint(%p): %s",
1319 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1341 if (log)
1343 log->Printf ("SBTarget(%p)::BreakpointCreateByName (symbol=\"%s\", module=\"%s\") => SBBreakpoint(%p)",
1365 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1382 if (log)
1384 log->Printf ("SBTarget(%p)::BreakpointCreateByName (symbol=\"%s\", name_type: %d) => SBBreakpoint(%p)",
1398 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1416 if (log)
1418 log->Printf ("SBTarget(%p)::BreakpointCreateByName (symbols={", target_sp.get());
1427 log->Printf ("\"%s\"%c ", symbol_names[i], sep);
1429 log->Printf ("\"<NULL>\"%c ", sep);
1432 log->Printf ("name_type: %d) => SBBreakpoint(%p)", name_type_mask, sb_bp.get());
1441 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1465 if (log)
1467 log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (symbol_regex=\"%s\", module_name=\"%s\") => SBBreakpoint(%p)",
1479 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1493 if (log)
1495 log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (symbol_regex=\"%s\") => SBBreakpoint(%p)",
1505 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1515 if (log)
1517 log->Printf ("SBTarget(%p)::BreakpointCreateByAddress (address=%" PRIu64 ") => SBBreakpoint(%p)", target_sp.get(), (uint64_t) address, sb_bp.get());
1526 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1550 if (log)
1554 log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (source_regex=\"%s\", file=\"%s\", module_name=\"%s\") => SBBreakpoint(%p)",
1566 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1577 if (log)
1579 log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (source_regex=\"%s\") => SBBreakpoint(%p)",
1591 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1601 if (log)
1603 log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (Language: %s, catch: %s throw: %s) => SBBreakpoint(%p)",
1642 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1652 if (log)
1654 log->Printf ("SBTarget(%p)::BreakpointDelete (bp_id=%d) => %i", target_sp.get(), (uint32_t) bp_id, result);
1663 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1673 if (log)
1675 log->Printf ("SBTarget(%p)::FindBreakpointByID (bp_id=%d) => SBBreakpoint(%p)",
1749 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1761 if (log)
1763 log->Printf ("SBTarget(%p)::WatchpointDelete (wp_id=%d) => %i", target_sp.get(), (uint32_t) wp_id, result);
1772 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1786 if (log)
1788 log->Printf ("SBTarget(%p)::FindWatchpointByID (bp_id=%d) => SBWatchpoint(%p)",
1798 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1826 if (log)
1828 log->Printf ("SBTarget(%p)::WatchAddress (addr=0x%" PRIx64 ", 0x%u) => SBWatchpoint(%p)",
1942 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1952 if (log)
1953 log->Printf ("SBTarget(%p)::GetNumModules () => %d", target_sp.get(), num);
1961 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
1963 if (log)
1964 log->Printf ("SBTarget(%p)::Clear ()", m_opaque_sp.get());
2022 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
2034 if (log)
2036 log->Printf ("SBTarget(%p)::GetModuleAtIndex (idx=%d) => SBModule(%p)",
2056 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
2061 if (log)
2062 log->Printf ("SBTarget(%p)::GetBroadcaster () => SBBroadcaster(%p)",
2575 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
2576 Log * expr_log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS));
2586 if (log)
2587 log->Printf ("SBTarget::EvaluateExpression called with an empty expression");
2594 if (log)
2595 log->Printf ("SBTarget()::EvaluateExpression (expr=\"%s\")...", expr);
2621 if (log)
2622 log->Printf ("SBTarget::EvaluateExpression () => error: could not reconstruct frame object for this SBTarget.");
2631 if (log)
2632 log->Printf ("SBTarget(%p)::EvaluateExpression (expr=\"%s\") => SBValue(%p) (execution result=%d)",