| /freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessAttach.cpp | 52 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
|
| H A D | CommandOptionsProcessLaunch.cpp | 71 launch_info.SetProcessPluginName(option_arg); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 182 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute() 337 m_options.attach_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 1099 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 D | SBAttachInfo.cpp | 100 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBAttachInfo 103 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
|
| H A D | SBLaunchInfo.cpp | 240 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 D | SBAttachInfo.h | 124 void SetProcessPluginName(const char *plugin_name);
|
| H A D | SBLaunchInfo.h | 171 void SetProcessPluginName(const char *plugin_name);
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 73 void SetProcessPluginName(llvm::StringRef plugin);
|
| /freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 133 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 131 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 D | IOHandlerCursesGUI.cpp | 3019 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 D | Target.cpp | 3192 default_launch_info.SetProcessPluginName("ScriptedProcess"); in SetSectionUnloaded()
|
| /freebsd-src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6215 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...] |