]> Git Repo - binutils.git/blobdiff - gdb/breakpoint.c
Tue Jul 13 14:03:48 1993 Jim Kingdon ([email protected])
[binutils.git] / gdb / breakpoint.c
index 94cbcd7ebb349f513ea00e13c056a6e65ed6f545..1ed6abd3544a4b270cdbd4fa8f6d5006cca849ce 100644 (file)
@@ -347,7 +347,11 @@ read_memory_nobpt (memaddr, myaddr, len)
   struct breakpoint *b;
 
   if (memory_breakpoint_size < 0)
-    /* No breakpoints on this machine.  */
+    /* No breakpoints on this machine.  FIXME: This should be
+       dependent on the debugging target.  Probably want
+       target_insert_breakpoint to return a size, saying how many
+       bytes of the shadow contents are used, or perhaps have
+       something like target_xfer_shadow.  */
     return target_read_memory (memaddr, myaddr, len);
   
   ALL_BREAKPOINTS (b)
This page took 0.0215340000000001 seconds and 4 git commands to generate.