aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-15 18:04:53 +0000
committerTom Tromey <tromey@redhat.com>2013-04-15 18:04:53 +0000
commit916703c090d3d30421d6b67cfb9f2e9e711d965a (patch)
treee91004ef3883ef614384ff9c92167ef6ae875a0f /gdb/Makefile.in
parent6e72ca205c018b9906fa2047ffb1be7f546e0643 (diff)
downloadgdb-916703c090d3d30421d6b67cfb9f2e9e711d965a.zip
gdb-916703c090d3d30421d6b67cfb9f2e9e711d965a.tar.gz
gdb-916703c090d3d30421d6b67cfb9f2e9e711d965a.tar.bz2
* Makefile.in (SFILES): Add break-catch-throw.c
(COMMON_OBS): Add break-catch-throw.o. * break-catch-throw.c: New file. * breakpoint.c: Move exception-catching code to new file. (ep_parse_optional_if_clause): No longer static. * breakpoint.h (ep_parse_optional_if_clause): Declare.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ebe6eb7..dd874ce 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -708,7 +708,9 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
agent.c \
bcache.c \
bfd-target.c \
- block.c blockframe.c breakpoint.c break-catch-sig.c buildsym.c \
+ block.c blockframe.c \
+ breakpoint.c break-catch-sig.c break-catch-throw.c \
+ buildsym.c \
c-exp.y c-lang.c c-typeprint.c c-valprint.c \
charset.c cleanups.c cli-out.c coffread.c coff-pe-read.c \
complaints.c completer.c continuations.c corefile.c corelow.c \
@@ -878,7 +880,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
auto-load.o auxv.o \
agent.o \
bfd-target.o \
- blockframe.o breakpoint.o break-catch-sig.o \
+ blockframe.o breakpoint.o break-catch-sig.o break-catch-throw.o \
findvar.o regcache.o cleanups.o \
charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o \
source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o \