Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestScriptedProcess.py75 launch_info.SetProcessPluginName("ScriptedProcess")
111 launch_info.SetProcessPluginName("ScriptedProcess")
H A DTestStackCoreScriptedProcess.py80 launch_info.SetProcessPluginName("ScriptedProcess")
/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp98 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBAttachInfo
101 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
H A DSBLaunchInfo.cpp237 void SBLaunchInfo::SetProcessPluginName(const char *plugin_name) { in SetProcessPluginName() function in SBLaunchInfo
240 return m_opaque_sp->SetProcessPluginName(plugin_name); in SetProcessPluginName()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBAttachInfo.i63 SetProcessPluginName (const char *plugin_name);
H A DSBLaunchInfo.i95 SetProcessPluginName (const char *plugin_name);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBAttachInfo.h120 void SetProcessPluginName(const char *plugin_name);
H A DSBLaunchInfo.h144 void SetProcessPluginName(const char *plugin_name);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp67 launch_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandObjectProcess.cpp200 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
336 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
H A DCommandObjectPlatform.cpp1600 attach_info.SetProcessPluginName(option_arg); in SetOptionValue()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h74 void SetProcessPluginName(llvm::StringRef plugin);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp135 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h122 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
153 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py1043 launch_info.SetProcessPluginName("ScriptedProcess")
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3018 attach_info.SetProcessPluginName(m_plugin_field->GetPluginName()); in GetAttachInfo()
3471 launch_info.SetProcessPluginName(m_plugin_field->GetPluginName()); in GetPlugin()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3023 default_launch_info.SetProcessPluginName("ScriptedProcess"); in Launch()