* breakpoint.c (insert_bp_location): Add \n to overlay breakpoint

error message.
This commit is contained in:
Doug Evans 2009-02-26 01:14:03 +00:00
parent a798e270c7
commit 99361f52eb
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2009-02-25 Doug Evans <dje@google.com>
* breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
error message.
* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
disabled_shlib_breaks, unused.

View file

@ -1135,8 +1135,8 @@ Note: automatically using hardware breakpoints for read-only addresses.\n"));
bpt->overlay_target_info.placed_address = addr;
val = target_insert_breakpoint (&bpt->overlay_target_info);
if (val != 0)
fprintf_unfiltered (tmp_error_stream,
"Overlay breakpoint %d failed: in ROM?",
fprintf_unfiltered (tmp_error_stream,
"Overlay breakpoint %d failed: in ROM?\n",
bpt->owner->number);
}
}