binutils-gdb/sim
Nick Clifton 8d05292667 Add support for instruction level tracing to the ARM simulator.
* wrapper.c (op_print): New function.
	(sim_dis_read): New function.
	(print_insn): New function - disassembles the given instruction.
	(sim_trace): Note that tracing is now allowed.
	(sim_create_inferior): Default to emulating v6.
	Initialise the disassembler machinery.
	(sim_target_parse_command_line): Add support for -t -d and -z
	options.
	(sim_target_display_usage): Note existence of -d and -z options.
	(sim_open): Parse -t -d and -z options.
	* armemu.h: Add exports of trace, disas and trace_funcs.
	Add prototype for print_insn.
	* armemu.c (ARMul_Emulate26): Add tracing code.
	Delete unused variables.
	* thumbemu (handle_v6_thumb_insn): Delete unused variable Rd.
	Move Rm variable into switch cases.
	Add tracing code.

	* armcopro.c (XScale_cp15_init): Add a return value.
	(XScale_cp13_init): Likewise.
	(XScale_cp14_init): Likewise.
	(XScale_cp15_LDC): Delete unused function.
	(XScale_cp15_STC): Likewise.
	* maverick.c: Delete comment inside comment.
	(DSPInit): Delete unused function.
	(DSPMCR4): Fix compile time warning about missing parenthesis.
	(DSPMCR5): Likewise.
	(DSPCDP6): Delete unused variable opcode2.
2014-03-14 15:21:23 +00:00
..
arm Add support for instruction level tracing to the ARM simulator. 2014-03-14 15:21:23 +00:00
avr sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
bfin sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
common sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
cr16 sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
cris sim: constify prog_name 2014-03-05 01:42:44 -05:00
d10v sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
erc32 sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
frv Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
h8300 sim: constify prog_name 2014-03-05 01:42:44 -05:00
igen sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
iq2000 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
lm32 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m32c sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
m32r Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m68hc11 sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
mcore sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
microblaze sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
mips sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
mn10300 sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
moxie sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
msp430 sim: msp430: set initial PC to ELF entry if available 2014-03-10 23:57:57 -04:00
ppc sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
rl78 sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
rx sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
sh sim: constify arg to sim_do_command 2014-03-10 22:57:29 -04:00
sh64 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
testsuite sim: msp430: start a test framework 2014-03-10 23:59:59 -04:00
v850 sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
.gitignore
ChangeLog Add myself as the maintainer for the MSP430 sim. 2014-03-12 11:02:57 +00:00
MAINTAINERS Add myself as the maintainer for the MSP430 sim. 2014-03-12 11:02:57 +00:00
Makefile.in Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
README-HACKING remove PARAMS from sim 2014-01-07 09:17:05 -07:00
configure sim: msp430: start a test framework 2014-03-10 23:59:59 -04:00
configure.ac
configure.tgt sim: msp430: start a test framework 2014-03-10 23:59:59 -04:00