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