summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
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
commit59ef4e03755a084e872818ab85000f4123c92067 (patch)
tree5faebdd17113c1941b316c20c50b59f3c9509edc /gdb/breakpoint.h
parent57b013f271b1191757b1d252774de9431fb2a546 (diff)
downloadgdb-59ef4e03755a084e872818ab85000f4123c92067.tar.gz
* 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/breakpoint.h')
-rw-r--r--gdb/breakpoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index d740625e985..7df1122ed50 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1557,4 +1557,6 @@ extern void handle_solib_event (void);
extern void breakpoint_free_objfile (struct objfile *objfile);
+extern char *ep_parse_optional_if_clause (char **arg);
+
#endif /* !defined (BREAKPOINT_H) */