gdb Power 9 add test for HW watchpoint support.
authorCarl Love <cel@us.ibm.com>
Wed, 12 Jan 2022 17:56:58 +0000 (11:56 -0600)
committerCarl Love <cel@us.ibm.com>
Wed, 12 Jan 2022 17:56:58 +0000 (11:56 -0600)
commit8d4e4d13afbca26b6cfebf7221973bb21c40677e
tree1f3a27b7fadae0607982a7ede16ab8e54a75ad91
parent61671e97927dcc1b302bd01fd59bc61c27972839
gdb Power 9 add test for HW watchpoint support.

The Power 9 processor revision 2.2 has HW watchpoint support disabled due
to a HW bug.  The support is fixed in Power 9 processor revision 2.3.  This
patch add a test to lib/gdb.exp for Power to determine if the processor
supports HW watchpoints or not.  If the Power processor doesn't support HW
watchpoints the proceedure skip_hw_watchpoint_tests will return 1 to
disable the various HW watchpoint tests.

The patch has been tested on Power 9, processor revesions 2.2 and 2.3.  The
patch has also been tested on Power 10.  No regression test failures were
found.
gdb/testsuite/lib/gdb.exp