Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp161 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties
182 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h62 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