Document "bt <n>" for "thread backtrace -c <n>", note that it is available

in lldb-169 and later.

llvm-svn: 166838
This commit is contained in:
Jason Molenda 2012-10-26 23:52:49 +00:00
parent e485c65642
commit ca76ecda8a
1 changed files with 11 additions and 0 deletions

View File

@ -668,6 +668,17 @@
</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="content">
<b>(gdb)</b> bt 5
</td>
<td class="content">
<b>(lldb)</b> thread backtrace -c 5<br>
<b>(lldb)</b> bt 5
</td>
</tr>
<tr><td class="header" colspan="2">Select a different stack frame by index for the current thread.</td></tr>
<tr>
<td class="content">