Use ui_file_as_string in gdbarch.sh/gdbarch.c
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index ee158e3dac61e7d6109ae2ba97ff8d4b51794adb..9c0b8fc3d912dba6243f3fd42a5d7aa7d7e1b3e5 100644 (file)
@@ -222,8 +222,6 @@ ppc_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."));
 
   /* Make sure we see the memory breakpoints.  */
   cleanup = make_show_memory_breakpoints_cleanup (1);
This page took 0.023731 seconds and 4 git commands to generate.