Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach

llvm-svn: 182491
This commit is contained in:
Daniel Malea 2013-05-22 17:29:38 +00:00
parent 4233f1f268
commit 6d73a8ec08
1 changed files with 6 additions and 0 deletions

View File

@ -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