projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbaba96
)
test commit
author
Ewan Crawford
<ewan@codeplay.com>
Tue, 28 Apr 2015 12:34:19 +0000
(12:34 +0000)
committer
Ewan Crawford
<ewan@codeplay.com>
Tue, 28 Apr 2015 12:34:19 +0000
(12:34 +0000)
llvm-svn: 235980
lldb/docs/lldb-for-gdb-users.txt
patch
|
blob
|
history
diff --git
a/lldb/docs/lldb-for-gdb-users.txt
b/lldb/docs/lldb-for-gdb-users.txt
index
79f3473
..
216903a
100644
(file)
--- a/
lldb/docs/lldb-for-gdb-users.txt
+++ b/
lldb/docs/lldb-for-gdb-users.txt
@@
-280,7
+280,7
@@
Finally, there's:
(lldb) thread until 100
-
w
hich runs the thread in the current frame till it reaches line 100 in
+
W
hich 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.