public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions
@ 2019-05-16 17:53 sergiodj+buildbot
  2019-05-16 17:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:53 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT ed63aa178c4b5e47eb8658813b2a3b621b7a092b ***

Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Branch: master
Commit: ed63aa178c4b5e47eb8658813b2a3b621b7a092b

[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

opcodes/ChangeLog:
2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
	    Michael Collison <michael.collison@arm.com>

	* arm-dis.c (enum mve_instructions): Add new instructions.
	(enum mve_undefined): Add new reasons.
	(is_mve_encoding_conflict): Handle new instructions.
	(is_mve_undefined): Likewise.
	(is_mve_unpredictable): Likewise.
	(print_mve_undefined): Likewise.
	(print_mve_size): Likewise.
	(print_mve_shift_n): Likewise.
	(print_insn_mve): Likewise.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
@ 2019-05-16 17:54 ` sergiodj+buildbot
  2019-05-16 22:28 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9998>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
  2019-05-16 17:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2019-05-16 22:28 ` sergiodj+buildbot
  2019-05-16 22:38 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 22:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/12790>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=97c2db76>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail.table?id=97c2db76>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-x86_64-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
  2019-05-16 17:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2019-05-16 22:28 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-05-16 22:38 ` sergiodj+buildbot
  2019-05-16 22:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 22:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/12964>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 3: base + 0: stepi advanced
new FAIL: gdb.base/watchpoint-unaligned.exp: continue
PASS -> FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here, second time
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here, third time
PASS -> FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: cont
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: next past local_x initialization
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: self-delete local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: set local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: trigger local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: continue to marker6
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: continue to recurser
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: next past local_x initialization
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: self-delete local watch with explicit scope in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: set local watch in recursive call with explicit scope
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: trigger local watch with explicit scope in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete local watch
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: set partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: set static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: static local watch did not self-delete
PASS -> FAIL: gdb.base/watchpoint.exp: trigger local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail?id=4c19ac76>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail.table?id=4c19ac76>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2019-05-16 22:38 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2019-05-16 22:45 ` sergiodj+buildbot
  2019-05-16 22:50 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 22:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/12827>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x hbreak: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: awatch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: hbreak x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x hbreak: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: rwatch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x hbreak: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted off: watch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x hbreak: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: awatch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 0: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 0: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 1: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 1: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 2: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 2: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 3: base + 0: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 3: base + 0: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: hbreak x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x hbreak: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: rwatch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x awatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 0: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 0: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 1: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 1: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 2: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 2: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 3: base + 1: delete $bpnum
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 3: base + 1: hbreak *
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x hbreak: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x rwatch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: hw-watch: always-inserted on: watch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted off: watch x watch: : width 3, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 1, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 2, iter 3: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 0: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 1: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 1: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 2: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 2: base + 1: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 3: base + 0: stepi advanced
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: sw-watch: always-inserted on: watch x watch: : width 3, iter 3: base + 1: stepi advanced
new FAIL: gdb.base/watchpoint-unaligned.exp: continue
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 1
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable size = 1
PASS -> FAIL: gdb.base/watchpoint.exp: awatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here, second time
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here, third time
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: delete watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: disable in test_complex_watchpoint, second time
PASS -> FAIL: gdb.base/watchpoint.exp: disable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: cont
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: next past local_x initialization
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: self-delete local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: set local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: local_x: trigger local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: continue to marker6
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: continue to recurser
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: next past local_x initialization
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: self-delete local watch with explicit scope in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: set local watch in recursive call with explicit scope
PASS -> FAIL: gdb.base/watchpoint.exp: recurser::local_x: trigger local watch with explicit scope in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: rwatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete local watch
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: set partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: set static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: static local watch did not self-delete
PASS -> FAIL: gdb.base/watchpoint.exp: trigger local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: watch -location .x
PASS -> UNRESOLVED: gdb.base/watchpoint.exp: watch buf
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint on buf hit
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
PASS -> UNRESOLVED: gdb.trace/tspeed.exp: print iters = init_iters
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=55acb81a>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table?id=55acb81a>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-i686, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2019-05-16 22:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-05-16 22:50 ` sergiodj+buildbot
  2019-05-16 23:02 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 22:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/12900>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail?id=b8a930dd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail.table?id=b8a930dd>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-x86_64-m32, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2019-05-16 22:50 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2019-05-16 23:02 ` sergiodj+buildbot
  2019-05-17  6:02 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
  2019-05-17  7:12 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 23:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/12625>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail?id=f6736d6d>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail.table?id=f6736d6d>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2019-05-16 23:02 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2019-05-17  6:02 ` sergiodj+buildbot
  2019-05-17  7:12 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-17  6:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/8159>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=843c0a07>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail.table?id=843c0a07>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2019-05-17  6:02 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-05-17  7:12 ` sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2019-05-17  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8301>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail?id=4def9f33>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail.table?id=4def9f33>




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-05-17  7:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
2019-05-16 17:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 22:28 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2019-05-16 22:38 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2019-05-16 22:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-05-16 22:50 ` Failures on Fedora-i686, " sergiodj+buildbot
2019-05-16 23:02 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2019-05-17  6:02 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2019-05-17  7:12 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).