forked from Imagelibrary/binutils-gdb
gdb/
* breakpoint.c (ep_is_catchpoint): Renamed to ... (is_catchpoint): ... it. (print_one_breakpoint_location): Caller update. * breakpoint.h: Update declaration.
This commit is contained in:
@@ -1365,7 +1365,7 @@ extern void remove_thread_event_breakpoints (void);
|
||||
extern void disable_breakpoints_in_shlibs (void);
|
||||
|
||||
/* This function returns TRUE if ep is a catchpoint. */
|
||||
extern int ep_is_catchpoint (struct breakpoint *);
|
||||
extern int is_catchpoint (struct breakpoint *);
|
||||
|
||||
/* Enable breakpoints and delete when hit. Called with ARG == NULL
|
||||
deletes all breakpoints. */
|
||||
|
||||
Reference in New Issue
Block a user