[Lldb-commits] [PATCH] D111409: proposed support for Java interface to Scripting Bridge
David Millar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 8 07:28:45 PDT 2021
d-millar created this revision.
d-millar added a reviewer: LLDB.
Herald added subscribers: teemperor, mgorny.
d-millar requested review of this revision.
The patch include files necessary to extend the Scripting Bridge API with Java. The edits follow the existing patterns for Python and Lua.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D111409
Files:
lldb/CMakeLists.txt
lldb/bindings/CMakeLists.txt
lldb/bindings/java/CMakeLists.txt
lldb/bindings/java/java-typemaps.swig
lldb/bindings/java/java.swig
lldb/cmake/modules/FindJavaAndSwig.cmake
lldb/include/lldb/Host/Config.h.cmake
lldb/source/API/CMakeLists.txt
lldb/source/API/SBDebugger.cpp
lldb/source/API/liblldb-private.exports
lldb/source/API/liblldb.exports
patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111409.378205.patch
Type: text/x-patch
Size: 98307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211008/3c95c144/attachment-0001.bin>
More information about the lldb-commits
mailing list