Move "catch fork" to a new file
authorTom Tromey <tom@tromey.com>
Wed, 12 Jan 2022 23:03:33 +0000 (16:03 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:34:05 +0000 (10:34 -0700)
commit064f3c6a01ba890369081a9f2c9cb1d62f8b9c34
tree4f331caaaf49d9503a2a98a4dffe52c076e1e1cf
parent59505f2cec80bfd0b721a53104dbbf7f300127b7
Move "catch fork" to a new file

The "catch fork" code is reasonably self-contained, and so this patch
moves it out of breakpoint.c (the second largest source file in gdb)
and into a new file, break-catch-fork.c.
gdb/Makefile.in
gdb/break-catch-fork.c [new file with mode: 0644]
gdb/breakpoint.c