mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* 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:
@ -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) */
|
||||
|
Reference in New Issue
Block a user