aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-12 16:03:33 -0700
committerTom Tromey <tom@tromey.com>2022-01-18 10:34:05 -0700
commit064f3c6a01ba890369081a9f2c9cb1d62f8b9c34 (patch)
tree4f331caaaf49d9503a2a98a4dffe52c076e1e1cf /gdb/Makefile.in
parent59505f2cec80bfd0b721a53104dbbf7f300127b7 (diff)
downloadgdb-064f3c6a01ba890369081a9f2c9cb1d62f8b9c34.zip
gdb-064f3c6a01ba890369081a9f2c9cb1d62f8b9c34.tar.gz
gdb-064f3c6a01ba890369081a9f2c9cb1d62f8b9c34.tar.bz2
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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2d9b2a7..6ae511d 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -999,6 +999,7 @@ COMMON_SFILES = \
bfd-target.c \
block.c \
blockframe.c \
+ break-catch-fork.c \
break-catch-sig.c \
break-catch-syscall.c \
break-catch-throw.c \