diff options
| author | wangjingcun <wangjingcun@aliyun.com> | 2024-11-09 18:39:30 +0800 |
|---|---|---|
| committer | wangjingcun <wangjingcun@aliyun.com> | 2024-11-11 17:25:29 +0800 |
| commit | 5e4b33f2b8f70e5145ce0dce911cfc5b3289aabc (patch) | |
| tree | a046b232d95c86f100f08709fd709a1694dde515 /src | |
| parent | 62bb2ac03e775110d2c889f5d4a01a71e7334ff0 (diff) | |
| download | rust-5e4b33f2b8f70e5145ce0dce911cfc5b3289aabc.tar.gz rust-5e4b33f2b8f70e5145ce0dce911cfc5b3289aabc.zip | |
Fix broken url
Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/lldb_providers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/lldb_providers.py b/src/etc/lldb_providers.py index bace228454e..a42ce111ebc 100644 --- a/src/etc/lldb_providers.py +++ b/src/etc/lldb_providers.py @@ -32,7 +32,7 @@ from lldb import SBData, SBError, eBasicTypeLong, eBasicTypeUnsignedLong, \ # You can find more information and examples here: # 1. https://lldb.llvm.org/varformats.html # 2. https://lldb.llvm.org/use/python-reference.html -# 3. https://lldb.llvm.org/python_reference/lldb.formatters.cpp.libcxx-pysrc.html +# 3. https://github.com/llvm/llvm-project/blob/llvmorg-8.0.1/lldb/www/python_reference/lldb.formatters.cpp-pysrc.html # 4. https://github.com/llvm-mirror/lldb/tree/master/examples/summaries/cocoa #################################################################################################### |
