| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 100 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBAttachInfo 101 LLDB_RECORD_METHOD(void, SBAttachInfo, SetProcessPluginName, (const char *), in SetProcessPluginName() 104 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName() 279 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetProcessPluginName, in RegisterMethods()
|
| H A D | SBLaunchInfo.cpp | 249 void SBLaunchInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBLaunchInfo 250 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetProcessPluginName, (const char *), in SetProcessPluginName() 253 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName() 436 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetProcessPluginName, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBAttachInfo.i | 63 SetProcessPluginName (const char *plugin_name);
|
| H A D | SBLaunchInfo.i | 95 SetProcessPluginName (const char *plugin_name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 120 void SetProcessPluginName(const char *plugin_name);
|
| H A D | SBLaunchInfo.h | 144 void SetProcessPluginName(const char *plugin_name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 65 launch_info.SetProcessPluginName(option_arg); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 192 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute() 311 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 1439 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 74 void SetProcessPluginName(llvm::StringRef plugin);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 136 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 126 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo() 157 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2951 default_launch_info.SetProcessPluginName("ScriptedProcess"); in Launch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2599 attach_info.SetProcessPluginName(m_plugin_field->GetPluginName()); in GetAttachInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5315 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBAttachInfo_SetProcessPluginName() 31343 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBLaunchInfo_SetProcessPluginName()
|