Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5" usage.
authorJason Molenda <jmolenda@apple.com>
Fri, 26 Oct 2012 23:56:03 +0000 (23:56 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 26 Oct 2012 23:56:03 +0000 (23:56 +0000)
llvm-svn: 166839

lldb/www/lldb-gdb.html

index 7285af6..2439de7 100755 (executable)
                         </td>
                     </tr>
 
-                    <tr><td class="header" colspan="2">Backtrace the first five frames of the current thread. (<i>NB: valid for lldb-169 and later</i>)</td></tr>
+                    <tr><td class="header" colspan="2">Backtrace the first five frames of the current thread.</td></tr>
                     <tr>
                         <td class="content">
                             <b>(gdb)</b> bt 5
                         </td>
                         <td class="content">
                             <b>(lldb)</b> thread backtrace -c 5<br>
-                            <b>(lldb)</b> bt 5
+                            <b>(lldb)</b> bt 5 (<i>lldb-169 and later</i>)<br>
+                            <b>(lldb)</b> bt -c 5 (<i>lldb-168 and earlier</i>)
                         </td>
                     </tr>