summaryrefslogtreecommitdiff
path: root/sim/arm/wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchcagney_offbyone-20030303-branchpointnobody2003-03-031-2/+2
* Add support for -m option. Fix PR gdb/433.Andrew Cagney2002-09-271-2/+19
* Add the file include/gdb/sim-arm.h defining an enum that specifies theAndrew Cagney2002-06-121-11/+76
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-091-2/+2
* Only perform access checks if 'check' is set.Nick Clifton2002-05-271-2/+3
* Add support for target specific command line switches to old-style simualtors.Nick Clifton2002-05-201-0/+118
* Increase default memory size to 8MB.Anthony Green2002-03-181-1/+1
* Modify previous patch so that it is only triggered for COFF format executables.Nick Clifton2002-02-051-8/+12
* If a v5 architecture is detected, assume it might be an XScale binary, sinceNick Clifton2002-02-041-0/+9
* General format tidy upsNick Clifton2002-01-091-45/+50
* Fix bug detected by GDB testsuite - when fetching registers more than 4Nick Clifton2002-01-091-5/+14
* Add support for disabling alignment checks when performing GDB interfaceNick Clifton2001-02-281-5/+5
* Reset processor into ARM mode for any machine type except the early ARMs.Nick Clifton2001-02-141-12/+15
* Detect installation of SWI vector by running program as well as loading program.Nick Clifton2001-02-011-5/+0
* Add support for ARM's v5TE architecture and Intel's XScale extenstionsNick Clifton2000-11-301-20/+37
* Replace StrongARM property with v4 and v5 properties.Nick Clifton2000-09-151-37/+42
* 2000-07-14 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2000-07-141-1/+1
* 2000-07-14 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2000-07-141-0/+4
* * armdefs.h (struct ARMul_State): Add is_StrongARM.Alexandre Oliva2000-07-041-7/+34
* Add support for v4 SystemMode.Nick Clifton2000-05-301-5/+3
* Add special case handling when GDB set CPSR registerNick Clifton2000-05-231-1/+7
* * memory corruption fixFrank Ch. Eigler2000-03-231-2/+4
* Fix compile time warning messages.Nick Clifton2000-02-081-22/+25
* import gdb-2000-02-04 snapshotJason Molenda2000-02-051-88/+85
* import gdb-19990422 snapshotStan Shebs1999-04-261-2/+12
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+467
* Initial creation of sourceware repositoryStan Shebs1999-04-161-397/+0
* Patches to support generating an executing environment.Nick Clifton1997-10-301-4/+59
* Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1997-10-221-3/+8
* Flush defunct sim_kill.Andrew Cagney1997-08-261-7/+0
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-251-3/+12
* * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1997-04-171-11/+26
* Cleanups to compile under FreeBSDAndrew Cagney1997-04-171-54/+115
* Add sim_set_callbacks.Steve Chamberlain1995-10-131-0/+259