Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h151 return !m_scripted_process_class_name.empty(); in IsScriptedProcess()
155 return m_scripted_process_class_name; in GetScriptedProcessClassName()
159 m_scripted_process_class_name = name; in SetScriptedProcessClassName()
187 std::string m_scripted_process_class_name; // The name of the class that will variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp34 m_listener_sp(), m_hijack_listener_sp(), m_scripted_process_class_name(), in ProcessLaunchInfo()
46 m_scripted_process_class_name(), m_scripted_process_dictionary_sp() { in ProcessLaunchInfo()
175 m_scripted_process_class_name.clear(); in Clear()