Home
last modified time | relevance | path

Searched refs:m_plugin_name (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp33 : ProcessInfo(), m_working_dir(), m_plugin_name(), m_flags(0), in ProcessLaunchInfo()
43 : ProcessInfo(), m_working_dir(), m_plugin_name(), m_flags(launch_flags), in ProcessLaunchInfo()
132 return (m_plugin_name.empty() ? nullptr : m_plugin_name.c_str()); in GetProcessPluginName()
136 m_plugin_name = std::string(plugin); in SetProcessPluginName()
167 m_plugin_name.clear(); in Clear()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h70 return m_plugin_name.GetStringRef(); in GetPluginName()
112 ConstString m_plugin_name; variable
H A DPlatformAppleSimulator.cpp47 m_description(description), m_plugin_name(plugin_name), m_kind(kind), in PlatformAppleSimulator()
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h171 std::string m_plugin_name; variable
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h150 return (m_plugin_name.empty() ? nullptr : m_plugin_name.c_str()); in GetProcessPluginName()
154 m_plugin_name = std::string(plugin); in SetProcessPluginName()
159 m_plugin_name.clear(); in Clear()
198 std::string m_plugin_name; variable