summaryrefslogtreecommitdiff
path: root/sim/common
Commit message (Expand)AuthorAgeFilesLines
* Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.Andrew Cagney1997-10-021-0/+18
* * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOCStu Grossman1997-09-251-2/+2
* Add/use SIM_AC_OPTION_BITSIZE.Andrew Cagney1997-09-251-0/+12
* * Make-common.in: New files sim-break.c, sim-break.h.Stu Grossman1997-09-255-0/+331
* * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than onceFelix Lee1997-09-232-1/+13
* * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign configured values.Andrew Cagney1997-09-232-1/+10
* * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.Felix Lee1997-09-231-0/+5
* Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1997-09-234-68/+222
* Enable --alignment option, stop sim-options.c hardwiring the alignment.Andrew Cagney1997-09-221-0/+4
* Fix disabling of model code when simulator does not support modeling.Andrew Cagney1997-09-222-2/+24
* Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1997-09-222-9/+34
* Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1997-09-224-19/+108
* * sim-events.c (ETRACE): Use trace_printf not sim_io_printf forAndrew Cagney1997-09-171-0/+10
* Define MOVED macro, move sub-bitfield from XXX to YYY.Andrew Cagney1997-09-171-0/+4
* Add/test 8bit bit manipuation macros.Andrew Cagney1997-09-172-32/+71
* Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT.Andrew Cagney1997-09-163-25/+107
* Determine ARCHITECTURE from program if possible.Andrew Cagney1997-09-152-2/+14
* * callback.c (os_write): divert stdout and stderr to theirAndrew Cagney1997-09-151-0/+5
* Add profiling support to v850*.Andrew Cagney1997-09-122-3/+55
* o Wordwrap usage messages from sim-optionsAndrew Cagney1997-09-103-16/+73
* Add option architecture-info to list supported architectures.Andrew Cagney1997-09-102-0/+26
* * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoidFelix Lee1997-09-102-1/+7
* * nltvals.def: Regenerate.David Edelsohn1997-09-091-0/+4
* Add/use LSEXTRACTED, MSEXTRACTED macros.Andrew Cagney1997-09-084-184/+228
* Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney1997-09-054-214/+370
* Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney1997-09-052-0/+22
* Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney1997-09-056-22/+219
* Finish implementation of sim-memopt.Andrew Cagney1997-09-047-49/+173
* o Add modulo argument to sim_core_attachAndrew Cagney1997-09-0413-204/+729
* * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.David Edelsohn1997-09-041-0/+2
* * gdbinit.in: New file.David Edelsohn1997-09-046-73/+227
* Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney1997-09-036-24/+180
* Stanify error reporting memory overlaps.Andrew Cagney1997-09-033-10/+28
* (TAGS): Add support for "/* TAGS: foo */" marker.David Edelsohn1997-09-022-1/+2
* * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.David Edelsohn1997-09-023-15/+66
* Use sim_state_alloc to create common sim object.Andrew Cagney1997-09-013-13/+31
* Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1997-08-309-141/+311
* * sim-options.c (standard_option_handler): Use xstrdup, not strdup.David Edelsohn1997-08-282-1/+5
* Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney1997-08-284-3/+71
* Fix doco on enable-sim-inline.Andrew Cagney1997-08-272-1/+11
* Add MSBIT* and LSBIT* macro's to sim-bits.hAndrew Cagney1997-08-274-0/+1208
* New file - generic implementation of sim_load for hardware onlyAndrew Cagney1997-08-271-0/+53
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-277-132/+193
* Save a copy of argv, not just a pointer.Andrew Cagney1997-08-273-18/+54
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-256-117/+367
* Add comment.David Edelsohn1997-08-141-1/+8
* * callback.c (os_poll_quit): Make static.David Edelsohn1997-08-142-3/+41
* Keep sim-watch.[ch].David Edelsohn1997-07-221-0/+2
* * sim-n-core.h (sim_core_write_unaligned_N): Add missing breakDavid Edelsohn1997-07-221-0/+5
* Open in binary mode when available.Andrew Cagney1997-06-061-0/+8