Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h161 return m_scripted_process_dictionary_sp; in GetScriptedProcessDictionarySP()
166 m_scripted_process_dictionary_sp = dictionary_sp; in SetScriptedProcessDictionarySP()
185 m_scripted_process_dictionary_sp; // A dictionary that holds key/value variable
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp36 m_scripted_process_dictionary_sp() {} in ProcessLaunchInfo()
45 m_scripted_process_class_name(), m_scripted_process_dictionary_sp() { in ProcessLaunchInfo()
175 m_scripted_process_dictionary_sp.reset(); in Clear()