This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Provide actual number of watchpoints supported
AcceptedPublic

Authored by mohit.bhakkad on Nov 23 2015, 5:53 AM.

Details

Reviewers
clayborg
Summary

In MIPS, hardware registers for hardware watchpoints and hardware breakpoints are in same set named watch registers.
So adding another function to distinguish between no. of watch registers and actual number of registers which can be used for hardware watchpoints.

Diff Detail

Repository
rL LLVM

Event Timeline

mohit.bhakkad retitled this revision from to [LLDB][MIPS] Provide actual number of watchpoints supported.
mohit.bhakkad updated this object.
mohit.bhakkad added a reviewer: clayborg.
mohit.bhakkad set the repository for this revision to rL LLVM.
mohit.bhakkad added a subscriber: lldb-commits.
clayborg accepted this revision.Nov 30 2015, 8:35 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Nov 30 2015, 8:35 AM

Looks like patch was not committed. Please rebase with trunk and run Clang-format.