This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b08948399333487e5a194c956fcb251894deefdd
clang-p2996
/
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
…