summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-10-17 22:23:56 +0000
committerEnrico Granata <egranata@apple.com>2012-10-17 22:23:56 +0000
commitd228483d8c579930d490053ca9944bb04d908ee8 (patch)
treecf6ec5b884d8886fbf63de21f148e92a158b8a1f /lldb/source/Core/ValueObject.cpp
parentc5069ad26c72412637429f04451aa1c7b34aa479 (diff)
downloadbcm5719-llvm-d228483d8c579930d490053ca9944bb04d908ee8.tar.gz
bcm5719-llvm-d228483d8c579930d490053ca9944bb04d908ee8.zip
Improvements to the data formatters logging - plus, new log messages when our dynamic type changes
llvm-svn: 166133
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp3
1 files changed, 2 insertions, 1 deletions
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());
OpenPOWER on IntegriCloud