[Lldb-commits] [lldb] r150085 - /lldb/trunk/examples/synthetic/gnu_libstdcpp.py
Enrico Granata
granata.enrico at gmail.com
Wed Feb 8 11:57:18 PST 2012
Author: enrico
Date: Wed Feb 8 13:57:18 2012
New Revision: 150085
URL: http://llvm.org/viewvc/llvm-project?rev=150085&view=rev
Log:
fixing comment to reflect that currentversion of OSX works with our STL formatters
Modified:
lldb/trunk/examples/synthetic/gnu_libstdcpp.py
Modified: lldb/trunk/examples/synthetic/gnu_libstdcpp.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/synthetic/gnu_libstdcpp.py?rev=150085&r1=150084&r2=150085&view=diff
==============================================================================
--- lldb/trunk/examples/synthetic/gnu_libstdcpp.py (original)
+++ lldb/trunk/examples/synthetic/gnu_libstdcpp.py Wed Feb 8 13:57:18 2012
@@ -2,7 +2,7 @@
# C++ STL formatters for LLDB
# These formatters are based upon the version of the GNU libstdc++
-# as it ships with Mac OS X 10.6.8 and 10.7.0
+# as it ships with Mac OS X 10.6.8 thru 10.7.3
# You are encouraged to look at the STL implementation for your platform
# before relying on these formatters to do the right thing for your setup
More information about the lldb-commits
mailing list