diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 8f0b19f8518..63feea9e9cd 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9215,7 +9215,7 @@ ranged_breakpoint::print_one (bp_location **last_loc) const if (opts.addressprint) /* We don't print the address range here, it will be printed later - by print_one_detail_ranged_breakpoint. */ + by ranged_breakpoint::print_one_detail. */ uiout->field_skip ("addr"); annotate_field (5); print_breakpoint_location (this, bl); diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 93f30c9c13d..360fa760577 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -691,7 +691,7 @@ struct breakpoint breakpoint description in "info breakpoints". In the example below, the "address range" line was printed - by print_one_detail_ranged_breakpoint. + by ranged_breakpoint::print_one_detail. (gdb) info breakpoints Num Type Disp Enb Address What