Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp145 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties
174 ProcessProperties::~ProcessProperties() = default;
176 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()
182 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize()
188 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()
200 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath()
265 bool ProcessProperties::GetDetachKeepsStopped() const { in GetDetachKeepsStopped()
271 void ProcessProperties::SetDetachKeepsStopped(bool stop) { in SetDetachKeepsStopped()
276 bool ProcessProperties::GetWarningsOptimization() const { in GetWarningsOptimization()
288 bool ProcessProperties::GetStopOnExec() const { in GetStopOnExec()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h68 class ProcessProperties : public Properties {
72 ProcessProperties(lldb_private::Process *process);
74 ~ProcessProperties() override;
108 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP;
342 public ProcessProperties,
2204 friend class ProcessProperties; variable