llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
Jason Molenda 3d8d9c9884 PlatformDarwinKernel calls the ctor directly, not setting no-jit
Fix a small thinko in https://reviews.llvm.org/D133534 .  Normally
DynamicLoaderDarwinKernels are created via the CreateInstance plugin
method, and that plugin method sets the Process CanJIT to false.
In the above patch, I added a new code path that can call the
DynamicLoaderDarwinKernel ctor directly, without going through
CreateInstance, and CanJIT was not being correctly set for the
process.

rdar://101148552
2022-10-13 16:28:18 -07:00
..
CMakeLists.txt dependency cycle fix in DynamicLoaderDarwinKernel 2022-09-09 17:37:46 -07:00
DynamicLoaderDarwinKernel.cpp PlatformDarwinKernel calls the ctor directly, not setting no-jit 2022-10-13 16:28:18 -07:00
DynamicLoaderDarwinKernel.h Remove ConstString from DynamicLoader, JITLoader and Instruction plugin names 2021-10-25 10:32:35 +02:00
DynamicLoaderDarwinKernelProperties.td