[Lldb-commits] [PATCH] D14157: Make dosep correctly invoke the top level script when doing the multiprocessing fork

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 28 20:31:53 PDT 2015


tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.

Looks good.

We were having trouble running the script from the top level earlier and were directly calling the one that you're disabling.  That'll be nice to get the top level one working again.

I hadn't seen the "import __main___ as main" trick before.  Interesting approach!


http://reviews.llvm.org/D14157





More information about the lldb-commits mailing list