<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 pauses 1 second for all stepin/stepover calls" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23742&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=uK0AO_jq8BvyPQq03mAtqUqXypMRGAhnA4IdWghgXbc&s=gnucYY701byMDv0fWirD81nfcy4rKDiLJdKnj9xVTAM&e=">23742</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLDB pauses 1 second for all stepin/stepover calls
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>3.6
          </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>sonicmouse@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Here's how I set it up (pseudo code)

proc = curTarg.Launch("app",stop_at_entry=true);
int nCount = 0;
while(true){
    proc.GetThreadAtIndex(0).StepInto();
    ++nCount;
}

It doesn't matter if I use stopover, steppin. I get 15,800-15,850 calls and
then every consecutive call to stepin/stepover pauses for *exactly* 1 second.

Doesn't matter if I use an NSTimer to call stepin, run it on a separate thread,
etc... no matter what... i always only get 15,800 calls.

I tried this on 3 different apps... they all do the same thing.

Using the latest release for Mac OS X on Yosemite.</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>