Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands.

llvm-svn: 174993
This commit is contained in:
Greg Clayton 2013-02-12 18:54:34 +00:00
parent 5974de4e7d
commit faf6df6e6e
1 changed files with 1 additions and 0 deletions

View File

@ -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>