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:
Pedro Alves
2012-11-20 17:49:02 +00:00
parent b245bdfc67
commit ef37bb07f0
4 changed files with 22 additions and 11 deletions

View File

@ -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