2004-09-12 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 2c8427c8c6307f821aa0744e53bfc40851a2d73a..734e7dfc760338baf969e60fda0baa53f3a2cae3 100644 (file)
@@ -45,7 +45,12 @@ extern int have_core_file_p (void);
    address out of bounds.  If breakpoints are inserted, returns shadow
    contents, not the breakpoints themselves.  From breakpoint.c.  */
 
-extern int read_memory_nobpt (CORE_ADDR memaddr, char *myaddr, unsigned len);
+/* NOTE: cagney/2004-06-10: Code reading from a live inferior can use
+   the get_frame_memory methods, code reading from an exec can use the
+   target methods.  */
+
+extern int deprecated_read_memory_nobpt (CORE_ADDR memaddr, char *myaddr,
+                                        unsigned len);
 
 /* Report a memory error with error().  */
 
This page took 0.02333 seconds and 4 git commands to generate.