forked from Imagelibrary/binutils-gdb
2002-04-05 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in warning message.
This commit is contained in:
@@ -765,7 +765,7 @@ insert_breakpoints (void)
|
||||
so we must try to set a breakpoint at the LMA.
|
||||
This will not work for a hardware breakpoint. */
|
||||
if (b->type == bp_hardware_breakpoint)
|
||||
warning ("hw breakpoint %d not supported in overlay!\n",
|
||||
warning ("hardware breakpoint %d not supported in overlay!\n",
|
||||
b->number);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user