* 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.
This commit is contained in:
Thiago Jung Bauermann 2011-04-14 02:20:21 +00:00
parent 914a741b23
commit ba770c9cff
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
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.

View File

@ -9472,7 +9472,7 @@ catch_exec_command_1 (char *arg, int from_tty,
}
static enum print_stop_action
print_exception_catchpoint (struct breakpoint *b)
print_it_exception_catchpoint (struct breakpoint *b)
{
int bp_temp, bp_throw;
@ -9563,7 +9563,7 @@ static struct breakpoint_ops gnu_v3_exception_catchpoint_ops = {
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,