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

/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i63 SetProcessPluginName (const char *plugin_name);
H A DSBLaunchInfo.i95 SetProcessPluginName (const char *plugin_name);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h120 void SetProcessPluginName(const char *plugin_name);
H A DSBLaunchInfo.h144 void SetProcessPluginName(const char *plugin_name);
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp67 launch_info.SetProcessPluginName(option_arg);
H A DCommandObjectProcess.cpp201 m_options.launch_info.SetProcessPluginName("ScriptedProcess");
337 attach_info.SetProcessPluginName(option_arg);
H A DCommandObjectPlatform.cpp1601 attach_info.SetProcessPluginName(option_arg);
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp237 void SBLaunchInfo::SetProcessPluginName(const char *plugin_name) { function in class:SBLaunchInfo
240 return m_opaque_sp->SetProcessPluginName(plugin_name);
H A DSBAttachInfo.cpp98 void SBAttachInfo::SetProcessPluginName(const char *plugin_name) { function in class:SBAttachInfo
101 return m_opaque_sp->SetProcessPluginName(plugin_name);
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h74 void SetProcessPluginName(llvm::StringRef plugin);
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp135 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { function in class:ProcessLaunchInfo
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h122 SetProcessPluginName(launch_info.GetProcessPluginName());
153 void SetProcessPluginName(llvm::StringRef plugin) { function in class:lldb_private::ProcessAttachInfo
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py1110 launch_info.SetProcessPluginName("ScriptedProcess")
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3020 attach_info.SetProcessPluginName(m_plugin_field->GetPluginName());
3473 launch_info.SetProcessPluginName(m_plugin_field->GetPluginName());
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3119 default_launch_info.SetProcessPluginName("ScriptedProcess");

Completed in 312 milliseconds