llvm-project/lldb/source/Plugins/Process
Zachary Turner 2c1f46dcc6 Convert the ScriptInterpreter system to a plugin-based one.
Previously embedded interpreters were handled as ad-hoc source
files compiled into source/Interpreter.  This made it hard to
disable a specific interpreter, or to add support for other
interpreters and allow the developer to choose which interpreter(s)
were enabled for a particular build.

This patch converts script interpreters over to a plugin-based system.
Script interpreters now live in source/Plugins/ScriptInterpreter, and
the canonical LLDB interpreter, ScriptInterpreterPython, is moved there
as well.

Any new code interfacing with the Python C API must live in this location
from here on out.  Additionally, generic code should never need to
reference or make assumptions about the presence of a specific interpreter
going forward.

Differential Revision: http://reviews.llvm.org/D11431
Reviewed By: Greg Clayton

llvm-svn: 243681
2015-07-30 20:28:07 +00:00
..
FreeBSD FreeBSDThread::GetRegisterContext is only for FreeBSD targets 2015-07-28 19:47:00 +00:00
Linux [LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit address 2015-07-30 05:38:11 +00:00
MacOSX-Kernel Move ProcessKDP's StringExtractor include. 2015-07-07 23:59:01 +00:00
POSIX Remove old local-only linux debugging code 2015-06-24 14:43:20 +00:00
Utility [Makefiles] One more library rename to align with CMake 2015-07-15 22:39:44 +00:00
Windows Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00
elf-core Fix typos. 2015-07-22 00:16:02 +00:00
gdb-remote Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
mach-core Don't force a vendor check in ProcessMachCore::CanDebug() -- if this 2015-04-29 22:17:45 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00