You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "gdbcore.h"
static struct monitor_ops est_cmds =
{
- MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT,
+ MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
+ MO_SREC_ACK,
est_inits, /* Init strings */
"go\r", /* continue command */
"sidr\r", /* single step */
"dl\r", /* download command */
"+", /* load response */
">BKM>", /* monitor command prompt */
- NULL, /* end-of-command delimitor */
+ "\r", /* end-of-line terminator */
NULL, /* optional command terminator */
&est_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */
MONITOR_OPS_MAGIC /* magic */
};
-void
+static void
est_open(args, from_tty)
char *args;
int from_tty;