[Lldb-commits] [PATCH] D71234: [lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 13 14:14:05 PST 2019
JDevlieghere updated this revision to Diff 233877.
JDevlieghere added a comment.
- Rebase
- Hide C calls behind C++ abstraction
- Improve error handling
- Add unit test
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71234/new/
https://reviews.llvm.org/D71234
Files:
lldb/include/lldb/Core/IOHandler.h
lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt
lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
lldb/unittests/ScriptInterpreter/CMakeLists.txt
lldb/unittests/ScriptInterpreter/Lua/CMakeLists.txt
lldb/unittests/ScriptInterpreter/Lua/LuaTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71234.233877.patch
Type: text/x-patch
Size: 8242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191213/4b635ab2/attachment-0001.bin>
More information about the lldb-commits
mailing list