Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.cpp52 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandOptionsProcessLaunch.cpp71 launch_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandObjectProcess.cpp182 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
337 m_options.attach_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
H A DCommandObjectPlatform.cpp1099 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
1547 m_options.attach_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp100 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBAttachInfo
103 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
H A DSBLaunchInfo.cpp240 void SBLaunchInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBLaunchInfo
243 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h124 void SetProcessPluginName(const char *plugin_name);
H A DSBLaunchInfo.h171 void SetProcessPluginName(const char *plugin_name);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h73 void SetProcessPluginName(llvm::StringRef plugin);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp133 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h131 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
160 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3019 attach_info.SetProcessPluginName(m_plugin_field->GetPluginName()); in GetAttachInfo()
3472 launch_info.SetProcessPluginName(m_plugin_field->GetPluginName()); in GetPlugin()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3192 default_launch_info.SetProcessPluginName("ScriptedProcess"); in SaveScriptedLaunchInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6224 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBAttachInfo_SetProcessPluginName()
35663 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBLaunchInfo_SetProcessPluginName()