From 3da4297eae24611c779264c25d14d10977a503db Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 3 Apr 1995 21:03:27 +0000 Subject: * monitor.h: Add MO_GETMEM_NEEDS_RANGE flag. * monitor.c (monitor_read_memory): Use previously mentioned flag to send proper format memory examine commands to the w89k monitor. Also, try to handle bizarre format of memory dump... * op50-rom.c w89k-rom.c: Update to new monitor.[ch] conventions. --- gdb/monitor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/monitor.h') diff --git a/gdb/monitor.h b/gdb/monitor.h index 1bd4b7cd81..6d8ae486f8 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -125,6 +125,7 @@ struct monitor_ops #define MO_NEED_REGDUMP_AFTER_CONT 0x4 /* If set, then monitor doesn't auto- matically supply register dump when coming back after a continue. */ +#define MO_GETMEM_NEEDS_RANGE 0x8 /* getmem needs start addr and end addr */ extern struct monitor_ops *current_monitor; -- cgit v1.2.1