[lldb] Fix lua build after 27b6a4e63afe
authorAlex Langford <alangford@apple.com>
Mon, 15 May 2023 23:06:50 +0000 (16:06 -0700)
committerAlex Langford <alangford@apple.com>
Tue, 16 May 2023 00:24:00 +0000 (17:24 -0700)
commit692ae97ae71d62ce51d784681a0481fb54343fc1
tree41659c9438c0e4e629bfde78ea4a341e4509da07
parentce90dfc74b9018dce0f4b2d5f5867297a0521e3c
[lldb] Fix lua build after 27b6a4e63afe

This applies the same trick for Lua that I did for python in
27b6a4e63afe.

Differential Revision: https://reviews.llvm.org/D150624
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