/llvm-project/lldb/test/API/functionalities/scripted_process/ |
H A D | TestScriptedProcess.py | 88 launch_info.SetProcessPluginName("ScriptedProcess") 136 launch_info.SetProcessPluginName("ScriptedProcess") 195 launch_info.SetProcessPluginName("ScriptedProcess") 229 attach_info.SetProcessPluginName("ScriptedProcess")
|
H A D | TestStackCoreScriptedProcess.py | 92 launch_info.SetProcessPluginName("ScriptedProcess")
|
/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 | CommandObjectPlatform.cpp | 1099 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute() 1547 m_options.attach_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
|
H A D | CommandObjectProcess.cpp | 183 m_options.launch_info.SetProcessPluginName("ScriptedProcess"); in DoExecute() 345 m_options.attach_info.SetProcessPluginName("ScriptedProcess"); in DoExecute()
|
/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()
|
/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);
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | ProcessLaunchInfo.h | 73 void SetProcessPluginName(llvm::StringRef plugin);
|
/llvm-project/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 133 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() function in ProcessLaunchInfo
|
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/ |
H A D | interactive_scripted_process.py | 302 launch_info.SetProcessPluginName("ScriptedProcess")
|
H A D | TestInteractiveScriptedProcess.py | 219 launch_info.SetProcessPluginName("ScriptedProcess")
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 133 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo() 162 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName() 160 void SetProcessPluginName(llvm::StringRef plugin) { SetProcessPluginName() function
|
/llvm-project/lldb/examples/python/ |
H A D | crashlog.py | 1544 launch_info.SetProcessPluginName("ScriptedProcess")
|
/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()
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 3324 default_launch_info.SetProcessPluginName("ScriptedProcess"); in Launch()
|