This is an archive of the discontinued LLVM Phabricator instance.

[debugserver] Unify the breakpoint/watchpoint interface (NFCI)
ClosedPublic

Authored by JDevlieghere on Jan 18 2020, 12:00 PM.

Details

Summary

Unify the interface for enabling and disabling breakpoints with their watchpoint counterpart. This allows both to go through DoHardwareBreakpointAction.

Diff Detail