Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp100 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 DSBLaunchInfo.cpp249 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 DSBAttachInfo.i63 SetProcessPluginName (const char *plugin_name);
H A DSBLaunchInfo.i95 SetProcessPluginName (const char *plugin_name);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h120 void SetProcessPluginName(const char *plugin_name);
H A DSBLaunchInfo.h144 void SetProcessPluginName(const char *plugin_name);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp65 launch_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandObjectProcess.cpp192 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
311 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandObjectPlatform.cpp1439 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h74 void SetProcessPluginName(llvm::StringRef plugin);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp136 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h126 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 DTarget.cpp2951 default_launch_info.SetProcessPluginName("ScriptedProcess"); in Launch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2599 attach_info.SetProcessPluginName(m_plugin_field->GetPluginName()); in GetAttachInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5315 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBAttachInfo_SetProcessPluginName()
31343 (arg1)->SetProcessPluginName((char const *)arg2); in _wrap_SBLaunchInfo_SetProcessPluginName()