write_pieced_value: Notify memory_changed observers
[deliverable/binutils-gdb.git] / gdb / microblaze-linux-tdep.c
index 18ddfea0577e63ab510e79e059ec1fe58bab230d..54e7ad1e90d03ee4fe86c78ed0d6d8c5c1602eda 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright (C) 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -49,8 +49,6 @@ microblaze_linux_memory_remove_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."));
 
   val = target_read_memory (addr, old_contents, bplen);
 
This page took 0.024371 seconds and 4 git commands to generate.