Home
last modified time | relevance | path

Searched refs:ProcessProperties (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp81 ProcessOptionValueProperties (ProcessProperties *global_properties) : in ProcessOptionValueProperties()
132 ProcessProperties::ProcessProperties (lldb_private::Process *process) : in ProcessProperties() function in ProcessProperties
149 …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 …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h55 class ProcessProperties : public Properties
59 ProcessProperties (lldb_private::Process *process);
62 ~ProcessProperties();
114 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP;
736 public ProcessProperties,
2888 friend class ProcessProperties; variable