Test-case gdb.base/watchpoint-running.exp reports the following kfail:
...
KFAIL: $exp: all-stop: software: watchpoint hit (timeout) (PRMS: gdb/111111)
...
but the referenced gdb PR doesn't exist.
Fix this by using an actual PR.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31833
# GDB should transparently temporarily pause the inferior,
# to force it to single step, but it doesn't, so the
# thread continues running free.
- setup_kfail gdb/111111 *-*-*
+ setup_kfail gdb/31833 *-*-*
# No point waiting too much for output we know isn't
# coming.