[Lldb-commits] [lldb] r182491 - Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach
Daniel Malea
daniel.malea at intel.com
Wed May 22 10:29:38 PDT 2013
Author: dmalea
Date: Wed May 22 12:29:38 2013
New Revision: 182491
URL: http://llvm.org/viewvc/llvm-project?rev=182491&view=rev
Log:
Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach
Modified:
lldb/trunk/utils/vim-lldb/doc/lldb.txt
Modified: lldb/trunk/utils/vim-lldb/doc/lldb.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/utils/vim-lldb/doc/lldb.txt?rev=182491&r1=182490&r2=182491&view=diff
==============================================================================
--- lldb/trunk/utils/vim-lldb/doc/lldb.txt (original)
+++ lldb/trunk/utils/vim-lldb/doc/lldb.txt Wed May 22 12:29:38 2013
@@ -37,6 +37,12 @@ Possible window name arguments to the Lh
* locals
* registers
* threads
+ lldb-:Lattach
+:Lattach <process-name> Attach to a process by name.
+
+ lldb-:Ldetach
+:Ldetach Detach from the current process.
+
*lldb-:Ltarget*
:Ltarget [[create] executable]
Create a target with the specified executable. If
More information about the lldb-commits
mailing list