HomeSort by relevance Sort by last modified time
    Searched defs:SetProcessPluginName (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/API/
SBTarget.cpp 216 SBLaunchInfo::SetProcessPluginName (const char *plugin_name)
218 return m_opaque_sp->SetProcessPluginName (plugin_name);
345 SBAttachInfo::SetProcessPluginName (const char *plugin_name)
347 return m_opaque_sp->SetProcessPluginName (plugin_name);
    [all...]
  /external/lldb/include/lldb/Target/
Process.h 705 SetProcessPluginName (const char *plugin)
854 SetProcessPluginName (launch_info.GetProcessPluginName());
915 SetProcessPluginName (const char *plugin)
    [all...]

Completed in 818 milliseconds