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

References

tools/lldb/source/Target/Target.cpp
  779             __FUNCTION__, addr, (uint64_t)size, kind);
  787   if (addr == LLDB_INVALID_ADDRESS || size == 0) {
  791       error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
  810   WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr);
  828     wp_sp = std::make_shared<Watchpoint>(*this, addr, size, type);