commit | c5eab52dbae5806ffa8567afc73aab7f3a93f4a6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat May 07 10:07:36 2022 -0600 |
committer | Tom Tromey <tom@tromey.com> | Sat May 07 10:07:36 2022 -0600 |
tree | ea517aadba0febd472dcb1ae1ecb41ca6a78d4dd | |
parent | 8f3babfaf8ea582bed93fd6abcde7bfc96d3a8dd [diff] |
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.