binutils-gdb/sim/common
Andrew Cagney 175c6fd375 * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
trace output.
* sim-core.c (sim_core_signal): When bad access halt simulator
SIGSEGV / SIGBUS instead of aborting.
(signal.h): Include.
* sim-watch.c (sim_watchpoint_install): Handler for watchpoint
options was missing.
1997-09-17 08:13:07 +00:00
..
.Sanitize Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
aclocal.m4 * gdbinit.in: New file. 1997-09-04 00:49:57 +00:00
callback.c Passify GCC. Convert 0x0LL to something more portable in the FP code. 1997-08-30 00:02:19 +00:00
cgen-mem.h
cgen-scache.c
cgen-scache.h
cgen-sim.h
cgen-trace.c
cgen-types.h
cgen-utils.c
ChangeLog * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for 1997-09-17 08:13:07 +00:00
config.in
configure * gdbinit.in: New file. 1997-09-04 00:49:57 +00:00
configure.in Determine ARCHITECTURE from program if possible. 1997-09-15 08:11:50 +00:00
gdbinit.in * gdbinit.in: New file. 1997-09-04 00:49:57 +00:00
genmloop.sh
gentmap.c
gentvals.sh
Make-common.in o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
Makefile.in
nrun.c Add ABFD argument to sim_open call. Pass through to sim_config so 1997-08-25 23:14:25 +00:00
run.1
run.c Add ABFD argument to sim_open call. Pass through to sim_config so 1997-08-25 23:14:25 +00:00
sim-abort.c o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-alu.h Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue. 1997-09-05 00:30:38 +00:00
sim-assert.h
sim-base.h Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-basics.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-bits.c Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT. 1997-09-16 07:04:46 +00:00
sim-bits.h Add/test 8bit bit manipuation macros. 1997-09-17 03:25:54 +00:00
sim-config.c Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-config.h Add ABFD argument to sim_create_inferior. Document. 1997-08-27 04:44:41 +00:00
sim-core.c * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid 1997-09-10 04:46:37 +00:00
sim-core.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-endian.c
sim-endian.h Add MSBIT* and LSBIT* macro's to sim-bits.h 1997-08-27 07:56:27 +00:00
sim-engine.c Change longjmp param/setjmp return value used for simulator restart from 0 to 2. 1997-05-22 13:16:03 +00:00
sim-engine.h o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-events.c Add profiling support to v850*. 1997-09-12 02:44:03 +00:00
sim-events.h Add support for suspending/resumeing the simulator in sim-modules. 1997-09-03 07:26:11 +00:00
sim-fpu.c Passify GCC. Convert 0x0LL to something more portable in the FP code. 1997-08-30 00:02:19 +00:00
sim-fpu.h
sim-hload.c New file - generic implementation of sim_load for hardware only 1997-08-27 04:45:59 +00:00
sim-hrw.c Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-inline.c
sim-inline.h
sim-io.c
sim-io.h
sim-load.c
sim-memopt.c Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-memopt.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-module.c o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-n-bits.h Add/use LSEXTRACTED, MSEXTRACTED macros. 1997-09-08 17:21:13 +00:00
sim-n-core.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-n-endian.h Passify GCC. Convert 0x0LL to something more portable in the FP code. 1997-08-30 00:02:19 +00:00
sim-options.c o Wordwrap usage messages from sim-options 1997-09-10 22:47:12 +00:00
sim-options.h Watchpoint interface. 1997-05-21 06:54:13 +00:00
sim-profile.c
sim-resume.c Change longjmp param/setjmp return value used for simulator restart from 0 to 2. 1997-05-22 13:16:03 +00:00
sim-run.c o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-stop.c o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-trace.c Watchpoint interface. 1997-05-21 06:54:13 +00:00
sim-trace.h
sim-types.h Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue. 1997-09-05 00:30:38 +00:00
sim-utils.c Add sim_do_commandf - printf version of sim_do_command. 1997-09-05 07:57:27 +00:00
sim-utils.h Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-watch.c o Wordwrap usage messages from sim-options 1997-09-10 22:47:12 +00:00
sim-watch.h Redo watchpoint code so that it target can specify interrupt names. 1997-09-05 08:16:23 +00:00
sim-xcat.h Preliminary suport for xor-endian suport in core module. 1997-05-23 09:19:43 +00:00
tconfig.in