Use gdb::optional for sigint_ours
authorTom Tromey <tromey@adacore.com>
Mon, 12 Dec 2022 17:17:18 +0000 (10:17 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 13 Dec 2022 19:51:53 +0000 (12:51 -0700)
commitd2f803afd5a3ae16933a3adb8dca9b16a01551ce
tree752288a27719431d1e4e22255af6b94e0aac551a
parent12bc5170ee9c498cd1a2be0e2dacbe5083ceb70e
Use gdb::optional for sigint_ours

sigint_ours (and sigquit_ours) can be used without being set.  Avoid
this problem by changing them to gdb::optional and checking that they
are in fact set before using the value.
gdb/inflow.c