gdb: update ranged_breakpoint::print_one_detail in comments
The print_one_detail_ranged_breakpoint has been renamed to
ranged_breakpoint::print_one_detail in this commit:
commit ec45bb676c
Date: Sat Jan 15 16:34:51 2022 -0700
Convert ranged breakpoints to vtable ops
So their comments should be updated as well.
This commit is contained in:
parent
6f4eb56ec7
commit
f79688953f
2 changed files with 2 additions and 2 deletions
|
@ -9215,7 +9215,7 @@ ranged_breakpoint::print_one (bp_location **last_loc) const
|
||||||
|
|
||||||
if (opts.addressprint)
|
if (opts.addressprint)
|
||||||
/* We don't print the address range here, it will be printed later
|
/* 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");
|
uiout->field_skip ("addr");
|
||||||
annotate_field (5);
|
annotate_field (5);
|
||||||
print_breakpoint_location (this, bl);
|
print_breakpoint_location (this, bl);
|
||||||
|
|
|
@ -691,7 +691,7 @@ struct breakpoint
|
||||||
breakpoint description in "info breakpoints".
|
breakpoint description in "info breakpoints".
|
||||||
|
|
||||||
In the example below, the "address range" line was printed
|
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
|
(gdb) info breakpoints
|
||||||
Num Type Disp Enb Address What
|
Num Type Disp Enb Address What
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue