llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
Daniel Malea 93a64300f8 Fix Linux build warnings due to redefinition of macros:
- add new header lldb-python.h to be included before other system headers
- short term fix (eventually python dependencies must be cleaned up)

Patch by Matt Kopec!

llvm-svn: 169341
2012-12-05 00:20:57 +00:00
..
DynamicLoaderDarwinKernel.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
DynamicLoaderDarwinKernel.h Added the infrastructure necessary for plug-ins to be able to add their own settings instead of having settings added to existing ones. In particular "target.disable-kext-loading" was added to "target" where it should actually be specific to the the dynamic loader plugin. Now the plug-in manager has the ability to create settings at the root level starting with "plugin". Each plug-in type can add new sub dictionaries, and then each plug-in can register a setting dictionary under its own short name. For example the DynamicLoaderDarwinKernel plug-in now registers a setting dictionary at: 2012-10-19 18:02:49 +00:00
Makefile Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project 2011-08-22 22:23:48 +00:00