mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
2002-04-05 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in warning message.
This commit is contained in:
parent
24181d81cc
commit
84d2ac95e4
@ -1,3 +1,8 @@
|
||||
2002-04-05 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
|
||||
warning message.
|
||||
|
||||
2002-04-05 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* utils.c (xfullpath): New function.
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user