* [FYI][obvious] Rename print_exception_catchpoint.
@ 2011-04-14 2:22 Thiago Jung Bauermann
0 siblings, 0 replies; only message in thread
From: Thiago Jung Bauermann @ 2011-04-14 2:22 UTC (permalink / raw)
To: gdb-patches ml
Hi,
Just committed the following.
--
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center
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.
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 9225d15..8ea6cc9 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-14 2:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-14 2:22 [FYI][obvious] Rename print_exception_catchpoint Thiago Jung Bauermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox