[all-commits] [llvm/llvm-project] e81ba2: [lldb/lua] Add scripted watchpoints for Lua
Siger Yeung via All-commits
all-commits at lists.llvm.org
Wed Jul 7 10:51:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e81ba283131cf76ae62fa9b601a24d080578efaa
https://github.com/llvm/llvm-project/commit/e81ba283131cf76ae62fa9b601a24d080578efaa
Author: Siger Yang <sigeryeung at gmail.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M lldb/bindings/lua/lua-swigsafecast.swig
M lldb/bindings/lua/lua-wrapper.swig
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h
M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h
M lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test
M lldb/unittests/ScriptInterpreter/Lua/LuaTests.cpp
Log Message:
-----------
[lldb/lua] Add scripted watchpoints for Lua
Add support for Lua scripted watchpoints, with basic tests.
Differential Revision: https://reviews.llvm.org/D105034
More information about the All-commits
mailing list