]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.h
* target.c (target_read_until_error): New.
[thirdparty/binutils-gdb.git] / gdb / target.h
index 902d4283de59143cb15405f9d1f263dfd6e2b889..9641f0d62c872407300c40f98cc721028155de09 100644 (file)
@@ -230,6 +230,11 @@ extern LONGEST target_read (struct target_ops *ops,
                            const char *annex, gdb_byte *buf,
                            ULONGEST offset, LONGEST len);
 
+extern LONGEST target_read_until_error (struct target_ops *ops,
+                                       enum target_object object,
+                                       const char *annex, gdb_byte *buf,
+                                       ULONGEST offset, LONGEST len);
+  
 extern LONGEST target_write (struct target_ops *ops,
                             enum target_object object,
                             const char *annex, const gdb_byte *buf,