mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
lldb: merge into common (#22649)
This commit is contained in:
@@ -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}}"`
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
# lldb
|
||||
|
||||
> The LLVM Low-Level Debugger.
|
||||
> More information: <https://lldb.llvm.org/man/lldb.html>.
|
||||
|
||||
- Debug an executable:
|
||||
|
||||
`lldb "{{executable}}"`
|
||||
|
||||
- Attach `lldb` to a running process with a given PID:
|
||||
|
||||
`lldb -p {{pid}}`
|
||||
|
||||
- Wait for a new process to launch with a given name, and attach to it:
|
||||
|
||||
`lldb -w -n "{{process_name}}"`
|
||||
Reference in New Issue
Block a user