This is an archive of the discontinued LLVM Phabricator instance.

[debugserver] Share code between Enable/DisableHardwareWatchpoint (NFC)
ClosedPublic

Authored by JDevlieghere on Jan 17 2020, 6:02 PM.

Details

Summary

This extract the common functionality of enabling and disabling hardware watchpoints into a single function.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jan 17 2020, 6:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2020, 6:02 PM
jasonmolenda accepted this revision.Jan 17 2020, 6:55 PM

Yep, looks good.

This revision is now accepted and ready to land.Jan 17 2020, 6:55 PM
This revision was automatically updated to reflect the committed changes.