aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
1997-09-15Determine ARCHITECTURE from program if possible.Andrew Cagney1-0/+12
1997-09-15 * callback.c (os_write): divert stdout and stderr to theirAndrew Cagney1-0/+5
1997-09-12Add profiling support to v850*.Andrew Cagney1-0/+45
1997-09-10o Wordwrap usage messages from sim-optionsAndrew Cagney1-0/+17
1997-09-10Add option architecture-info to list supported architectures.Andrew Cagney1-0/+5
1997-09-10 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoidFelix Lee1-0/+6
1997-09-09 * nltvals.def: Regenerate.David Edelsohn1-0/+4
1997-09-08Add/use LSEXTRACTED, MSEXTRACTED macros.Andrew Cagney1-0/+24
1997-09-05Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney1-0/+15
1997-09-05Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney1-0/+5
1997-09-05Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney1-0/+14
1997-09-04Finish implementation of sim-memopt.Andrew Cagney1-0/+18
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-0/+37
1997-09-04 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.David Edelsohn1-0/+2
1997-09-04 * gdbinit.in: New file.David Edelsohn1-0/+10
1997-09-03Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney1-0/+22
1997-09-03Stanify error reporting memory overlaps.Andrew Cagney1-0/+5
1997-09-02(TAGS): Add support for "/* TAGS: foo */" marker.David Edelsohn1-0/+1
1997-09-02 * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.David Edelsohn1-0/+7
1997-09-01Use sim_state_alloc to create common sim object.Andrew Cagney1-0/+10
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1-0/+24
1997-08-28 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.David Edelsohn1-0/+4
1997-08-28Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney1-0/+16
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney1-0/+10
1997-08-27Add MSBIT* and LSBIT* macro's to sim-bits.hAndrew Cagney1-0/+19
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-0/+22
1997-08-27Save a copy of argv, not just a pointer.Andrew Cagney1-0/+8
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-0/+32
1997-08-14 * callback.c (os_poll_quit): Make static.David Edelsohn1-0/+10
1997-07-22 * sim-n-core.h (sim_core_write_unaligned_N): Add missing breakDavid Edelsohn1-0/+5
1997-06-06Open in binary mode when available.Andrew Cagney1-0/+8
1997-06-05Verify magic number of simulator struct.Andrew Cagney1-0/+4
1997-06-04Initialize the sim-engine module.Andrew Cagney1-0/+12
1997-06-03o Fixes to repeated watchpointsAndrew Cagney1-0/+25
1997-05-27Fix watching PC for 64bit (mips) target.Andrew Cagney1-0/+9
1997-05-27Extend xor-endian and per-cpu support in core module.Andrew Cagney1-0/+46
1997-05-23Preliminary suport for xor-endian suport in core module.Andrew Cagney1-0/+24
1997-05-23Enumerate longjmp's return type.Andrew Cagney1-0/+5
1997-05-22Change longjmp param/setjmp return value used for simulator restart from 0 to 2.Gavin Romig-Koch1-0/+6
1997-05-21Watchpoint interface.Andrew Cagney1-0/+61
1997-05-19Make simulator event-queue manager a bit more signal safe.Andrew Cagney1-0/+21
1997-05-19o Implement generic halt/restart/abort module.Andrew Cagney1-0/+65
1997-05-19Pacify gcc.Andrew Cagney1-0/+4
1997-05-17Treat infinities like normal numbers for purposes of comparisonsMichael Meissner1-0/+5
1997-05-16 * callback.c (os_close): Mark the descriptor as beingJeff Law1-0/+6
1997-05-15Remove some of the flake from the c80 floating point.Andrew Cagney1-1/+8
1997-05-15More floating point operations.Andrew Cagney1-0/+9
1997-05-12c80 simulator fixes.Andrew Cagney1-0/+13
1997-05-12Match commands like `(gdb) sim a b c' against options --a-b-c.Andrew Cagney1-0/+8
1997-05-08Add function sim_args_command() which takes a `(gdb) sim <command>' andAndrew Cagney1-0/+12