<html>
    <head>
      <base href="https://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 --- - lldb fails to call a function in the target, and prints a nonsensical error message" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23994&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=0rSXkIFVbjvE3pEE23rFC5bFULlYjjMrZmjTm-INmNc&s=2fvE1Xr-JYMP-6yXs3wUDsZyNOmu6Lbb7W13e1SKSJg&e=">23994</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lldb fails to call a function in the target, and prints a nonsensical error message
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </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>tlbowman1235@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I am debugging an app on Yosemite with lldb-320.4.156, and any time I attempt
to call a function in the target, i.e. something like "expr hello()" or "print
var.func()", lldb spits out the following error message:

error: 0 errors parsing expression
error: error: 0 errors parsing expression
error: no matching function for call to 'strlen'
note: candidate function not viable: requires 2 arguments, but 1 was provided
error: 1 errors parsing expression
error: 1 errors parsing expression

Unfortunately, this bug only occurs when debugging one specific app, so I don't
think there is much hope of anybody else reproducing this. But maybe somebody
at least has a clue as to what might cause it?</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>