1
Fork 0

Rollup merge of #110920 - cuishuang:master, r=jyn514

Fix unavailable url

The previous link is no longer accessible (404).

Use latest link.
This commit is contained in:
Matthias Krüger 2023-04-28 07:34:04 +02:00 committed by GitHub
commit dda14941e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ from lldb import SBValue, SBData, SBError, eBasicTypeLong, eBasicTypeUnsignedLon
#
# You can find more information and examples here:
# 1. https://lldb.llvm.org/varformats.html
# 2. https://lldb.llvm.org/python-reference.html
# 2. https://lldb.llvm.org/use/python-reference.html
# 3. https://lldb.llvm.org/python_reference/lldb.formatters.cpp.libcxx-pysrc.html
# 4. https://github.com/llvm-mirror/lldb/tree/master/examples/summaries/cocoa
####################################################################################################