summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
diff options
context:
space:
mode:
authorOmair Javaid <omair.javaid@linaro.org>2015-05-15 06:29:58 +0000
committerOmair Javaid <omair.javaid@linaro.org>2015-05-15 06:29:58 +0000
commitea8c25a802c60485b46e2e5a9f68480bfee2057e (patch)
tree51d1d18fb349dfcfa0a970d4d8a63d4d78d7a3de /lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
parent1a6756bba07ef881d72d94e7b9646fedad71a16d (diff)
downloadbcm5719-llvm-ea8c25a802c60485b46e2e5a9f68480bfee2057e.tar.gz
bcm5719-llvm-ea8c25a802c60485b46e2e5a9f68480bfee2057e.zip
This patch adds support for setting/clearing hardware watchpoints and breakpoints on AArch64 (Arm v8) 64-bit hardware.
http://reviews.llvm.org/D9706 llvm-svn: 237419
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
index 588d60c805b..8a4a7ae806f 100644
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
@@ -1069,7 +1069,7 @@ NativeRegisterContextLinux_x86_64::IsWatchpointHit(uint32_t wp_index, bool &is_h
}
Error
-NativeRegisterContextLinux_x86_64::GetWatchpointHitIndex(uint32_t &wp_index) {
+NativeRegisterContextLinux_x86_64::GetWatchpointHitIndex(uint32_t &wp_index, lldb::addr_t trap_addr) {
uint32_t num_hw_wps = NumSupportedHardwareWatchpoints();
for (wp_index = 0; wp_index < num_hw_wps; ++wp_index)
{
OpenPOWER on IntegriCloud