This patch adds support for setting hardware watchpoints on aarch64 targets.
Still work in progress this patch adds the bits required but may need a few missing things that will be added in follow up patches.
Paths
| Differential D9706
Adds support for Aarch64 hardware watchpoints ClosedPublic Authored by omjavaid on May 12 2015, 7:05 AM.
Details
Summary This patch adds support for setting hardware watchpoints on aarch64 targets. Still work in progress this patch adds the bits required but may need a few missing things that will be added in follow up patches.
Diff Detail Event Timelineomjavaid updated this object. This revision is now accepted and ready to land.May 12 2015, 10:38 AM
Revision Contents
Diff 25589 include/lldb/Host/common/NativeRegisterContext.h
source/Host/common/NativeRegisterContext.cpp
source/Plugins/Process/Linux/NativeProcessLinux.h
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
source/Plugins/Process/Linux/ProcessMonitor.h
source/Plugins/Process/Linux/ProcessMonitor.cpp
|