forked from OSchip/llvm-project
Add "--" before providing the file & command args when launching lldb from the command line.
llvm-svn: 137790
This commit is contained in:
parent
a9deaf971d
commit
096675d781
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue