Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143174804
D24266.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D24266.diff
View Options
Index: head/lib/clang/include/lldb/Host/Config.h
===================================================================
--- head/lib/clang/include/lldb/Host/Config.h
+++ head/lib/clang/include/lldb/Host/Config.h
@@ -43,7 +43,7 @@
#define LLDB_ENABLE_LIBXML2 0
-#define LLDB_ENABLE_LUA 0
+#define LLDB_ENABLE_LUA 1
#define LLDB_ENABLE_PYTHON 0
Index: head/lib/clang/liblldb/Makefile
===================================================================
--- head/lib/clang/liblldb/Makefile
+++ head/lib/clang/liblldb/Makefile
@@ -13,6 +13,8 @@
CFLAGS+= -I${OBJTOP}/lib/clang/libllvm
CFLAGS+= -I${OBJTOP}/lib/clang/libclang
CFLAGS+= -I${OBJTOP}/lib/clang/liblldb
+CFLAGS+= -I${SRCTOP}/contrib/lua/src
+CFLAGS+= -I${SRCTOP}/lib/liblua
SRCS+= API/SBAddress.cpp
SRCS+= API/SBAttachInfo.cpp
@@ -462,6 +464,8 @@
SRCS+= Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
SRCS+= Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
SRCS+= Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
+SRCS+= Plugins/ScriptInterpreter/Lua/Lua.cpp
+SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
SRCS+= Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
SRCS+= Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
SRCS+= Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
@@ -642,6 +646,7 @@
SRCS+= Utility/UserIDResolver.cpp
SRCS+= Utility/VASprintf.cpp
SRCS+= Utility/VMRange.cpp
+SRCS+= LLDBWrapLua.cpp
SRCS+= lldb.cpp
LLDB_TBLGEN?= lldb-tblgen
Index: head/usr.bin/clang/lldb/Makefile
===================================================================
--- head/usr.bin/clang/lldb/Makefile
+++ head/usr.bin/clang/lldb/Makefile
@@ -36,6 +36,7 @@
LIBADD+= edit
LIBADD+= execinfo
+LIBADD+= lua
LIBADD+= lzma
LIBADD+= ncursesw
LIBADD+= panel
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 11:22 PM (14 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28061136
Default Alt Text
D24266.diff (1 KB)
Attached To
Mode
D24266: lldb: build and enable lua script bindings
Attached
Detach File
Event Timeline
Log In to Comment