Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h164 return m_scripted_process_dictionary_sp; in GetScriptedProcessDictionarySP()
169 m_scripted_process_dictionary_sp = dictionary_sp; in SetScriptedProcessDictionarySP()
190 m_scripted_process_dictionary_sp; // A dictionary that holds key/value variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp35 m_scripted_process_dictionary_sp() {} in ProcessLaunchInfo()
46 m_scripted_process_class_name(), m_scripted_process_dictionary_sp() { in ProcessLaunchInfo()
176 m_scripted_process_dictionary_sp.reset(); in Clear()