Nick Clifton
3a3d6f654d
Remove use of __IWMMXT__.
24 years ago
Nick Clifton
0f026fd00c
Add iWMMXt support to ARM simulator
24 years ago
Nick Clifton
f603c8fe44
Add Cirrus Maverick support to arm simulator
24 years ago
Andrew Cagney
6b4a89357a
Index: arm/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd.
Index: common/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* sim-utils.h (sim_analyze_program, sim_load_file): Rename _bfd to bfd.
* sim-hload.c (sim_load), sim-base.h (sim_state_base): Ditto.
* nrun.c (main): Ditto.
Index: d10v/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: erc32/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: h8300/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: h8500/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: i960/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* sim-if.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: m32r/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* sim-if.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: m68hc11/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_prepare_for_program, sim_open)
(sim_create_inferior): Rename _bfd to bfd.
Index: mcore/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: mips/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open):
(sim_create_inferior):
Index: mn10200/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: mn10300/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open, sim_create_inferior, sim_open)
(sim_create_inferior): Rename _bfd to bfd.
Index: ppc/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* sim_calls.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: sh/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (init_dsp, sim_open, sim_create_inferior): Rename _bfd
to bfd.
Index: v850/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
Index: z8k/ChangeLog
2003-02-27 Andrew Cagney <cagney@redhat.com>
* iface.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
24 years ago
Andrew Cagney
058f270dea
Add support for -m option. Fix PR gdb/433.
24 years ago
Andrew Cagney
26216b9822
Add the file include/gdb/sim-arm.h defining an enum that specifies the
register numbering used by the GDB<->SIM interface.
25 years ago
Andrew Cagney
3c25f8c7b0
Move include/callback.h and include/remote-sim.h to include/gdb/.
Update accordingly.
25 years ago
Nick Clifton
10b57fcbd7
Only perform access checks if 'check' is set.
Report unknown machine numbers.
Formatting tidy ups.
25 years ago
Nick Clifton
de4112fa38
Add support for target specific command line switches to old-style simualtors.
Make use of this support in the ARM simulator to add a --swi-support= switch
to select whcih SWI protocols to emulate.
25 years ago
Anthony Green
ae60d3ddec
Increase default memory size to 8MB.
25 years ago
Nick Clifton
c17aa31873
Modify previous patch so that it is only triggered for COFF format executables.
25 years ago
Nick Clifton
25180f8aef
If a v5 architecture is detected, assume it might be an XScale binary, since
there is no way to distinguish between the two in the COFF file format.
25 years ago
Nick Clifton
86c735a526
General format tidy ups
25 years ago
Nick Clifton
272fcdcd59
Fix bug detected by GDB testsuite - when fetching registers more than 4
bytes wide return 0 for the other bytes.
25 years ago
Nick Clifton
917bca4f21
Add support for disabling alignment checks when performing GDB interface
calls or SWI emulaiton routines. (Alignment checking code has not yet been
contributed).
26 years ago
Nick Clifton
5f7d0a33db
Reset processor into ARM mode for any machine type except the early ARMs.
26 years ago
Nick Clifton
88694af3f9
Detect installation of SWI vector by running program as well as loading program.
26 years ago
Nick Clifton
f1129fb8ff
Add support for ARM's v5TE architecture and Intel's XScale extenstions
26 years ago
Nick Clifton
3943c96b07
Replace StrongARM property with v4 and v5 properties.
26 years ago
Fernando Nasser
0a4321b903
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Fix typo in the previous patch.
26 years ago
Fernando Nasser
64a1067567
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
new inferior.
26 years ago
Alexandre Oliva
1e6b544a97
* armdefs.h (struct ARMul_State): Add is_StrongARM.
(ARM_Strong_Prop, STRONGARM): Define.
* arminit.c (ARMul_NewState): Reset is_StrongARM.
(ARMul_SelectProcessor): Set is_StrongARM.
* wrapper.c (sim_create_inferior): Use bfd machine type to
determine processor type to emulate.
* armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
when emulating StrongARM.
27 years ago
Nick Clifton
c1a72ffdd6
Add support for v4 SystemMode.
27 years ago
Nick Clifton
3463c3fbbb
Add special case handling when GDB set CPSR register
27 years ago
Frank Ch. Eigler
6c9e0292a3
* memory corruption fix
Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com>
* wrapper.c (sim_open,sim_close): Copy into myname, free myname.
27 years ago
Nick Clifton
6d358e869b
Fix compile time warning messages.
27 years ago
Jason Molenda
dfcd3bfb6f
import gdb-2000-02-04 snapshot
27 years ago
Stan Shebs
7a292a7adf
import gdb-19990422 snapshot
28 years ago
Stan Shebs
c906108c21
Initial creation of sourceware repository
28 years ago
Stan Shebs
071ea11e85
Initial creation of sourceware repository
28 years ago
Nick Clifton
d3e9ca1a88
Patches to support generating an executing environment.
Patches from Tony Thompson at ARM: athompso@arm.com
29 years ago
Andrew Cagney
9e03a68f13
Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().
Update all simulators.
Clarify behavour of sim_load in remote-sim.h
29 years ago
Andrew Cagney
7230ff0faa
Flush defunct sim_kill.
29 years ago
Andrew Cagney
247fccdeb5
Add ABFD argument to sim_open call. Pass through to sim_config so
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.
29 years ago
David Edelsohn
0ab92fe79f
* Makefile.in (SIM_OBJS): Add sim-load.o.
* 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.
30 years ago
Andrew Cagney
87e43259f1
Cleanups to compile under FreeBSD
30 years ago
Steve Chamberlain
a325a02e36
Add sim_set_callbacks.
31 years ago