This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
DynamicLoader
/
Darwin-Kernel
History
Greg Clayton
6740853784
<rdar://problem/12842032>
...
Don't load __LINKEDIT segments when dynamically loading kexts. llvm-svn: 169806
2012-12-11 01:20:51 +00:00
..
DynamicLoaderDarwinKernel.cpp
<rdar://problem/12842032>
2012-12-11 01:20:51 +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