forked from OSchip/llvm-project
Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach
llvm-svn: 182491
This commit is contained in:
parent
4233f1f268
commit
6d73a8ec08
|
@ -37,6 +37,12 @@ Possible window name arguments to the Lhide and Lshow commands include:
|
||||||
* locals
|
* locals
|
||||||
* registers
|
* registers
|
||||||
* threads
|
* threads
|
||||||
|
lldb-:Lattach
|
||||||
|
:Lattach <process-name> Attach to a process by name.
|
||||||
|
|
||||||
|
lldb-:Ldetach
|
||||||
|
:Ldetach Detach from the current process.
|
||||||
|
|
||||||
*lldb-:Ltarget*
|
*lldb-:Ltarget*
|
||||||
:Ltarget [[create] executable]
|
:Ltarget [[create] executable]
|
||||||
Create a target with the specified executable. If
|
Create a target with the specified executable. If
|
||||||
|
|
Loading…
Reference in New Issue