Searched refs:ProcessProperties (Results 1 – 2 of 2) sorted by relevance
188 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties216 ProcessProperties::~ProcessProperties() = default;218 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()224 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize()230 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()237 void ProcessProperties::SetExtraStartupCommands(const Args &args) { in SetExtraStartupCommands()242 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath()247 uint32_t ProcessProperties::GetVirtualAddressableBits() const { in GetVirtualAddressableBits()253 void ProcessProperties::SetVirtualAddressableBits(uint32_t bits) { in SetVirtualAddressableBits()258 uint32_t ProcessProperties::GetHighmemVirtualAddressableBits() const { in GetHighmemVirtualAddressableBits()[all …]
75 class ProcessProperties : public Properties {79 ProcessProperties(lldb_private::Process *process);81 ~ProcessProperties() override;338 public ProcessProperties,502 static ProcessProperties &GetGlobalProperties();2334 friend class ProcessProperties; variable