[Lldb-commits] [lldb] r174993 - Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands.

Greg Clayton gclayton at apple.com
Tue Feb 12 10:54:34 PST 2013


Author: gclayton
Date: Tue Feb 12 12:54:34 2013
New Revision: 174993

URL: http://llvm.org/viewvc/llvm-project?rev=174993&view=rev
Log:
Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands.


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=174993&r1=174992&r2=174993&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Tue Feb 12 12:54:34 2013
@@ -105,6 +105,7 @@
                         <td class="content">
                             <b>(lldb)</b> settings set target.env-vars DEBUG=1<br>
                             <b>(lldb)</b> set se target.env-vars DEBUG=1<br>
+                            <b>(lldb)</b> env DEBUG=1<br>
                         </td>
                     </tr>
 





More information about the lldb-commits mailing list