mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 20:17:57 +01:00
lldb: add Chinese translation
This commit is contained in:
parent
8f060518b6
commit
bd70a747ed
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/lldb.md
Normal file
15
pages.zh/osx/lldb.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# lldb
|
||||
|
||||
> LLVM 低级调试器.
|
||||
|
||||
- 调试可执行文件:
|
||||
|
||||
`lldb {{可执行的命令}}`
|
||||
|
||||
- 将 `lldb` 附加到具有给定PID的正在运行的进程:
|
||||
|
||||
`lldb -p {{进程号PID}}`
|
||||
|
||||
- 等待使用给定名称的进程启动,然后附加到该进程上:
|
||||
|
||||
`lldb -w -n {{进程名}}`
|
Loading…
Reference in a new issue