+2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
+
+ * breakpoint.c (print_exception_catchpoint): Rename to ...
+ (print_it_exception_catchpoint): ... this.
+ (gnu_v3_exception_catchpoint_ops): Update with new name
+ for print_it_exception_catchpoint.
+
2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
* MAINTAINERS: Add myself for write after approval privileges.
}
static enum print_stop_action
-print_exception_catchpoint (struct breakpoint *b)
+print_it_exception_catchpoint (struct breakpoint *b)
{
int bp_temp, bp_throw;
NULL, /* remove */
NULL, /* breakpoint_hit */
NULL, /* resources_needed */
- print_exception_catchpoint,
+ print_it_exception_catchpoint,
print_one_exception_catchpoint,
NULL, /* print_one_detail */
print_mention_exception_catchpoint,