diff --git a/en/application-dev/tools/lldb-tool.md b/en/application-dev/tools/lldb-tool.md index d8cb8a1c52a7f71d66642a62793526f14bb26827..630d9b3ee25a3cd13ab9fade2ffb508822b3a181 100644 --- a/en/application-dev/tools/lldb-tool.md +++ b/en/application-dev/tools/lldb-tool.md @@ -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. ## 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: ``` @@ -106,4 +106,4 @@ For example, for Windows, **lldb.exe** is stored in the following path after the - Checking the stack frame status ## 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) diff --git a/zh-cn/application-dev/tools/lldb-tool.md b/zh-cn/application-dev/tools/lldb-tool.md index 09b79491332158cbd49c26bba8acf01e5d615670..2f20d9377b70a7cf4e5a3fc3998255740f3ef6d9 100644 --- a/zh-cn/application-dev/tools/lldb-tool.md +++ b/zh-cn/application-dev/tools/lldb-tool.md @@ -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的SDK获取,从以下链接获取SDK:http://ci.openharmony.cn/dailys/dailybuilds +通过OpenHarmony的SDK获取,获取路径:http://ci.openharmony.cn/workbench/cicd/dailybuild。 lldb工具在SDK中的路径: ```