aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/msp430-sim.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-08-29Fix simulation of MSP430's open system call.Jozef Lawrynowicz1-10/+25
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-15sim: unify symbol table handlingMike Frysinger1-43/+3
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger1-3/+3
2016-01-05sim: msp430: drop duplicate sim_load_file callMike Frysinger1-26/+7
2016-01-05sim: msp430: switch to common disassembler tracingMike Frysinger1-39/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-27sim: aarch64/msp430: fix disassembler usageMike Frysinger1-2/+2
2015-12-15Fix invalid left shift of negative valueDominik Vogt1-2/+2
2015-12-07Add support for MSP430 F5 hardware multiply.Nick Clifton1-10/+52
2015-11-15sim: sim-close: unify sim_close logicMike Frysinger1-3/+1
2015-06-24sim: trace: add a basic cpu register classMike Frysinger1-2/+2
2015-06-17sim: syscall: add common sim_syscall helpersMike Frysinger1-56/+8
2015-06-17sim: syscall: unify memory helpersMike Frysinger1-22/+3
2015-06-12sim: msp430: use new common trace print helpersMike Frysinger1-109/+55
2015-03-14sim: msp430: use common warnings optionsMike Frysinger1-0/+2
2015-02-24Fix the detection of illegal memory accesses in the MSP430 simulator.Nick Clifton1-34/+55
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-19Replace static variables in the MSP430 simulator with fields in the cpu state...Nick Clifton1-66/+72
2014-06-03Fix a small but in the emulation of the MSP430 hardware multiply.Nick Clifton1-3/+30
2014-05-12Support 32->64 sign extension in msp430's sign_extDJ Delorie1-4/+4
2014-05-08Add support for emulating the MSP430 hardware multiply feature.Nick Clifton1-23/+181
2014-03-10sim: msp430: set initial PC to ELF entry if availableMike Frysinger1-1/+6
2014-03-10sim: msp430: fix build time warningsMike Frysinger1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-06-21 * msp430: New Directory.Nick Clifton1-0/+1425