<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - quit command doesn't work when placed in .lldbinit"
   href="http://llvm.org/bugs/show_bug.cgi?id=19599">19599</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>quit command doesn't work when placed in .lldbinit
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>themblsha@ya.ru
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>1. I'm reproducing it on trunk version (lldb-320.99.0) (svn revision 207398)
2. Create .lldbinit with with the following contents:

command script import lldb.macosx.crashlog
# any crash log will do, and you don't have to have symbols
crashlog
/Users/mblsha/Library/Logs/DiagnosticReports/Dock_2014-04-01-094239_burakku.crash 
quit

3. Just run lldb in folder where .lldbinit is located. It will not quit and in
a state unable to execute commands.

Note: if .lldbinit just contains 'quit' command, it quits just fine.</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>