> On Aug 10, 2018, at 4:50 PM, Александр Поляков <[email protected]> wrote: > > One important question: what do you mean talking about "block"? Does it mean > that SBTarget::Launch blocks the process and the user can't continue working > with this process until it stops?
Pretty much. The same way as the interactive (lldb) command line interface behaves: You enter "run" and you won't get a prompt again until the process stops. I'm imagining (but haven't verified) that synchronous mode behaves like that. -- adrian
_______________________________________________ lldb-dev mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
