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

Jim Ingham jingham at apple.com
Tue Aug 16 17:23:09 PDT 2011


Author: jingham
Date: Tue Aug 16 19:23:09 2011
New Revision: 137790

URL: http://llvm.org/viewvc/llvm-project?rev=137790&view=rev
Log:
Add "--" before providing the file & command args when launching lldb from the command line.

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=137790&r1=137789&r2=137790&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Tue Aug 16 19:23:09 2011
@@ -63,7 +63,7 @@
 
                     <tr><td class="header" colspan="2">Launch a process for with arguments <b><code>a.out 1 2 3</code></b> without having to supply the args every time.</td></tr>
                         <td class="content">
-                            <b>%</b> lldb a.out 1 2 3<br>
+                            <b>%</b> lldb -- a.out 1 2 3<br>
                             <b>(lldb)</b> run<br>
                             ...<br>
                             <b>(lldb)</b> run<br>





More information about the lldb-commits mailing list