CoelacanthusHex created this revision. CoelacanthusHex requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits.
fix typo in comment: libcstd++ -> libstdc++ Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D117288 Files: lldb/examples/synthetic/gnu_libstdcpp.py Index: lldb/examples/synthetic/gnu_libstdcpp.py =================================================================== --- lldb/examples/synthetic/gnu_libstdcpp.py +++ lldb/examples/synthetic/gnu_libstdcpp.py @@ -2,7 +2,7 @@ import lldb.formatters.Logger # C++ STL formatters for LLDB -# As there are many versions of the libcstd++, you are encouraged to look at the STL +# As there are many versions of the libstdc++, 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
Index: lldb/examples/synthetic/gnu_libstdcpp.py =================================================================== --- lldb/examples/synthetic/gnu_libstdcpp.py +++ lldb/examples/synthetic/gnu_libstdcpp.py @@ -2,7 +2,7 @@ import lldb.formatters.Logger # C++ STL formatters for LLDB -# As there are many versions of the libcstd++, you are encouraged to look at the STL +# As there are many versions of the libstdc++, 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
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits