X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fremote.h;h=4477148f9c8f5ce1c7d9ca2f7ddf15de86f87665;hb=c25083afe3c3b1cc34524f152d676d71c0abea89;hp=e2171b27efd67b9b7975a4adadda77c64a454b0c;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote.h b/gdb/remote.h index e2171b27ef..4477148f9c 100644 --- a/gdb/remote.h +++ b/gdb/remote.h @@ -54,4 +54,7 @@ extern void remote_cisco_objfile_relocate (bfd_signed_vma text_off, extern void async_remote_interrupt_twice (void *arg); +extern void (*target_resume_hook) (void); +extern void (*target_wait_loop_hook) (void); + #endif