mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2012-11-20 Pedro Alves <palves@redhat.com>
* annotate.c (breakpoints_changed): Rename to ... (annotate_breakpoints_changed): ... this. (annotate_stopped, breakpoint_changed): Adjust caller. * annotate.h (breakpoints_changed): Rename to ... (annotate_breakpoints_changed): ... this. * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands) (do_map_commands_command, init_raw_breakpoint, clear_command) (set_ignore_count, enable_breakpoint_disp): Adjust callers.
This commit is contained in:
@ -50,7 +50,7 @@ print_value_flags (struct type *t)
|
||||
}
|
||||
|
||||
void
|
||||
breakpoints_changed (void)
|
||||
annotate_breakpoints_changed (void)
|
||||
{
|
||||
if (annotation_level == 2)
|
||||
{
|
||||
@ -110,7 +110,7 @@ annotate_stopped (void)
|
||||
if (annotation_level > 1 && ignore_count_changed)
|
||||
{
|
||||
ignore_count_changed = 0;
|
||||
breakpoints_changed ();
|
||||
annotate_breakpoints_changed ();
|
||||
}
|
||||
}
|
||||
|
||||
@ -563,7 +563,7 @@ annotate_array_section_end (void)
|
||||
static void
|
||||
breakpoint_changed (struct breakpoint *b)
|
||||
{
|
||||
breakpoints_changed ();
|
||||
annotate_breakpoints_changed ();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user