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

References

tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  839         var_sp, error);
  870       const char *error_cstr = error.AsCString(nullptr);
  883     error.Clear();
  885         target->CreateWatchpoint(addr, size, &compiler_type, watch_type, error)
  905       if (error.AsCString(nullptr))
  906         result.AppendError(error.AsCString());