Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp159 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties
188 ProcessProperties::~ProcessProperties() = default;
190 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()
202 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()
279 bool ProcessProperties::GetDetachKeepsStopped() const { in GetDetachKeepsStopped()
290 bool ProcessProperties::GetWarningsOptimization() const { in GetWarningsOptimization()
302 bool ProcessProperties::GetStopOnExec() const { in GetStopOnExec()
412 : ProcessProperties(this), in Process()
504 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties()
507 static ProcessProperties *g_settings_ptr = in GetGlobalProperties()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h68 class ProcessProperties : public Properties {
72 ProcessProperties(lldb_private::Process *process);
74 ~ProcessProperties() override;
339 public ProcessProperties,
497 static ProcessProperties &GetGlobalProperties();
2181 friend class ProcessProperties; variable