<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">If you want the event handler to work for you and you don't mind the async output to stdout/err at any moment, then you can currently use the built in event loop, but just the event loop isn't exported as an option you can run in a separate thread. You can add an API to SBDebugger that is something like:<div><br></div><div>bool</div><div>SBDebugger::SpawnEventHandlingThread();</div><div><br></div><div>And then run that. Is that what you were looking for? That would be a viable API to vend through SBDebugger.</div><div><br><div><div>On Jul 18, 2014, at 6:22 PM, snare <<a href="mailto:snare@ho.ax">snare@ho.ax</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 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;">So if you don't want it to do that and provide the feedback just like the command line tool, then you should be running your own event loop.</div></blockquote><br></div><div>Yeah this is what I’m trying to avoid, as above.</div></div></blockquote></div><br><div>Actually, that’s not right - I’m fine with running the event loop, I’d just rather not have to reimplement the entire CLI.</div><div><br></div><div>Loukas</div></div>_______________________________________________<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>