From aba75e6495de5fa6eb3cac1f2544183ede9ddbfc Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 26 Oct 2012 23:56:03 +0000 Subject: [PATCH] Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5" usage. llvm-svn: 166839 --- lldb/www/lldb-gdb.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index 7285af6d60c9..2439de76cbc7 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -668,14 +668,15 @@ - Backtrace the first five frames of the current thread. (NB: valid for lldb-169 and later) + Backtrace the first five frames of the current thread. (gdb) bt 5 (lldb) thread backtrace -c 5
- (lldb) bt 5 + (lldb) bt 5 (lldb-169 and later)
+ (lldb) bt -c 5 (lldb-168 and earlier)