[Lldb-commits] [PATCH] D38897: Add specific ppc64le hardware watchpoint handler
Ana Julia Caetano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 17 08:50:34 PDT 2017
anajuliapc updated this revision to Diff 119336.
anajuliapc marked 6 inline comments as done.
anajuliapc added a comment.
- Add values to header file
- Use std::array to declare m_hwp_regs
- Use llvm's mask
- Remove switch and use assert instead
- Remove unnecessary 'else'
- Change return
https://reviews.llvm.org/D38897
Files:
source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38897.119336.patch
Type: text/x-patch
Size: 13425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171017/9d9035e0/attachment.bin>
More information about the lldb-commits
mailing list