13#define LLDB_PROPERTIES_dynamicloaderdarwin_experimental
14#include "DynamicLoaderDarwinProperties.inc"
17#define LLDB_PROPERTIES_dynamicloaderdarwin_experimental
18#include "DynamicLoaderDarwinPropertiesEnum.inc"
22 static constexpr llvm::StringLiteral g_setting_name(
"darwin");
23 return g_setting_name;
28 GetExperimentalSettingsName())) {
29 m_collection_sp->Initialize(g_dynamicloaderdarwin_experimental_properties);
37 "Experimental settings - setting these won't produce errors if the "
38 "setting is not present.",
44 ePropertyEnableParallelImageLoad,
45 g_dynamicloaderdarwin_experimental_properties
46 [ePropertyEnableParallelImageLoad]
47 .default_uint_value != 0);
static DynamicLoaderDarwinProperties & GetGlobal()
DynamicLoaderDarwinProperties()
std::unique_ptr< ExperimentalProperties > m_experimental_properties
static llvm::StringRef GetSettingName()
bool GetEnableParallelImageLoad() const
lldb::OptionValuePropertiesSP m_collection_sp
static llvm::StringRef GetExperimentalSettingsName()
A class that represents a running process on the host machine.