From 80f1663a9c51335ab103eab4fc82412c8274d655 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 5 Oct 2012 20:25:53 +0000 Subject: [PATCH] Improve shortened examples of the watchpoint commands. Document "f " selects frame n. "t " selects thread n but this was just added to TOT so most people won't have access to an lldb that accepts it. llvm-svn: 165332 --- lldb/www/lldb-gdb.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index 3d103e3b0628..283e41b51894 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -356,8 +356,8 @@ (gdb) watch global_var - (lldb) watchpoint set variable -w write global_var
- (lldb) watch set var -w write global_var
+ (lldb) watchpoint set variable global_var
+ (lldb) wa s v global_var
@@ -369,7 +369,7 @@ (lldb) watchpoint set expression -w write -- my_ptr
- (lldb) watch set exp -w write -- my_ptr
+ (lldb) wa s e -- my_ptr
@@ -437,6 +437,7 @@ (lldb) frame variable
+ (lldb) fr v
@@ -631,6 +632,8 @@ (lldb) frame select 12
+ (lldb) fr s 12
+ (lldb) f 12