Remove two more cases of "-w write" being specified
authorJason Molenda <jmolenda@apple.com>
Fri, 5 Oct 2012 20:28:11 +0000 (20:28 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 5 Oct 2012 20:28:11 +0000 (20:28 +0000)
to watch var set/exp -- that's now the default in the
shipped lldb.

llvm-svn: 165333

lldb/www/lldb-gdb.html

index 283e41b..9050296 100755 (executable)
                             <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>
                         <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>