[Lldb-commits] [PATCH] D82272: [lldb/Lua] Recognize "quit" as a way to exit the interactive script interpreter.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 22 05:52:44 PDT 2020
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
More information about the lldb-commits
mailing list