This is an archive of the discontinued LLVM Phabricator instance.

[lldb/debugserver] Implement hardware breakpoints for x86_64 and i386
ClosedPublic

Authored by JDevlieghere on Jan 18 2020, 1:21 PM.

Details

Summary

This implements hardware breakpoints for x86_64 and i386 in debugserver. It's based on Pedro's patch sent to lldb-commits (http://lists.llvm.org/pipermail/lldb-commits/Week-of-Mon-20200113/060327.html) although most of it is the same as the existing hardware watchpoint implementation.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jan 18 2020, 1:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2020, 1:21 PM
Herald added a subscriber: abidh. · View Herald Transcript
jasonmolenda accepted this revision.Jan 24 2020, 2:38 PM

Sorry for the delay, looks good to me.

This revision is now accepted and ready to land.Jan 24 2020, 2:38 PM
This revision was automatically updated to reflect the committed changes.