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

  /external/lldb/include/lldb/API/
SBTarget.h 87 SetProcessPluginName (const char *plugin_name);
172 SetProcessPluginName (const char *plugin_name);
  /external/lldb/scripts/Python/interface/
SBTarget.i 72 SetProcessPluginName (const char *plugin_name);
144 SetProcessPluginName (const char *plugin_name);
  /external/lldb/include/lldb/Target/
Process.h 705 SetProcessPluginName (const char *plugin)
854 SetProcessPluginName (launch_info.GetProcessPluginName());
915 SetProcessPluginName (const char *plugin)
    [all...]
  /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/source/Commands/
CommandObjectProcess.cpp 427 attach_info.SetProcessPluginName (option_arg);
    [all...]
  /external/lldb/source/Target/
Process.cpp 775 launch_info.SetProcessPluginName (option_arg);
    [all...]

Completed in 88 milliseconds