Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,15 +1,15 @@
# lldb
> LLVM 低级调试器.
> LLVM 低级调试器
- 调试可执行文件:
- 调试可执行文件
`lldb {{可执行的命令}}`
-`lldb` 附加到具有给定 PID 的正在运行的进程:
-`lldb` 附加到具有给定 PID 的正在运行的进程
`lldb -p {{进程号 PID}}`
- 等待使用给定名称的进程启动,然后附加到该进程上:
- 等待使用给定名称的进程启动,然后附加到该进程上
`lldb -w -n {{进程名}}`