Home
last modified time | relevance | path

Searched refs:SetProcessPluginName (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp74 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBAttachInfo
75 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
H A DSBLaunchInfo.cpp146 void SBLaunchInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBLaunchInfo
147 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h129 void SetProcessPluginName(const char *plugin_name);
H A DSBLaunchInfo.h114 void SetProcessPluginName(const char *plugin_name);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h76 void SetProcessPluginName(llvm::StringRef plugin);
H A DProcess.h188 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
219 void SetProcessPluginName(llvm::StringRef plugin) { m_plugin_name = plugin; } in SetProcessPluginName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp138 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
H A DProcess.cpp451 launch_info.SetProcessPluginName(option_arg); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp347 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandObjectPlatform.cpp1523 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()