This is an archive of the discontinued LLVM Phabricator instance.

[debugserver] Implement hardware breakpoints for ARM64
ClosedPublic

Authored by JDevlieghere on Mar 18 2020, 10:57 PM.

Diff Detail

Event Timeline

JDevlieghere created this revision.Mar 18 2020, 10:57 PM
jasonmolenda accepted this revision.Mar 19 2020, 11:51 AM

Nice patch, thanks for doing this. I wouldn't have added the fallback code in DNBArchMachARM64::NumSupportedHardwareBreakpoints to handle the case where the sysctl fails - it doesn't fail - but there's no harm in it.

This revision is now accepted and ready to land.Mar 19 2020, 11:51 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2020, 12:00 PM