Fix "catch syscall"
authorTom Tromey <tom@tromey.com>
Sat, 7 May 2022 16:07:36 +0000 (10:07 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 7 May 2022 16:07:36 +0000 (10:07 -0600)
commitc5eab52dbae5806ffa8567afc73aab7f3a93f4a6
treeea517aadba0febd472dcb1ae1ecb41ca6a78d4dd
parent8f3babfaf8ea582bed93fd6abcde7bfc96d3a8dd
Fix "catch syscall"

Simon pointed out that some recent patches of mine broke "catch
syscall".  Apparently I forgot to finish the conversion of this code
when removing init_catchpoint.  This patch completes the conversion
and fixes the bug.
gdb/break-catch-syscall.c