llvm-svn: 142900
This commit is contained in:
Jason Molenda 2011-10-25 01:28:56 +00:00
parent b278f1e191
commit 4223b3b380
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@
</td>
</tr>
<tr><td class="header" colspan="2">Display a the variable "argc" and "argv" everytime you stop.</td></tr>
<tr><td class="header" colspan="2">Display a the variable "argc" and "argv" every time you stop.</td></tr>
<tr>
<td class="content">
<b>(lldb)</b> target stop-hook add --one-liner "frame variable argc argv"<br>