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

It seems reasonable. Btw, have you figured out how the embedded python does it? 
-- I haven't been able to find the code for handling that.

The python interpreter also intercepts `os.exit()` to avoid terminating the 
program (it just terminates the python session). I suppose we should do the 
same with lua's `os.exit`...


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D82272



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

Reply via email to