aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/armos.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21sim: arm: fix -Wimplicit-fallthrough warningsMike Frysinger1-0/+1
2023-12-21sim: arm: add missing breaks to SWI processingMike Frysinger1-0/+2
2023-12-07sim: arm: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+0
2023-01-16sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger1-3/+0
2021-10-31sim: nltvals: localize TARGET_<open> definesMike Frysinger1-6/+11
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-1/+3
2021-05-14sim: callback: convert time interface to 64-bitMike Frysinger1-3/+3
2021-05-14sim: create header namespaceMike Frysinger1-1/+1
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert1-2/+2
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger1-1/+2
2016-07-14Small improvements to the ARM simulator to cope with illegal binaries.Nick Clifton1-1/+4
2015-12-25sim: arm: delete unused codeMike Frysinger1-82/+0
2015-07-14Remove extraneous whitespace from ARM sim sources.Nick Clifton1-11/+11
2015-06-28Add support for ARM v6 instructions.Nick Clifton1-2/+1
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
2007-02-27 * armos.c (SWIflen): Do not treate file descriptor zero asMark Mitchell1-1/+1
2006-03-072006-03-07 Paul Brook <paul@codesourcery.com>Paul Brook1-2/+2
2006-02-02 * armos.c (ARMul_OSHandleSWI): Handle the RedBoot systemDaniel Jacobowitz1-2/+19
2005-11-172005-11-16 Shaun Jackman <sjackman@gmail.com>Daniel Jacobowitz1-13/+89
2005-05-12Update the address of the FSF organizationNick Clifton1-1/+1
2003-12-29 * armos.c (fcntl.h): Do not include it.Mark Mitchell1-25/+16
2003-03-27Add iWMMXt support to ARM simulatorNick Clifton1-10/+39
2003-03-02(SWIWrite0): Catch big-endian bug when printing charactersNick Clifton1-1/+7
2002-08-16oops - fix typo in previous deltaNick Clifton1-2/+2
2002-08-15Catch and ignore SWIs of -1, they can be caused by an interrupted systemNick Clifton1-0/+14
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-1/+1
2002-05-27Only perform access checks if 'check' is set.Nick Clifton1-2/+2
2002-05-20Add support for target specific command line switches to old-style simualtors.Nick Clifton1-249/+296
2002-05-09Uses sim callback interface for system calls in RedBoot SWI support.Nick Clifton1-8/+13
2002-05-09Support the RedBoot SWI in ARM mode and some of its system calls.Nick Clifton1-30/+104
2002-02-21 * armos.c (SWIWrite0): Use generic host_callback mechanismKeith Seitz1-31/+40
2001-02-28Add support for disabling alignment checks when performing GDB interfaceNick Clifton1-20/+7
2001-02-14remove spurious whitespaceNick Clifton1-6/+6
2001-02-14Prevent Aborts from happening whilst emulating a SWINick Clifton1-62/+76
2001-02-01Detect installation of SWI vector by running program as well as loading program.Nick Clifton1-2/+2
2000-12-11Add 0x91 as an FPE SWI.Nick Clifton1-0/+1
2000-12-03Suppress support of DEMON swi's in XScale mode.Nick Clifton1-71/+103
2000-11-30Add support for ARM's v5TE architecture and Intel's XScale extenstionsNick Clifton1-18/+49
2000-05-30Add support for v4 SystemMode.Nick Clifton1-0/+1
2000-02-08Fix compile time warning messages.Nick Clifton1-612/+18
2000-02-05import gdb-2000-02-04 snapshotJason Molenda1-696/+757
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-2/+13
1999-10-12import gdb-1999-10-11 snapshotJason Molenda1-1/+1
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-3/+3
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1136
1999-04-16Initial creation of sourceware repositoryStan Shebs1-968/+0
1998-06-02Allow simulator to work with Angel SWIs.Nick Clifton1-0/+7
1998-06-02Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)Jason Molenda1-0/+961