Lines Matching +defs:process +defs:name
54 OperatingSystem *OperatingSystemPython::CreateInstance(Process *process,
56 // Python OperatingSystem plug-ins must be requested by name, so force must
58 FileSpec python_os_plugin_spec(process->GetPythonOSPluginPath());
62 new OperatingSystemPython(process, python_os_plugin_spec));
74 OperatingSystemPython::OperatingSystemPython(lldb_private::Process *process,
76 : OperatingSystem(process), m_thread_list_valobj_sp(), m_register_info_up(),
78 if (!process)
80 TargetSP target_sp = process->CalculateTarget();
105 // Add ".OperatingSystemPlugIn" to the module name to get a string like
118 ExecutionContext exe_ctx(process);
236 llvm::StringRef name;
242 thread_dict.GetValueForKeyAsString("name", name);
262 thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue,