<div dir="ltr">Hello,<div><br></div><div>Our slightly modified LLDB based on v6.0 with custom platform and process has a strange problem during process launch. We see the debugger view twice. After stepping over, we see it correctly - just once. Does anybody know where the problem could be?</div><div><br></div><div>Process, platform, thread, event logs: <a href="https://pastebin.com/3Ecns4W5" target="_blank">https://pastebin.com/3Ecns4W5</a></div><div><br></div><div><div>(lldb) target create "/home/davidbolvansky/Plocha/file.xexe"</div><div>Current executable set to '/home/davidbolvansky/Plocha/file.xexe'.</div><div>(lldb) b main</div><div>Breakpoint 1: where = file.xexe`main + 32 at bitcnt.c:76, address = 0x000001ec</div><div>(lldb) r</div><div>info: dynamic port 45999</div><div>info: Waiting for a client...</div><div>Process 1 launched: '/home/davidbolvansky/Plocha/file.xexe'.</div><div>Process 1 stopped</div><div>* thread #1, stop reason = breakpoint 1.1</div><div>    frame #0: 0x000001ec file.xexe`main(argc=1, argv=0x000008c0) at bitcnt.c:76</div><div>   73  <span style="white-space:pre-wrap">       </span>      long i, j;</div><div>   74  <span style="white-space:pre-wrap">   </span>      unsigned long count;</div><div>   75  <span style="white-space:pre-wrap"> </span></div><div>-> 76  <span style="white-space:pre-wrap">     </span>      for (i = 0; i < BENCHMARK_RUNS; i++)</div><div>   77  <span style="white-space:pre-wrap">      </span>      {</div><div>   78  <span style="white-space:pre-wrap">    </span>        count = 0;</div><div>   79  <span style="white-space:pre-wrap">        </span>        for (j = 0; j < DATA_TAB_SIZE; j++)</div><div>Process 1 stopped</div><div>* thread #1, stop reason = breakpoint 1.1</div><div>    frame #0: 0x000001ec file.xexe`main(argc=1, argv=0x000008c0) at bitcnt.c:76</div><div>   73  <span style="white-space:pre-wrap">    </span>      long i, j;</div><div>   74  <span style="white-space:pre-wrap">   </span>      unsigned long count;</div><div>   75  <span style="white-space:pre-wrap"> </span></div><div>-> 76  <span style="white-space:pre-wrap">     </span>      for (i = 0; i < BENCHMARK_RUNS; i++)</div><div>   77  <span style="white-space:pre-wrap">      </span>      {</div><div>   78  <span style="white-space:pre-wrap">    </span>        count = 0;</div><div>   79  <span style="white-space:pre-wrap">        </span>        for (j = 0; j < DATA_TAB_SIZE; j++)</div></div></div>