[Lldb-commits] [lldb] r165333 - /lldb/trunk/www/lldb-gdb.html

Jason Molenda jmolenda at apple.com
Fri Oct 5 13:28:11 PDT 2012


Author: jmolenda
Date: Fri Oct  5 15:28:11 2012
New Revision: 165333

URL: http://llvm.org/viewvc/llvm-project?rev=165333&view=rev
Log:
Remove two more cases of "-w write" being specified
to watch var set/exp -- that's now the default in the
shipped lldb.

Modified:
    lldb/trunk/www/lldb-gdb.html

Modified: lldb/trunk/www/lldb-gdb.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/lldb-gdb.html?rev=165333&r1=165332&r2=165333&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Fri Oct  5 15:28:11 2012
@@ -368,7 +368,7 @@
                             <b>(gdb)</b> watch -location g_char_ptr
                         </td>
                         <td class="content">
-                            <b>(lldb)</b> watchpoint set expression -w write -- my_ptr<br>
+                            <b>(lldb)</b> watchpoint set expression -- my_ptr<br>
                             <b>(lldb)</b> wa s e -- my_ptr<br>
                       </td>
                     </tr>
@@ -378,7 +378,7 @@
                         <td class="content">
                         </td>
                         <td class="content">
-                            <b>(lldb)</b> watch set var -w write global<br>
+                            <b>(lldb)</b> watch set var global<br>
                             <b>(lldb)</b> watchpoint modify -c '(global==5)'<br>
                             <b>(lldb)</b> c<br>
                             ...<br>





More information about the lldb-commits mailing list