aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
AgeCommit message (Collapse)AuthorFilesLines
2000-05-24Change profiling so that it is enabled by default. Re-generate everything.Andrew Cagney2-147/+162
2000-05-23Add special case handling when GDB set CPSR registerNick Clifton2-1/+12
2000-04-10* arm abort fixFrank Ch. Eigler2-3/+8
2000-03-11 Philip Blundell <philb@gnu.org> * armemu.c (LoadSMult, LoadMult): Correct handling of aborts. Patch from Allan Skillman <Allan.Skillman@arm.com>.
2000-03-23* memory corruption fixFrank Ch. Eigler2-2/+8
Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com> * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
2000-03-02* adding forgotten entryFrank Ch. Eigler1-0/+1
2000-02-08Fix compile time warning messages.Nick Clifton10-669/+109
2000-02-05import gdb-2000-02-04 snapshotJason Molenda27-8246/+9283
2000-01-26import gdb-2000-01-26 snapshotJason Molenda2-5/+20
1999-12-07import gdb-1999-12-06 snapshotJason Molenda3-8/+26
1999-11-02import gdb-1999-11-01 snapshotJason Molenda2-0/+7
1999-10-12import gdb-1999-10-11 snapshotJason Molenda2-1/+7
1999-10-05import gdb-1999-10-04 snapshotJason Molenda2-3/+8
1999-09-09import gdb-1999-09-08 snapshotStan Shebs2-158/+153
1999-07-12import gdb-1999-07-12 snapshotJason Molenda3-1/+3
1999-05-11import gdb-1999-05-10Stan Shebs2-174/+308
1999-04-26import gdb-19990422 snapshotStan Shebs5-8/+76
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs36-0/+17817
1999-04-16Initial creation of sourceware repositoryStan Shebs27-10572/+0
1998-12-10Fixes.Jeff Law1-0/+1
1998-09-14define SIM_HAVE_BIENDIANNick Clifton1-0/+29
1998-06-02Allow simulator to work with Angel SWIs.Nick Clifton2-0/+12
1998-06-02Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)Jason Molenda2-0/+980
* armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case of ":tt" to catch stdin in addition to stdout. (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure or success of lseek(). From PR 15839, modified a bit by me to appease my sense of style--but not too much because I am lazy.
1998-04-29Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-0/+4
* common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define AM_CYGWIN32 and AM_EXEEXT. * common/Make-common.in: set EXEEXT, add missing EXEEXTs to run and install-common rules. * common/configure: regenerate And update all subdirectory ChangeLogs and configure files.
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey5-120/+148
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey3-36/+1877
* config.in: Ditto. * configure.in: Don't call sinclude.
1998-01-31Add config support for the size of the target address and OF cell.Andrew Cagney1-0/+4
1998-01-20* aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans2-43/+100
*/configure: Regenerated.
1997-12-11sanitization fixes. (files not mentioned, fences misspelled)Felix Lee1-0/+1
1997-12-04Regenerate configure files.Doug Evans1-0/+12
1997-10-30Patches to support generating an executing environment.Nick Clifton1-4/+59
Patches from Tony Thompson at ARM: athompso@arm.com
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney2-3/+21
Update all simulators. Clarify behavour of sim_load in remote-sim.h
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney2-39/+125
to <targ>/configure.in. Simplify logic used to select target [default] endianness.
1997-09-22Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1-0/+4
1997-09-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1-0/+8
Add support for --alignment={strict,nonstrict,forced} to simulator common run-time options. For v850 use, make the default NONSTRICT_ALIGNMENT.
1997-09-05* configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn2-71/+307
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney1-0/+5
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-0/+3
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
1997-08-26Flush defunct sim_kill.Andrew Cagney2-7/+4
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney2-3/+30
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-05-06Makefile.orig, README.orig deleted.David Edelsohn1-2/+0
1997-05-02remove junk files that have been here waaaaaaaay too longAngela Marie Thomas2-178/+0
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-0/+4
o Provide poll_quit callback to simulators so that they can poll for SIGINT on clueless OS's. o Add sim_stop to simulators so that clients can request a halt (eg gdbtk's STOP button) Works for PPC! o Re-arange remote-sim.c so that the hard work is moved from gdbsim_resume() to gdbsim_wait() (where it should be).
1997-04-18 * arminit.c (ARMul_NewState): Preinitialize the state toFred Fish1-0/+5
all zero/NULL.
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn2-11/+34
* wrapper.c (sim_kind,myname): New static locals. (sim_open): Set sim_kind, myname. (sim_load): Call sim_load_file to do work. Set start address from bfd. (sim_create_inferior): Return SIM_RC. Delete start_address arg.
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney2-54/+124
1997-04-07Get configure to define RETSIGTYPEAndrew Cagney2-187/+113
1997-04-07Use $(srcdir)/... instead of $< in make rulesAndrew Cagney1-0/+6
1997-04-02 * wrapper.c (sim_open): New arg `kind'.David Edelsohn1-0/+2
1997-04-02 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.David Edelsohn2-132/+281
(sim-debug): Allow arguments. Define WITH_DEBUG in addition to -DDEBUG. * configure: Regenerated to track ../common/aclocal.m4 changes.
1997-04-02 * COPYING: Update FSF address.Ian Lance Taylor1-0/+4