<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">First of all the obvious<div>Have you checked that your breakpoint is getting hit at all?</div><div>For instance, did you manually run lldb, set the breakpoint, and then run, and watch LLDB actually stop there?</div><div>If not, it seems a worthy initial test</div><div><br></div><div>If that works, more repro steps might be necessary to figure this out.</div><div>What inferior are you using? What does your script do exactly? That kind of information</div><div><br><div>
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style=" orphans: 2; widows: 2; border-collapse: separate; border-spacing: 0px;"><span style="font-size: 12px; orphans: auto; widows: auto;">Enrico Granata</span><br style="font-size: 12px; orphans: auto; widows: auto;"><span style="font-size: 12px; orphans: auto; widows: auto;">📩 egranata@</span><font color="#ff2600" style="font-size: 12px; orphans: auto; widows: auto;"></font><span style="font-size: 12px; orphans: auto; widows: auto;">.com</span><br style="font-size: 12px; orphans: auto; widows: auto;"><span style="font-size: 12px; orphans: auto; widows: auto;">☎️ 27683</span></div></div></div>
</div>
<br><div><div>On Sep 25, 2013, at 5:34 PM, Yin Ma <<a href="mailto:yin@affinic.com">yin@affinic.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<br><br>What I want is to run a command and return to lldb only after<br>This command finishes. This should be the behavior of <br>synchronous mode. So I called <br>debugger.SetAsync(False) <br>right after lldb starts. However, I never get what<br>I expected. I set breakpoint and run. The process<br>Never stops, it just shows process exited.<br><br>Based on the webpage, it says:<br>When we step or continue, don't return from the function<br>Until the process stops. <br>So, when process stops at breakpoints, it should return<br>To lldb. Now it doesn't. <br><br>Is this the right behavior? How I can get the behavior<br>I want?<br><br>Thanks,<br><br>Yin <br><br><br>_______________________________________________<br>lldb-dev mailing list<br><a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev<br></blockquote></div><br></div></body></html>