add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/common/lldb.md Normal file
View File

@@ -0,0 +1,16 @@
# lldb
> LLVM低级调试器。
> 更多信息:<https://lldb.llvm.org>。
- 调试一个可执行文件:
`lldb {{可执行文件}}`
-`lldb`附加到一个具有给定PID的运行中的进程
`lldb -p {{pid}}`
- 等待以给定名称启动的新进程,并附加到它:
`lldb -w -n {{进程名称}}`