From c326b90eb92a34af3227efef385f50920dd75624 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 24 Apr 2012 13:20:16 +0000 Subject: gdb/ * breakpoint.c (ep_is_catchpoint): Renamed to ... (is_catchpoint): ... it. (print_one_breakpoint_location): Caller update. * breakpoint.h: Update declaration. --- gdb/breakpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/breakpoint.h') diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index e0eeeaa..e676659 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -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. */ -- cgit v1.1