summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb/gdb/remote.h')
-rw-r--r--contrib/gdb/gdb/remote.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/gdb/gdb/remote.h b/contrib/gdb/gdb/remote.h
index e2171b2..7c0df32 100644
--- a/contrib/gdb/gdb/remote.h
+++ b/contrib/gdb/gdb/remote.h
@@ -54,4 +54,11 @@ extern void remote_cisco_objfile_relocate (bfd_signed_vma text_off,
extern void async_remote_interrupt_twice (void *arg);
+extern int remote_write_bytes (CORE_ADDR memaddr, char *myaddr, int len);
+
+extern int remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len);
+
+extern void (*target_resume_hook) (void);
+extern void (*target_wait_loop_hook) (void);
+
#endif
OpenPOWER on IntegriCloud