Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp160 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties
189 ProcessProperties::~ProcessProperties() = default;
191 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()
197 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize()
203 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()
210 void ProcessProperties::SetExtraStartupCommands(const Args &args) { in SetExtraStartupCommands()
215 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath()
220 uint32_t ProcessProperties::GetVirtualAddressableBits() const { in GetVirtualAddressableBits()
226 void ProcessProperties::SetVirtualAddressableBits(uint32_t bits) { in SetVirtualAddressableBits()
230 void ProcessProperties::SetPythonOSPluginPath(const FileSpec &file) { in SetPythonOSPluginPath()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h68 class ProcessProperties : public Properties {
72 ProcessProperties(lldb_private::Process *process);
74 ~ProcessProperties() override;
339 public ProcessProperties,
488 static ProcessProperties &GetGlobalProperties();
2203 friend class ProcessProperties; variable