summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Watchpoint interface.Andrew Cagney1997-05-2116-817/+1486
* * interp.c: Replace all references to load_mem and store_memJeff Law1997-05-203-340/+295
* Part II of adding callback argument to sim_open(). Update all theAndrew Cagney1997-05-207-56/+48
* Depreciate sim_set_callbacks() function. Set simulator callbacksAndrew Cagney1997-05-203-18/+19
* Make getpid, kill supported system callsMichael Meissner1997-05-196-39/+157
* * interp.c (dispatch): Make this an inline function.Jeff Law1997-05-193-7/+10
* Graft sim/common event and other code onto the mips simulator.Andrew Cagney1997-05-195-220/+196
* Update.Andrew Cagney1997-05-191-3/+8
* Make simulator event-queue manager a bit more signal safe.Andrew Cagney1997-05-193-0/+26
* o Implement generic halt/restart/abort module.Andrew Cagney1997-05-1918-368/+1406
* Pacify gcc.Andrew Cagney1997-05-191-0/+4
* * interp.c (load_mem_big): Remove function. It's now a macroJeff Law1997-05-182-26/+34
* Treat infinities like normal numbers for purposes of comparisonsMichael Meissner1997-05-172-6/+11
* * callback.c (os_close): Mark the descriptor as beingJeff Law1997-05-162-6/+127
* * interp.c (load_mem): If we get a load from an out of rangeJeff Law1997-05-162-0/+18
* o Make tic80 insn file more `cache ready'Andrew Cagney1997-05-169-174/+218
* Remove some of the flake from the c80 floating point.Andrew Cagney1997-05-155-50/+617
* More floating point operations.Andrew Cagney1997-05-153-21/+137
* Fix double conversion problem.Andrew Cagney1997-05-154-45/+76
* Passify gcc's warnings.Andrew Cagney1997-05-152-1/+5
* Make columns line up for fpu operation tracingMichael Meissner1997-05-142-7/+13
* Make sure r0 == 0; Return EINVAL for system calls that are defined but not pr...Michael Meissner1997-05-133-0/+37
* Remove ANNULed cycle - was confusing gdb.Andrew Cagney1997-05-134-56/+54
* Fix ld/st tracingMichael Meissner1997-05-122-2/+6
* Clear cntrl-c after handling it.Andrew Cagney1997-05-123-2/+8
* c80 simulator fixes.Andrew Cagney1997-05-1210-70/+242
* Match commands like `(gdb) sim a b c' against options --a-b-c.Andrew Cagney1997-05-121-0/+8
* Fix endian problems with ld.d/st.dMichael Meissner1997-05-122-2/+9
* Fix shift/lmo insns; Subu does arithmetic unsignedMichael Meissner1997-05-114-24/+88
* And short immediate instructions use unsigned immediates, not signed.Michael Meissner1997-05-102-4/+9
* Fix xor in simulatorMichael Meissner1997-05-092-2/+3
* Make cmp produce the correct resultsMichael Meissner1997-05-092-18/+20
* Update CIA as well as NIA when a 64bit insn is encountered.Andrew Cagney1997-05-092-0/+6
* Really fix the bbo/bbz instructions.Michael Meissner1997-05-082-3/+6
* reverse bit number for bbo/bbz instructions.Michael Meissner1997-05-082-2/+3
* Fix non-anulled calls so that return address is correctMichael Meissner1997-05-082-2/+6
* Change output format slightlyMichael Meissner1997-05-081-1/+1
* Change output format slightlyMichael Meissner1997-05-082-73/+37
* Bump SIZE_DECIMAL to 13Michael Meissner1997-05-082-1/+5
* Add function sim_args_command() which takes a `(gdb) sim <command>' andAndrew Cagney1997-05-085-22/+131
* o Clean-up tic80 fp tracingAndrew Cagney1997-05-0715-461/+928
* * sim-profile.c (profile_uninstall): Likewise.David Edelsohn1997-05-061-0/+1
* * sim-trace.c (trace_uninstall): Don't close a file twice.David Edelsohn1997-05-062-2/+15
* Only zap the igen directory once.Andrew Cagney1997-05-061-4/+10
* Makefile.orig, README.orig deleted.David Edelsohn1997-05-061-2/+0
* Keep igen.David Edelsohn1997-05-061-0/+1
* Keep sim-config.c, sim-fpu.[ch].David Edelsohn1997-05-061-0/+3
* * mn10300_sim.h: Fix ordering of bits in the PSW.Jeff Law1997-05-062-4/+6
* Remove extra : from nop, sink{1,2} tracingMichael Meissner1997-05-061-3/+3
* Add semantic tracing to the tic80Michael Meissner1997-05-068-196/+605