* 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.
This commit is contained in:
Tom Tromey
2013-04-15 18:04:53 +00:00
parent 6e72ca205c
commit 916703c090
5 changed files with 324 additions and 261 deletions

View File

@ -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) */