From d228483d8c579930d490053ca9944bb04d908ee8 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 17 Oct 2012 22:23:56 +0000 Subject: Improvements to the data formatters logging - plus, new log messages when our dynamic type changes llvm-svn: 166133 --- lldb/source/Core/ValueObject.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/source/Core/ValueObject.cpp') diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index 4db14ddd37f..0edc8be5ef0 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -239,8 +239,9 @@ ValueObject::UpdateFormatsIfNeeded(DynamicValueType use_dynamic) { LogSP log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES)); if (log) - log->Printf("checking for FormatManager revisions. VO named %s is at revision %d, while the format manager is at revision %d", + log->Printf("[%s %p] checking for FormatManager revisions. ValueObject rev: %d - Global rev: %d", GetName().GetCString(), + this, m_last_format_mgr_revision, DataVisualization::GetCurrentRevision()); -- cgit v1.2.3