jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

Note, however, that if you are doing a Synchronous launch, you won't ever get 
an event telling you the process has stopped.  Maybe that's what is causing the 
actual confusion?  If you are waiting on a stop event after a synchronous 
Launch, you won't get one.  But that's pretty much what you asked for: "run 
this command w/o my having to spin an event loop to handle it..."  The way you 
know that a synchronous Lauch has stopped is because the command returned 
successfully.

I don't think this patch is solving the right problem.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119548/new/

https://reviews.llvm.org/D119548

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to