diff options
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r-- | gdb/monitor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h index 1f30c70..e715729 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -102,8 +102,6 @@ struct monitor_ops from reg dump */ void (*supply_register) (struct regcache *regcache, char *name, int namelen, char *val, int vallen); - void (*load_routine) (struct serial *desc, char *file, - int hashmark); /* Download routine */ int (*dumpregs) (struct regcache *); /* Dump all registers */ int (*continue_hook) (void); /* Emit the continue command */ int (*wait_filter) (char *buf, /* Maybe contains registers */ |