Silly typo...
gdb/testsuite/
2014-09-16 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
software and hardware addresses, not software address against
itself.
+2014-09-16 Pedro Alves <palves@redhat.com>
+
+ * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
+ software and hardware addresses, not software address against
+ itself.
+
2014-09-16 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint-stops-at-right-insn.c: New file.
set hw_watch_pc [get_pc "get hw watchpoint PC"]
- gdb_assert {$sw_watch_pc == $sw_watch_pc} "hw watchpoint stops at right instruction"
+ gdb_assert {$sw_watch_pc == $hw_watch_pc} "hw watchpoint stops at right instruction"
}
}