| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE. | Andrew Cagney | 1997-10-02 | 1 | -0/+18 |
* | * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOC | Stu Grossman | 1997-09-25 | 1 | -2/+2 |
* | Add/use SIM_AC_OPTION_BITSIZE. | Andrew Cagney | 1997-09-25 | 1 | -0/+12 |
* | * Make-common.in: New files sim-break.c, sim-break.h. | Stu Grossman | 1997-09-25 | 5 | -0/+331 |
* | * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once | Felix Lee | 1997-09-23 | 2 | -1/+13 |
* | * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign configured values. | Andrew Cagney | 1997-09-23 | 2 | -1/+10 |
* | * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32. | Felix Lee | 1997-09-23 | 1 | -0/+5 |
* | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 1997-09-23 | 4 | -68/+222 |
* | Enable --alignment option, stop sim-options.c hardwiring the alignment. | Andrew Cagney | 1997-09-22 | 1 | -0/+4 |
* | Fix disabling of model code when simulator does not support modeling. | Andrew Cagney | 1997-09-22 | 2 | -2/+24 |
* | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 1997-09-22 | 2 | -9/+34 |
* | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 1997-09-22 | 4 | -19/+108 |
* | * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for | Andrew Cagney | 1997-09-17 | 1 | -0/+10 |
* | Define MOVED macro, move sub-bitfield from XXX to YYY. | Andrew Cagney | 1997-09-17 | 1 | -0/+4 |
* | Add/test 8bit bit manipuation macros. | Andrew Cagney | 1997-09-17 | 2 | -32/+71 |
* | Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT. | Andrew Cagney | 1997-09-16 | 3 | -25/+107 |
* | Determine ARCHITECTURE from program if possible. | Andrew Cagney | 1997-09-15 | 2 | -2/+14 |
* | * callback.c (os_write): divert stdout and stderr to their | Andrew Cagney | 1997-09-15 | 1 | -0/+5 |
* | Add profiling support to v850*. | Andrew Cagney | 1997-09-12 | 2 | -3/+55 |
* | o Wordwrap usage messages from sim-options | Andrew Cagney | 1997-09-10 | 3 | -16/+73 |
* | Add option architecture-info to list supported architectures. | Andrew Cagney | 1997-09-10 | 2 | -0/+26 |
* | * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid | Felix Lee | 1997-09-10 | 2 | -1/+7 |
* | * nltvals.def: Regenerate. | David Edelsohn | 1997-09-09 | 1 | -0/+4 |
* | Add/use LSEXTRACTED, MSEXTRACTED macros. | Andrew Cagney | 1997-09-08 | 4 | -184/+228 |
* | Redo watchpoint code so that it target can specify interrupt names. | Andrew Cagney | 1997-09-05 | 4 | -214/+370 |
* | Add sim_do_commandf - printf version of sim_do_command. | Andrew Cagney | 1997-09-05 | 2 | -0/+22 |
* | Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue. | Andrew Cagney | 1997-09-05 | 6 | -22/+219 |
* | Finish implementation of sim-memopt. | Andrew Cagney | 1997-09-04 | 7 | -49/+173 |
* | o Add modulo argument to sim_core_attach | Andrew Cagney | 1997-09-04 | 13 | -204/+729 |
* | * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER. | David Edelsohn | 1997-09-04 | 1 | -0/+2 |
* | * gdbinit.in: New file. | David Edelsohn | 1997-09-04 | 6 | -73/+227 |
* | Add support for suspending/resumeing the simulator in sim-modules. | Andrew Cagney | 1997-09-03 | 6 | -24/+180 |
* | Stanify error reporting memory overlaps. | Andrew Cagney | 1997-09-03 | 3 | -10/+28 |
* | (TAGS): Add support for "/* TAGS: foo */" marker. | David Edelsohn | 1997-09-02 | 2 | -1/+2 |
* | * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker. | David Edelsohn | 1997-09-02 | 3 | -15/+66 |
* | Use sim_state_alloc to create common sim object. | Andrew Cagney | 1997-09-01 | 3 | -13/+31 |
* | Passify GCC. Convert 0x0LL to something more portable in the FP code. | Andrew Cagney | 1997-08-30 | 9 | -141/+311 |
* | * sim-options.c (standard_option_handler): Use xstrdup, not strdup. | David Edelsohn | 1997-08-28 | 2 | -1/+5 |
* | Add --target=BFDTARGET and --architecture=MACHINE options. | Andrew Cagney | 1997-08-28 | 4 | -3/+71 |
* | Fix doco on enable-sim-inline. | Andrew Cagney | 1997-08-27 | 2 | -1/+11 |
* | Add MSBIT* and LSBIT* macro's to sim-bits.h | Andrew Cagney | 1997-08-27 | 4 | -0/+1208 |
* | New file - generic implementation of sim_load for hardware only | Andrew Cagney | 1997-08-27 | 1 | -0/+53 |
* | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1997-08-27 | 7 | -132/+193 |
* | Save a copy of argv, not just a pointer. | Andrew Cagney | 1997-08-27 | 3 | -18/+54 |
* | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1997-08-25 | 6 | -117/+367 |
* | Add comment. | David Edelsohn | 1997-08-14 | 1 | -1/+8 |
* | * callback.c (os_poll_quit): Make static. | David Edelsohn | 1997-08-14 | 2 | -3/+41 |
* | Keep sim-watch.[ch]. | David Edelsohn | 1997-07-22 | 1 | -0/+2 |
* | * sim-n-core.h (sim_core_write_unaligned_N): Add missing break | David Edelsohn | 1997-07-22 | 1 | -0/+5 |
* | Open in binary mode when available. | Andrew Cagney | 1997-06-06 | 1 | -0/+8 |