Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp152 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties
180 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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h77 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