Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBAttachInfo.cpp89 SBAttachInfo::GetProcessPluginName () in GetProcessPluginName() function in SBAttachInfo
91 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
HDSBLaunchInfo.cpp198 SBLaunchInfo::GetProcessPluginName () in GetProcessPluginName() function in SBLaunchInfo
200 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBAttachInfo.h66 GetProcessPluginName ();
HDSBLaunchInfo.h133 GetProcessPluginName ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h99 GetProcessPluginName () const;
HDProcess.h255 SetProcessPluginName (launch_info.GetProcessPluginName()); in ProcessAttachInfo()
311 GetProcessPluginName () const in GetProcessPluginName() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp172 ProcessLaunchInfo::GetProcessPluginName () const in GetProcessPluginName() function in ProcessLaunchInfo
HDTarget.cpp2611 const char *plugin_name = launch_info.GetProcessPluginName(); in Launch()
2754 const char *plugin_name = attach_info.GetProcessPluginName (); in Attach()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp792 …ateProcess (attach_info.GetListenerForProcess(debugger), attach_info.GetProcessPluginName(), NULL); in Attach()