Home
last modified time | relevance | path

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

/freebsd-src/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 HandleArgumentCompletion()
1547 m_options.attach_info.SetProcessPluginName("ScriptedProcess"); in CommandObjectPlatformProcessInfo()
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h73 void SetProcessPluginName(llvm::StringRef plugin);
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp133 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
/freebsd-src/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()
158 void SetProcessPluginName(llvm::StringRef plugin) { SetProcessPluginName() function
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3192 default_launch_info.SetProcessPluginName("ScriptedProcess"); in SetSectionUnloaded()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6215 SWIG_check_num_args("lldb::SBAttachInfo::SetProcessPluginName",2,2) in _wrap_SBBlock_IsInlined()
6216 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",1,"lldb::SBAttachInfo *"); in _wrap_SBBlock_IsInlined()
6217 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetProcessPluginName",2,"char const *"); in _wrap_SBBlock_IsInlined()
6224 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBBlock_IsInlined()
6854 { "SetProcessPluginName", _wrap_SBAttachInfo_SetProcessPluginName},
[all...]