Home
last modified time | relevance | path

Searched refs:GetProcessPluginName (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp70 const char *SBAttachInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBAttachInfo
71 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
H A DSBLaunchInfo.cpp142 const char *SBLaunchInfo::GetProcessPluginName() { in GetProcessPluginName() function in SBLaunchInfo
143 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h127 const char *GetProcessPluginName();
H A DSBLaunchInfo.h112 const char *GetProcessPluginName();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h74 const char *GetProcessPluginName() const;
H A DProcess.h188 SetProcessPluginName(launch_info.GetProcessPluginName()); in ProcessAttachInfo()
215 const char *GetProcessPluginName() const { in GetProcessPluginName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp134 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName() function in ProcessLaunchInfo
H A DTarget.cpp2877 const char *plugin_name = launch_info.GetProcessPluginName(); in Launch()
3015 const char *plugin_name = attach_info.GetProcessPluginName(); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp840 attach_info.GetProcessPluginName(), NULL); in Attach()