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

/external/lldb/source/Target/
H A DProcess.cpp69 ProcessOptionValueProperties (ProcessProperties *global_properties) :
118 ProcessProperties::ProcessProperties (bool is_global) : function in class:ProcessProperties
134 ProcessProperties::~ProcessProperties()
139 ProcessProperties::GetDisableMemoryCache() const
146 ProcessProperties::GetExtraStartupCommands () const
155 ProcessProperties::SetExtraStartupCommands (const Args &args)
162 ProcessProperties::GetPythonOSPluginPath () const
169 ProcessProperties
[all...]
/external/lldb/include/lldb/Target/
H A DProcess.h52 // ProcessProperties
54 class ProcessProperties : public Properties class in namespace:lldb_private
57 ProcessProperties(bool is_global);
60 ~ProcessProperties();
102 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP;
1353 public ProcessProperties,

Completed in 88 milliseconds