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

Ewan Crawford ewan at codeplay.com
Tue Apr 28 05:34:20 PDT 2015


Author: ewancrawford
Date: Tue Apr 28 07:34:19 2015
New Revision: 235980

URL: http://llvm.org/viewvc/llvm-project?rev=235980&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=235980&r1=235979&r2=235980&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-for-gdb-users.txt (original)
+++ lldb/trunk/docs/lldb-for-gdb-users.txt Tue Apr 28 07:34:19 2015
@@ -280,7 +280,7 @@ Finally, there's:
 
 (lldb) thread until 100
 
-which runs the thread in the current frame till it reaches line 100 in
+Which runs the thread in the current frame till it reaches line 100 in
 this frame or stops if it leaves the current frame.  This is a pretty 
 close equivalent to gdb's "until" command.
 





More information about the lldb-commits mailing list