osx/*: update page (#7665)

This commit is contained in:
Emily Grace Seville
2022-02-14 03:21:43 -08:00
committed by GitHub
parent b1326296cd
commit 692469016e
78 changed files with 151 additions and 107 deletions

View File

@@ -1,11 +1,11 @@
# lldb
> The LLVM Low-Level Debugger.
> More information: <https://lldb.llvm.org>.
> More information: <https://lldb.llvm.org/man/lldb.html>.
- Debug an executable:
`lldb {{executable}}`
`lldb "{{executable}}"`
- Attach `lldb` to a running process with a given PID:
@@ -13,4 +13,4 @@
- Wait for a new process to launch with a given name, and attach to it:
`lldb -w -n {{process_name}}`
`lldb -w -n "{{process_name}}"`