summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2015-07-02 14:03:54 +0100
committerYao Qi <yao.qi@linaro.org>2015-07-02 17:02:05 +0100
commit2fd0f80d57e8437d70ba79921efd3ce02e755755 (patch)
tree954beca4a215e7b6c478a7ad45dd997a9f0e0da4 /gdb/aarch64-linux-nat.c
parentdb49d3d0414173fe8907dcae1cab0067d46c44cd (diff)
Fix typo in aarch64_linux_insert_hw_breakpoint
It should be "insert_hw_breakpoint" rather than "insert_hw_watchpoint". gdb: 2015-07-02 Yao Qi <yao.qi@linaro.org> * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix typo in the debugging message.
Diffstat (limited to 'gdb/aarch64-linux-nat.c')
-rw-r--r--gdb/aarch64-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/aarch64-linux-nat.c b/gdb/aarch64-linux-nat.c
index aae48538bc..9959b81a2d 100644
--- a/gdb/aarch64-linux-nat.c
+++ b/gdb/aarch64-linux-nat.c
@@ -1207,7 +1207,7 @@ aarch64_linux_insert_hw_breakpoint (struct target_ops *self,
= aarch64_get_debug_reg_state (ptid_get_pid (inferior_ptid));
aarch64_show_debug_reg_state (state,
- "insert_hw_watchpoint", addr, len, type);
+ "insert_hw_breakpoint", addr, len, type);
}
return ret;