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

References

tools/lldb/source/Target/Target.cpp
  783     error.SetErrorString("process is not alive");
  789       error.SetErrorString("cannot set a watchpoint with watch_size of 0");
  791       error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
  796     error.SetErrorStringWithFormat("invalid watchpoint type: %d", kind);
  799   if (!CheckIfWatchpointsSupported(this, error))
  833   error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify);
  835             __FUNCTION__, error.Success() ? "succeeded" : "failed",
  838   if (error.Fail()) {
  844       error.SetErrorStringWithFormat(