aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/sim-main.h
AgeCommit message (Collapse)AuthorFilesLines
2002-06-01Delete TiC80, no longer supported by GDB.Andrew Cagney1-81/+0
2000-07-04TIc80 simulator.Andrew Cagney1-0/+81
1999-04-16Initial creation of sourceware repositoryStan Shebs1-81/+0
1997-11-22Clarify meaning of sim_signalled's SIGRC argument. Document that thisAndrew Cagney1-5/+3
isn't possible in sim-reason.c and just return the target SIGRC instead. For simulators that rely on sim-reason.c, replace SIG* with SIM_SIG*. Hack nrun.c so that when it is executed (ARGV[0]) as `step' instead of `run' it single steps the simulator. Allows testing of single step without full GDB.
1997-11-18 * sim-main.h (CIA_ADDR): Define.Doug Evans1-0/+3
* Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS).
1997-09-17 * sim-main.h (kill): macro was missing args.Felix Lee1-1/+5
(SIGTRAP): define for MSVC.
1997-09-08Use updated MSMASK, MSMASKED macros.Andrew Cagney1-10/+0
Fix sat problem in d30v.
1997-05-30Add assembler information to igen input files.Andrew Cagney1-0/+3
1997-05-20Part II of adding callback argument to sim_open(). Update all theAndrew Cagney1-0/+3
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks().
1997-05-19Make getpid, kill supported system callsMichael Meissner1-0/+8
1997-05-19o Implement generic halt/restart/abort module.Andrew Cagney1-35/+0
Use in tic80 and d30v simulators. o Add signal hook to sim-core module
1997-05-12c80 simulator fixes.Andrew Cagney1-0/+2
1997-05-07o Clean-up tic80 fp tracingAndrew Cagney1-1/+1
o Fill in more tic80 insns
1997-05-02o Add core and event objects into simulatorAndrew Cagney1-14/+8
base type o Add preliminary tracing support for same o trace_printf() takes both SD and CPU arguments o Add CIA to standard set of parameters for generated functions. o Pacify GCC
1997-04-24Enable more instructions.Andrew Cagney1-4/+8
1997-04-22TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.Andrew Cagney1-0/+107