diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-21 00:31:46 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-22 09:27:12 -0700 |
commit | 1728dec255a5336303b301e26ec22eca2000b593 (patch) | |
tree | cfc51505e60bb722a592e4145a18ebaefdd48ba0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 9934cc544cae4e4fa969657387f5251e42206e1a (diff) | |
download | llvm-1728dec255a5336303b301e26ec22eca2000b593.zip llvm-1728dec255a5336303b301e26ec22eca2000b593.tar.gz llvm-1728dec255a5336303b301e26ec22eca2000b593.tar.bz2 |
[lldb/Lua] Recognize "quit" as a way to exit the script interpreter.
Add a way to quit the interactive script interpreter from a shell tests.
Currently, the only way (that I know) to exit the interactive Lua
interpreter is to send a EOF with CTRL-D. I noticed that the embedded
Python script interpreter accepts quit (while the regular python
interpreter doesn't). I've added a special case to the Lua interpreter
to do the same.
Differential revision: https://reviews.llvm.org/D82272
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions