Home
last modified time | relevance | path

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

/openbsd/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()
203 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()
280 bool ProcessProperties::GetDetachKeepsStopped() const { in GetDetachKeepsStopped()
291 bool ProcessProperties::GetWarningsOptimization() const { in GetWarningsOptimization()
303 bool ProcessProperties::GetStopOnExec() const { in GetStopOnExec()
413 : ProcessProperties(this), in Process()
505 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties()
508 static ProcessProperties *g_settings_ptr = in GetGlobalProperties()
[all …]
/openbsd/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