llvm-capstone/lldb/source
Jonas Devlieghere 1728dec255 [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
2020-06-22 09:27:12 -07:00
..
API [lldb/Test] Assert that no targets or modules remain after a test completes. 2020-06-12 15:17:44 -07:00
Breakpoint [lldb/Interpreter] Support color in CommandReturnObject 2020-06-09 10:45:45 -07:00
Commands [lldb] Remove redundant access specifiers (NFC) 2020-06-15 21:34:13 -07:00
Core As part of using inclusive language with the llvm project, 2020-06-19 14:48:48 -07:00
DataFormatters [lldb] Small improvements in ValueObjectPrinter::PrintDecl (NFC) 2020-06-12 21:05:05 -07:00
Expression [lldb/Interpreter] Support color in CommandReturnObject 2020-06-09 10:45:45 -07:00
Host [lldb] Remove unused <iostream> includes (NFC) 2020-06-20 22:38:45 -07:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [lldb] Replace calls to new with std::make_shared<> (NFC) 2020-06-19 11:20:15 -07:00
Plugins [lldb/Lua] Recognize "quit" as a way to exit the script interpreter. 2020-06-22 09:27:12 -07:00
Symbol [lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cpp 2020-06-19 16:35:03 +02:00
Target Remove code duplication from RegisterContextPOSIX_* 2020-06-18 01:02:46 +05:00
Utility As part of using inclusive language with the llvm project, 2020-06-19 14:48:48 -07:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY 2020-02-20 10:07:50 -08:00