Move "catch exec" to a new file
authorTom Tromey <tom@tromey.com>
Wed, 12 Jan 2022 23:13:23 +0000 (16:13 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:34:05 +0000 (10:34 -0700)
commitde8e4cb3af98396ecad849588c9c05a45a9e823c
tree1212f1c140f166fb3b13586ee70855276f766967
parent064f3c6a01ba890369081a9f2c9cb1d62f8b9c34
Move "catch exec" to a new file

The "catch exec" 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-exec.c.
gdb/Makefile.in
gdb/break-catch-exec.c [new file with mode: 0644]
gdb/breakpoint.c