diff options
-rw-r--r-- | lldb/examples/synthetic/gnu_libstdcpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/synthetic/gnu_libstdcpp.py b/lldb/examples/synthetic/gnu_libstdcpp.py index f88df53dc90..3265f55bb44 100644 --- a/lldb/examples/synthetic/gnu_libstdcpp.py +++ b/lldb/examples/synthetic/gnu_libstdcpp.py @@ -2,7 +2,7 @@ import re # 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 |