diff options
| author | Enrico Granata <egranata@apple.com> | 2012-08-27 17:42:50 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2012-08-27 17:42:50 +0000 |
| commit | 114bb19d19eaeffb98efe59975d5481424e1e9d4 (patch) | |
| tree | 5fefde6f72e7a58909113083494e95fd654bf40e /lldb/examples/synthetic/gnu_libstdcpp.py | |
| parent | e94695cfb93c88d0120befbee57752ef39d56367 (diff) | |
| download | bcm5719-llvm-114bb19d19eaeffb98efe59975d5481424e1e9d4.tar.gz bcm5719-llvm-114bb19d19eaeffb98efe59975d5481424e1e9d4.zip | |
Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jared Grubb
llvm-svn: 162680
Diffstat (limited to 'lldb/examples/synthetic/gnu_libstdcpp.py')
| -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 2d2801a5833..c08a42c6063 100644 --- a/lldb/examples/synthetic/gnu_libstdcpp.py +++ b/lldb/examples/synthetic/gnu_libstdcpp.py @@ -3,7 +3,7 @@ import lldb.formatters.Logger # 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 thru 10.7.3 +# as it ships with Mac OS X 10.6.8 thru 10.8.0 # 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 |

