Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp158 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() function in ProcessProperties
186 ProcessProperties::~ProcessProperties() = default;
188 bool ProcessProperties::GetDisableMemoryCache() const { in GetDisableMemoryCache()
200 Args ProcessProperties::GetExtraStartupCommands() const { in GetExtraStartupCommands()
289 bool ProcessProperties::GetDetachKeepsStopped() const { in GetDetachKeepsStopped()
300 bool ProcessProperties::GetWarningsOptimization() const { in GetWarningsOptimization()
312 bool ProcessProperties::GetStopOnExec() const { in GetStopOnExec()
423 : ProcessProperties(this), in Process()
513 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties()
516 static ProcessProperties *g_settings_ptr = in GetGlobalProperties()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h73 class ProcessProperties : public Properties {
77 ProcessProperties(lldb_private::Process *process);
79 ~ProcessProperties() override;
336 public ProcessProperties,
498 static ProcessProperties &GetGlobalProperties();
2309 friend class ProcessProperties; variable