[Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Zachary Turner
zturner at google.com
Thu Jul 30 11:05:30 PDT 2015
zturner updated this revision to Diff 31055.
zturner added a comment.
Rebase against ToT
http://reviews.llvm.org/D11431
Files:
include/lldb/API/SBCommandInterpreter.h
include/lldb/API/SystemInitializerFull.h
include/lldb/Core/PluginManager.h
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/PythonDataObjects.h
include/lldb/Interpreter/ScriptInterpreter.h
include/lldb/Interpreter/ScriptInterpreterNone.h
include/lldb/Interpreter/ScriptInterpreterPython.h
include/lldb/Utility/PythonPointer.h
include/lldb/lldb-forward.h
include/lldb/lldb-private-interfaces.h
include/lldb/lldb-python.h
lldb.xcodeproj/project.pbxproj
source/API/CMakeLists.txt
source/API/SBCommandInterpreter.cpp
source/API/SystemInitializerFull.cpp
source/Core/PluginManager.cpp
source/Host/macosx/HostInfoMacOSX.mm
source/Host/posix/HostInfoPosix.cpp
source/Initialization/SystemInitializerCommon.cpp
source/Interpreter/CMakeLists.txt
source/Interpreter/CommandInterpreter.cpp
source/Interpreter/PythonDataObjects.cpp
source/Interpreter/ScriptInterpreterNone.cpp
source/Interpreter/ScriptInterpreterPython.cpp
source/Plugins/CMakeLists.txt
source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
source/Plugins/ScriptInterpreter/CMakeLists.txt
source/Plugins/ScriptInterpreter/None/CMakeLists.txt
source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
source/Plugins/ScriptInterpreter/Python/lldb-python.h
unittests/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11431.31055.patch
Type: text/x-patch
Size: 381073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150730/4fdfef2d/attachment.bin>
More information about the lldb-commits
mailing list