未验证 提交 632db006 编写于 作者: O openharmony_ci 提交者: Gitee

!21954 更新SDK获取路径以及LLDB链接地址

Merge pull request !21954 from HsuYao/master
...@@ -4,7 +4,7 @@ Low Lever Debugger (LLDB) is a next-generation high-performance debugger. ...@@ -4,7 +4,7 @@ Low Lever Debugger (LLDB) is a next-generation high-performance debugger.
LLDB is developed based on the [llvm15.0.4](https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.4) and supports debugging on the home screen and OpenHarmony devices or simulators. LLDB is developed based on the [llvm15.0.4](https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.4) and supports debugging on the home screen and OpenHarmony devices or simulators.
## How to Obtain ## How to Obtain
Obtain the OpenHarmony SDK from http://ci.openharmony.cn/dailys/dailybuilds. Obtain the OpenHarmony SDK from http://ci.openharmony.cn/workbench/cicd/dailybuild.
LLDB is in the following path of the SDK: LLDB is in the following path of the SDK:
``` ```
...@@ -106,4 +106,4 @@ For example, for Windows, **lldb.exe** is stored in the following path after the ...@@ -106,4 +106,4 @@ For example, for Windows, **lldb.exe** is stored in the following path after the
- Checking the stack frame status - Checking the stack frame status
## References ## References
For details about other functions and commands, see [LLDB Usage Guide](https://gitee.com/openharmony/third_party_llvm-project/blob/master/lldb/README_zh.md) For details about other functions and commands, see [LLDB Usage Guide](https://gitee.com/openharmony/third_party_llvm-project/blob/master/lldb/README.md)
...@@ -5,7 +5,7 @@ LLDB(Low Lever Debugger)是新一代高性能调试器。 ...@@ -5,7 +5,7 @@ LLDB(Low Lever Debugger)是新一代高性能调试器。
当前OpenHarmony中的LLDB工具是在[llvm15.0.4](https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.4)基础上适配演进出来的工具,支持在桌面和Openharmony设备或模拟器上调试。 当前OpenHarmony中的LLDB工具是在[llvm15.0.4](https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.4)基础上适配演进出来的工具,支持在桌面和Openharmony设备或模拟器上调试。
## 工具获取 ## 工具获取
通过OpenHarmony的SDK获取,从以下链接获取SDK:http://ci.openharmony.cn/dailys/dailybuilds 通过OpenHarmony的SDK获取,获取路径:http://ci.openharmony.cn/workbench/cicd/dailybuild。
lldb工具在SDK中的路径: lldb工具在SDK中的路径:
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册