]> Git Repo - binutils.git/blobdiff - gdb/gdbcore.h
*** empty log message ***
[binutils.git] / gdb / gdbcore.h
index eb4c46d46d34d0483efa6cd082dda0c5466bc1c5..b00ba9d4a8f29ccacc014aa1d11c253f5e17941d 100644 (file)
@@ -49,8 +49,8 @@ extern int have_core_file_p (void);
    the get_frame_memory methods, code reading from an exec can use the
    target methods.  */
 
-extern int deprecated_read_memory_nobpt (CORE_ADDR memaddr, gdb_byte *myaddr,
-                                        unsigned len);
+extern int read_memory_nobpt (CORE_ADDR memaddr, gdb_byte *myaddr,
+                             unsigned len);
 
 /* Report a memory error with error().  */
 
@@ -123,8 +123,6 @@ extern int write_files;
 
 extern void core_file_command (char *filename, int from_tty);
 
-extern void exec_open (char *filename, int from_tty);
-
 extern void exec_file_attach (char *filename, int from_tty);
 
 extern void exec_file_clear (int from_tty);
This page took 0.025556 seconds and 4 git commands to generate.