Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-22 | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 4 | -19/+108 | |
Add support for --alignment={strict,nonstrict,forced} to simulator common run-time options. For v850 use, make the default NONSTRICT_ALIGNMENT. | |||||
1997-09-17 | * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for | Andrew Cagney | 1 | -0/+10 | |
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 | Define MOVED macro, move sub-bitfield from XXX to YYY. | Andrew Cagney | 1 | -0/+4 | |
1997-09-17 | Add/test 8bit bit manipuation macros. | Andrew Cagney | 2 | -32/+71 | |
Test LS and MS versions of SEXT macro. Simplify/test macro returning a single bit. | |||||
1997-09-16 | Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT. | Andrew Cagney | 3 | -25/+107 | |
1997-09-15 | Determine ARCHITECTURE from program if possible. | Andrew Cagney | 2 | -2/+14 | |
Rename common's generated config.h to cconfig.h. | |||||
1997-09-15 | * callback.c (os_write): divert stdout and stderr to their | Andrew Cagney | 1 | -0/+5 | |
respective hooks. | |||||
1997-09-12 | Add profiling support to v850*. | Andrew Cagney | 2 | -3/+55 | |
1997-09-10 | o Wordwrap usage messages from sim-options | Andrew Cagney | 3 | -16/+73 | |
o Clarify how to use alias options o use in sim-watch (better usage message) o Don't pass something on the stack into the watch-point interrupt hander. | |||||
1997-09-10 | Add option architecture-info to list supported architectures. | Andrew Cagney | 2 | -0/+26 | |
1997-09-10 | * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid | Felix Lee | 2 | -1/+7 | |
illegal zero-sized array. * sim-core.c (sim_core_xor_read_buffer): same. | |||||
1997-09-09 | * nltvals.def: Regenerate. | David Edelsohn | 1 | -0/+4 | |
1997-09-08 | Add/use LSEXTRACTED, MSEXTRACTED macros. | Andrew Cagney | 4 | -184/+228 | |
Add CPU_CIA macro to extract the PC. | |||||
1997-09-05 | Redo watchpoint code so that it target can specify interrupt names. | Andrew Cagney | 4 | -214/+370 | |
Replace v850 interrupt code with this common watchpoint code. Other minor fixes to core. | |||||
1997-09-05 | Add sim_do_commandf - printf version of sim_do_command. | Andrew Cagney | 2 | -0/+22 | |
1997-09-05 | Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue. | Andrew Cagney | 6 | -22/+219 | |
1997-09-04 | Finish implementation of sim-memopt. | Andrew Cagney | 7 | -49/+173 | |
Use in d30v and tic80. Make available a generic sim_read, sim_write implementation. | |||||
1997-09-04 | o Add modulo argument to sim_core_attach | Andrew Cagney | 13 | -204/+729 | |
o Add sim-memopt module - memory option processing. | |||||
1997-09-04 | * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER. | David Edelsohn | 1 | -0/+2 | |
1997-09-04 | * gdbinit.in: New file. | David Edelsohn | 6 | -73/+227 | |
* aclocal.m4 (SIM_AC_OUTPUT): Build .gdbinit. * Make-common.in (distclean): Delete .gdbinit. (.gdbinit): Add rule for. * configure: Regenerated to track ../common/aclocal.m4 changes. | |||||
1997-09-03 | Add support for suspending/resumeing the simulator in sim-modules. | Andrew Cagney | 6 | -24/+180 | |
Use in sim-events. | |||||
1997-09-03 | Stanify error reporting memory overlaps. | Andrew Cagney | 3 | -10/+28 | |
1997-09-02 | (TAGS): Add support for "/* TAGS: foo */" marker. | David Edelsohn | 2 | -1/+2 | |
1997-09-02 | * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker. | David Edelsohn | 3 | -15/+66 | |
* sim-n-bits.h: Add TAGS comments for all functions. * sim-n-core.h: Likewise. * sim-n-endian.h: Likewise. | |||||
1997-09-01 | Use sim_state_alloc to create common sim object. | Andrew Cagney | 3 | -13/+31 | |
1997-08-30 | Passify GCC. Convert 0x0LL to something more portable in the FP code. | Andrew Cagney | 9 | -141/+311 | |
1997-08-28 | * sim-options.c (standard_option_handler): Use xstrdup, not strdup. | David Edelsohn | 2 | -1/+5 | |
1997-08-28 | Add --target=BFDTARGET and --architecture=MACHINE options. | Andrew Cagney | 4 | -3/+71 | |
1997-08-27 | Fix doco on enable-sim-inline. | Andrew Cagney | 2 | -1/+11 | |
1997-08-27 | Add MSBIT* and LSBIT* macro's to sim-bits.h | Andrew Cagney | 4 | -0/+1208 | |
Add more macro's for extracting sub word quantites to sim-endian.h | |||||
1997-08-27 | New file - generic implementation of sim_load for hardware only | Andrew Cagney | 1 | -0/+53 | |
simulators. | |||||
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 7 | -132/+193 | |
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-27 | Save a copy of argv, not just a pointer. | Andrew Cagney | 3 | -18/+54 | |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 6 | -117/+367 | |
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-08-14 | Add comment. | David Edelsohn | 1 | -1/+8 | |
1997-08-14 | * callback.c (os_poll_quit): Make static. | David Edelsohn | 2 | -3/+41 | |
Call sim_cb_eprintf, not p->eprintf. (sim_cb_printf, sim_cb_eprintf): New functions. | |||||
1997-07-22 | Keep sim-watch.[ch]. | David Edelsohn | 1 | -0/+2 | |
1997-07-22 | * sim-n-core.h (sim_core_write_unaligned_N): Add missing break | David Edelsohn | 1 | -0/+5 | |
to FORCED_ALIGNMENT case. | |||||
1997-06-06 | Open in binary mode when available. | Andrew Cagney | 1 | -0/+8 | |
1997-06-05 | Verify magic number of simulator struct. | Andrew Cagney | 1 | -0/+4 | |
1997-06-04 | Initialize the sim-engine module. | Andrew Cagney | 1 | -0/+12 | |
1997-06-03 | o Fixes to repeated watchpoints | Andrew Cagney | 1 | -0/+25 | |
o Add mips ISA instructions needed to handle interrupts | |||||
1997-05-27 | Fix watching PC for 64bit (mips) target. | Andrew Cagney | 2 | -42/+146 | |
Stop watchpoints corrupting the event queue. | |||||
1997-05-27 | Extend xor-endian and per-cpu support in core module. | Andrew Cagney | 5 | -33/+95 | |
Allow negated test when watching value within core. | |||||
1997-05-23 | Preliminary suport for xor-endian suport in core module. | Andrew Cagney | 5 | -78/+180 | |
1997-05-23 | Enumerate longjmp's return type. | Andrew Cagney | 1 | -0/+5 | |
1997-05-22 | Change longjmp param/setjmp return value used for simulator restart from 0 to 2. | Gavin Romig-Koch | 3 | -6/+27 | |
1997-05-21 | Watchpoint interface. | Andrew Cagney | 9 | -275/+912 | |
1997-05-20 | Depreciate sim_set_callbacks() function. Set simulator callbacks | Andrew Cagney | 1 | -10/+12 | |
during sim_open(). | |||||
1997-05-19 | Update. | Andrew Cagney | 1 | -3/+8 | |