<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - There is no way to set argument like -Xxm100m"
   href="https://bugs.llvm.org/show_bug.cgi?id=17501">bug 17501</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>labath@google.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - There is no way to set argument like -Xxm100m"
   href="https://bugs.llvm.org/show_bug.cgi?id=17501#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - There is no way to set argument like -Xxm100m"
   href="https://bugs.llvm.org/show_bug.cgi?id=17501">bug 17501</a>
              from <span class="vcard"><a class="email" href="mailto:labath@google.com" title="labath@google.com">labath@google.com</a>
</span></b>
        <pre>The correct syntax here is:

(lldb) settings set -- target.run-args -X
(lldb) settings show target.run-args
target.run-args (array of strings) =
  [0]: "-X"


It is a bit counterintuitive but it is a consequence of how getopt works and
how we chose to represent the arguments to this command. In any case, this
behavior is correctly documented in the help of the settings set command:

(lldb) help settings set 
     Set the value of the specified debugger setting.  Expects 'raw' input (see
'help raw-input'.)

Syntax: settings set <cmd-options> -- <setting-variable-name> <value>

I am not sure if this was working in 2013, but it is working now, so I am
marking this as fixed.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>