reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBProcess.cpp
  171                      (lldb::pid_t, lldb::SBError &), pid, error);
  180       error.SetError(process_sp->Attach(attach_info));
  182       error.SetErrorString(
  186     error.SetErrorString("unable to attach pid");
  189   return error.Success();