summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-05-05 23:38:26 +0000
committerJim Ingham <jingham@apple.com>2017-05-05 23:38:26 +0000
commitf414671c70d46d608d09905a6e6b48830c2741df (patch)
tree5e35022a7a112e20283e7627fdba4b0efe487cd0
parenta807f5cd626fd0db3fe806ef467c634c776bb5cd (diff)
downloadbcm5719-llvm-f414671c70d46d608d09905a6e6b48830c2741df.tar.gz
bcm5719-llvm-f414671c70d46d608d09905a6e6b48830c2741df.zip
Added "info threads", "thread 1" and "apropos".
llvm-svn: 302323
-rwxr-xr-xlldb/www/lldb-gdb.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html
index 60cd718d525..69179bd8c07 100755
--- a/lldb/www/lldb-gdb.html
+++ b/lldb/www/lldb-gdb.html
@@ -772,6 +772,27 @@
</tr>
+ <tr><td class="header" colspan="2">List the threads in your program.</td></tr>
+ <tr>
+ <td class="content">
+ <b>(gdb)</b> info threads<br>
+ </td>
+ <td class="content">
+ <b>(lldb)</b> thread list<br>
+ </td>
+ </tr>
+
+ <tr><td class="header" colspan="2">Select thread 1 as the default thread for subsequent commands.</td></tr>
+ <tr>
+ <td class="content">
+ <b>(gdb)</b> thread 1<br>
+ </td>
+ <td class="content">
+ <b>(lldb)</b> thread select 1<br>
+ <b>(lldb)</b> t 1<br>
+ </td>
+ </tr>
+
<tr><td class="header" colspan="2">Show the stack backtrace for the current thread.</td></tr>
<tr>
<td class="content">
@@ -1250,6 +1271,16 @@
<td class="hed" width="50%">LLDB</td>
</tr>
+ <tr><td class="header" colspan="2">Search command help for a keyword.</td></tr>
+ <tr>
+ <td class="content">
+ <b>(gdb)</b> apropos keyword<br>
+ </td>
+ <td class="content">
+ <b>(lldb)</b> apropos keyword<br>
+ </td>
+ </tr>
+
<tr><td class="header" colspan="2">Echo text to the screen.</td></tr>
<tr>
<td class="content">
OpenPOWER on IntegriCloud