[Lldb-commits] [PATCH] D105034: [lldb/lua] Add scripted watchpoints for Lua
Siger Young via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 28 08:18:15 PDT 2021
siger-young created this revision.
siger-young added reviewers: tammela, JDevlieghere.
siger-young added a project: LLDB.
siger-young requested review of this revision.
Herald added a subscriber: lldb-commits.
Add support for Lua scripted watchpoints, with basic tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105034
Files:
lldb/bindings/lua/lua-swigsafecast.swig
lldb/bindings/lua/lua-wrapper.swig
lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h
lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h
lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test
lldb/unittests/ScriptInterpreter/Lua/LuaTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105034.354906.patch
Type: text/x-patch
Size: 13332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210628/11242a20/attachment-0001.bin>
More information about the lldb-commits
mailing list