Searched refs:GetProcessPluginName (Results 1 - 7 of 7) sorted by relevance

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

Completed in 100 milliseconds