diff options
Diffstat (limited to 'gdb/mem-break.c')
-rw-r--r-- | gdb/mem-break.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mem-break.c b/gdb/mem-break.c index 803f62b..cc8145c 100644 --- a/gdb/mem-break.c +++ b/gdb/mem-break.c @@ -45,8 +45,6 @@ default_memory_insert_breakpoint (struct gdbarch *gdbarch, /* Determine appropriate breakpoint contents and size for this address. */ bp = gdbarch_breakpoint_from_pc (gdbarch, &addr, &bplen); - if (bp == NULL) - error (_("Software breakpoints not implemented for this target.")); bp_tgt->placed_address = addr; bp_tgt->placed_size = bplen; |