Unify "catch fork" and "catch vfork"
authorTom Tromey <tom@tromey.com>
Wed, 12 Jan 2022 22:55:50 +0000 (15:55 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:34:05 +0000 (10:34 -0700)
commit59505f2cec80bfd0b721a53104dbbf7f300127b7
treeaba21c5fcaf107701aa69ecbef759d634326c4aa
parentd322d6d69df61a1af481de7e50359c3d92c0de14
Unify "catch fork" and "catch vfork"

I noticed that "catch fork" and "catch vfork" are nearly identical.
This patch simplifies the code by unifying these two cases.
gdb/breakpoint.c