test commit

llvm-svn: 235980
This commit is contained in:
Ewan Crawford 2015-04-28 12:34:19 +00:00
parent bbaba96860
commit 26607f799a
1 changed files with 1 additions and 1 deletions

View File

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