Use gdb_assert_not_reached in arm-linux-nat.c
authorTom Tromey <tom@tromey.com>
Wed, 24 Apr 2019 22:22:57 +0000 (16:22 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 4 May 2019 20:13:28 +0000 (14:13 -0600)
commit06d16ec97736b5fc0f41cb5a43f756b7ba3d974b
tree5ebf058258e8ef8c0db1a362a94292953542b0c1
parent9c056022194f9d1f068885cb45c9d23a2e44db54
Use gdb_assert_not_reached in arm-linux-nat.c

This changes arm-linux-nat.c to use gdb_assert_not_reached rather than
an assert of false.

gdb/ChangeLog
2019-05-04  Tom Tromey  <tom@tromey.com>

* arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
Use gdb_assert_not_reached.
gdb/ChangeLog
gdb/arm-linux-nat.c