<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">Hi,</font></p>
    <p><font size="+1">I'm now having a question of how to speed up
        startup runs of a static analysis checker in the lldb debugger.
        It takes about 21 seconds for the debugger to stop at the first
        breakpoint at the SimpleStreamChecker::checkPreCall </font><font
        size="+1">function when I run the following command:</font></p>
    <pre><font size="+1">lldb-6.0 -- clang-8 -cc1 -analyze -analyzer-checker=alpha.unix.SimpleStream \
 test/Analysis/simple-stream-checks.c</font></pre>
    <p><font size="+1">Are there ways to make it faster? I run many debugging
        sessions not only to figure out how the static analyzer works
        but also to debug my first checker. Any time saving method is
        appreciated.<br>
      </font></p>
    <pre class="moz-signature" cols="72">-- 
Love,
Lou

</pre>
  </body>
</html>