[Lldb-commits] [lldb] r267443 - test commit

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 12:02:06 PDT 2016


Author: fjricci
Date: Mon Apr 25 14:02:05 2016
New Revision: 267443

URL: http://llvm.org/viewvc/llvm-project?rev=267443&view=rev
Log:
test commit

Modified:
    lldb/trunk/docs/lldb-for-gdb-users.txt

Modified: lldb/trunk/docs/lldb-for-gdb-users.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb-for-gdb-users.txt?rev=267443&r1=267442&r2=267443&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-for-gdb-users.txt (original)
+++ lldb/trunk/docs/lldb-for-gdb-users.txt Mon Apr 25 14:02:05 2016
@@ -222,7 +222,7 @@ Or you can attach to a process by name w
 
 (lldb) process attach -n Sketch
 
-the "attach by name"  also supports the "-w" option which waits for the
+The "attach by name"  also supports the "-w" option which waits for the
 next process of that name to show up, and attaches to that.  You can also
 attach by PID:
 




More information about the lldb-commits mailing list