Searched refs:ProcessProperties (Results 1 – 2 of 2) sorted by relevance
152 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties180 ProcessProperties::~ProcessProperties() = default;182 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()188 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize()194 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()201 void ProcessProperties::SetExtraStartupCommands(const Args &args) { in SetExtraStartupCommands()206 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath()211 uint32_t ProcessProperties::GetVirtualAddressableBits() const { in GetVirtualAddressableBits()217 void ProcessProperties::SetVirtualAddressableBits(uint32_t bits) { in SetVirtualAddressableBits()222 uint32_t ProcessProperties::GetHighmemVirtualAddressableBits() const { in GetHighmemVirtualAddressableBits()[all …]
77 class ProcessProperties : public Properties {81 ProcessProperties(lldb_private::Process *process);83 ~ProcessProperties() override;353 public ProcessProperties,517 static ProcessProperties &GetGlobalProperties();2371 friend class ProcessProperties; variable