aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Fixes problems building the V850 simulator introduced with the previous delta.Nick Clifton6-206/+305
2015-02-24Adds support for emulating V850 e3v5 instructions to the simulator.Nick Clifton2-22/+855
2015-02-24Fix the detection of illegal memory accesses in the MSP430 simulator.Nick Clifton2-34/+67
2015-02-22sim/erc32: Use readline.h for readline types and functions.Jiri Gaisler3-12/+8
2015-02-21sim/erc32: File loading via command line did not workJiri Gaisler1-1/+4
2015-02-21sim/erc32: Fix incorrect simulator performance reportJiri Gaisler5-17/+39
2015-02-21sim/erc32: Remove unused defines in Makefile and switch off statisticsJiri Gaisler2-1/+5
2015-02-21sim/erc32: Use fenv.h for host FPU accessJiri Gaisler2-161/+35
2015-02-21sim/erc32: Perform pseudo-init if binary linked to non-zero address.Jiri Gaisler4-0/+37
2015-02-21sim/erc32: Corrected wrong CPU implementation and version ID in psrJiri Gaisler2-1/+5
2015-02-21sim/erc32: Disassembly in stand-alone mode did not work.Jiri Gaisler2-3/+19
2015-02-20sim: drop unused headersMike Frysinger9-288/+25
2015-02-19sim: drop unused sim_kill functionMike Frysinger10-36/+20
2015-02-20sim: ChangeLog: Correct the related items position and format.Chen Gang4-20/+18
2015-02-19sim: microblaze: fix build failure after opcodes updateMike Frysinger2-3/+7
2015-02-14sim/common/gentmap.c: Include "string.h".Chen Gang2-0/+5
2015-02-11sim/mcore/interp.c: Include "unistd.h".Chen Gang2-0/+5
2015-02-03sim: Be sure of calling freeargv() after successfully call buildargv().Chen Gang2-0/+8
2015-02-03sim: Be sure of calling freeargv() after successfully call buildargv().Chen Gang2-0/+7
2015-02-03sim: Call freeargv() when failure occursChen Gang2-1/+9
2015-01-15Build failure in sim/rx/gdb-if.c on windowsJoel Brobecker2-4/+10
2015-01-07Regenerate sim/common/aclocal.m4 and sim/common/configure...Joel Brobecker3-11/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker546-546/+546
2014-12-27Update sto/ldo implementations with 16 bit offsetsAnthony Green2-20/+32
2014-12-25Whitespace cleanupAnthony Green1-0/+5
2014-12-25Whitespace cleanupAnthony Green1-4/+55
2014-12-24Add support for moxie's mul.x and umul.x instructionsAnthony Green2-2/+28
2014-12-12Add zex instruction support for moxie portAnthony Green2-2/+22
2014-12-03callback.h:struct host_callback_struct compilation error on Windows hosts.Joel Brobecker7-8/+28
2014-11-28Correct fabs and fneg insns in simulatorOleg Endo2-3/+21
2014-11-23sim/ppc/*: Change immediatly to immediatelyJoel Sherrill5-6/+11
2014-11-23sim/igen/: Change immediatly to immediatelyJoel Sherrill3-2/+6
2014-11-23s/immediatly/immediately/ in sim/sh/ChangeLog entry.Joel Sherrill1-1/+1
2014-08-28Shadow SIM's debug_printf functionGary Benson2-0/+7
2014-08-27psim: Correct spelling in comments.Joel Sherrill6-2/+11
2014-08-23Fix m32r-elf sim, default hardware to off.Hans-Peter Nilsson4-12/+13
2014-08-23Fix sh64-elf sim, default hardware to off.Hans-Peter Nilsson3-15/+9
2014-08-23Fix iq2000-elf sim, default hardware to off.Hans-Peter Nilsson3-15/+9
2014-08-23Fix frv-elf sim, default hardware to off.Hans-Peter Nilsson4-12/+13
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra56-52/+1785
2014-08-19Replace static variables in the MSP430 simulator with fields in the cpu state...Nick Clifton3-66/+98
2014-08-15Regenerate sim configury.Roland McGrath78-234/+1427
2014-06-30Sim - Use long int format instead of int to avoid compiling warningMichael Eager2-3/+8
2014-06-03Fix a small but in the emulation of the MSP430 hardware multiply.Nick Clifton2-3/+37
2014-05-12Support 32->64 sign extension in msp430's sign_extDJ Delorie2-4/+9
2014-05-08Add support for emulating the MSP430 hardware multiply feature.Nick Clifton2-23/+192
2014-04-02Add support for two new moxie sign-extension instructionsAnthony Green2-2/+22
2014-03-19Improve .rsrc section merging with better handling of the alignment adjustmentsNick Clifton1-0/+6
2014-03-18Convert function declarations to ISO C format. Remove redundant code.Nick Clifton1-99/+60
2014-03-14Add support for instruction level tracing to the ARM simulator.Nick Clifton7-94/+245