gdb-msvc/sim/arm
Les De Ridder ce75aa9c80 Import GDB 9.2 2020-06-18 10:11:10 +02:00
..
COPYING Import GDB 9.2 2020-06-18 10:11:10 +02:00
ChangeLog Import GDB 9.2 2020-06-18 10:11:10 +02:00
Makefile.in Import GDB 9.2 2020-06-18 10:11:10 +02:00
README Import GDB 9.2 2020-06-18 10:11:10 +02:00
aclocal.m4 Import GDB 9.2 2020-06-18 10:11:10 +02:00
armcopro.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
armdefs.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
armemu.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
armemu.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
armfpe.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
arminit.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
armos.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
armos.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
armsupp.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
armvirt.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
config.in Import GDB 9.2 2020-06-18 10:11:10 +02:00
configure Import GDB 9.2 2020-06-18 10:11:10 +02:00
configure.ac Import GDB 9.2 2020-06-18 10:11:10 +02:00
dbg_rdi.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
iwmmxt.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
iwmmxt.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
maverick.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
maverick.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
sim-main.h Import GDB 9.2 2020-06-18 10:11:10 +02:00
thumbemu.c Import GDB 9.2 2020-06-18 10:11:10 +02:00
wrapper.c Import GDB 9.2 2020-06-18 10:11:10 +02:00

README

This directory contains the standard release of the ARMulator from
Advanced RISC Machines, and was ftp'd from.

ftp.cl.cam.ac.uk:/arm/gnu

It likes to use TCP/IP between the simulator and the host, which is
nice, but is a pain to use under anything non-unix.

I've added created a new Makefile.in (the original in Makefile.orig)
to build a version of the simulator without the TCP/IP stuff, and a
wrapper.c to link directly into gdb and the run command.

It should be possible (barring major changes in the layout of
the armulator) to upgrade the simulator by copying all the files
out of a release into this directory and renaming the Makefile.

(Except that I changed armos.c to work more simply with our
simulator rigs)

Steve

sac@cygnus.com

Mon May 15 12:03:28 PDT 1995