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

Overridden By

tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  146 Status NativeThreadLinux::SetWatchpoint(lldb::addr_t addr, size_t size,

References

tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  165         thread->SetWatchpoint(addr, size, watch_flags, hardware);
  169       thread_error = thread->SetWatchpoint(addr, size, watch_flags, false);