clayborg added a comment.

FYI: I have a patch coming up that will add the ability to not have to play 
with the async mode when launching or attaching. I will try and post that diff 
here, it should be up today.

We were running into a race condition when we used "launchCommands" or 
"attachCommands" as they are not executed in sync mode, so we ended up getting 
events before the IDE was ready. I am adding code to wait for the process to 
stop (we always stop at entry when launching via lldb-vscode) after the 
"launchCommands" or "attachCommands", and we might be able to get rid of the 
setting of async mode before and after launch.


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