Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBTarget.h84 GetProcessPluginName ();
169 GetProcessPluginName ();
/external/lldb/scripts/Python/interface/
DSBTarget.i69 GetProcessPluginName ();
141 GetProcessPluginName ();
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp459 attach_info.GetProcessPluginName(), in Attach()
/external/lldb/include/lldb/Target/
DProcess.h697 GetProcessPluginName () const in GetProcessPluginName() function
854 SetProcessPluginName (launch_info.GetProcessPluginName()); in ProcessAttachInfo()
907 GetProcessPluginName () const in GetProcessPluginName() function
/external/lldb/source/API/
DSBTarget.cpp210 SBLaunchInfo::GetProcessPluginName () in GetProcessPluginName() function in SBLaunchInfo
212 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
339 SBAttachInfo::GetProcessPluginName () in GetProcessPluginName() function in SBAttachInfo
341 return m_opaque_sp->GetProcessPluginName(); in GetProcessPluginName()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp283 const char *plugin_name = m_options.launch_info.GetProcessPluginName(); in DoExecute()
596 const char *plugin_name = m_options.attach_info.GetProcessPluginName(); in DoExecute()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp641 process_sp = target->CreateProcess (listener, attach_info.GetProcessPluginName(), NULL); in Attach()
/external/lldb/www/python_reference/
Dapi-objects.txt2350 lldb.SBAttachInfo.GetProcessPluginName lldb.SBAttachInfo-class.html#GetProcessPluginName
3167 lldb.SBLaunchInfo.GetProcessPluginName lldb.SBLaunchInfo-class.html#GetProcessPluginName