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

References

tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  166     if (thread_error.Fail() && hardware) {
  169       thread_error = thread->SetWatchpoint(addr, size, watch_flags, false);
  170       if (thread_error.Success())
  175     if (thread_error.Success()) {
  189       return thread_error;