[Lldb-commits] [PATCH] D150624: [lldb] Fix lua build after 27b6a4e63afe

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 15 16:08:03 PDT 2023


bulbazord created this revision.
bulbazord added reviewers: kparzysz, JDevlieghere, mib.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This applies the same trick for Lua that I did for python in
27b6a4e63afe <https://reviews.llvm.org/rG27b6a4e63afe62f6258379a61177c67a670593c6>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150624

Files:
  lldb/bindings/lua/lua-wrapper.swig
  lldb/include/lldb/API/SBBreakpointLocation.h
  lldb/include/lldb/API/SBFrame.h
  lldb/include/lldb/API/SBStructuredData.h
  lldb/include/lldb/API/SBWatchpoint.h
  lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
  lldb/source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h
  lldb/unittests/ScriptInterpreter/Lua/LuaTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150624.522375.patch
Type: text/x-patch
Size: 6605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230515/0d5b01cf/attachment.bin>


More information about the lldb-commits mailing list