osx/*: update page (#7665)
This commit is contained in:

committed by
GitHub

parent
b1326296cd
commit
692469016e
@@ -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}}"`
|
||||
|
Reference in New Issue
Block a user