Searched refs:ProcessProperties (Results 1 – 2 of 2) sorted by relevance
81 ProcessOptionValueProperties (ProcessProperties *global_properties) : in ProcessOptionValueProperties()132 ProcessProperties::ProcessProperties (lldb_private::Process *process) : in ProcessProperties() function in ProcessProperties149 …m_collection_sp->SetValueChangedCallback(ePropertyPythonOSPluginPath, ProcessProperties::OptionVal… in ProcessProperties()153 ProcessProperties::~ProcessProperties() in ~ProcessProperties()158 ProcessProperties::OptionValueChangedCallback (void *baton, OptionValue *option_value) in OptionValueChangedCallback()160 ProcessProperties *properties = (ProcessProperties *)baton; in OptionValueChangedCallback()166 ProcessProperties::GetDisableMemoryCache() const in GetDisableMemoryCache()173 ProcessProperties::GetMemoryCacheLineSize() const in GetMemoryCacheLineSize()180 ProcessProperties::GetExtraStartupCommands () const in GetExtraStartupCommands()189 ProcessProperties::SetExtraStartupCommands (const Args &args) in SetExtraStartupCommands()[all …]
55 class ProcessProperties : public Properties59 ProcessProperties (lldb_private::Process *process);62 ~ProcessProperties();114 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP;736 public ProcessProperties,2888 friend class ProcessProperties; variable