Searched refs:ProcessProperties (Results 1 – 2 of 2) sorted by relevance
161 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties182 ProcessProperties::~ProcessProperties() = default;186 ProcessProperties *properties = (ProcessProperties *)baton; in OptionValueChangedCallback()191 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()197 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize()203 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()215 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath()258 bool ProcessProperties::GetDetachKeepsStopped() const { in GetDetachKeepsStopped()264 void ProcessProperties::SetDetachKeepsStopped(bool stop) { in SetDetachKeepsStopped()269 bool ProcessProperties::GetWarningsOptimization() const { in GetWarningsOptimization()[all …]
62 class ProcessProperties : public Properties {66 ProcessProperties(lldb_private::Process *process);68 ~ProcessProperties() override;109 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP;519 public ProcessProperties,2500 friend class ProcessProperties; variable