Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-06-01 | Delete TiC80, no longer supported by GDB. | Andrew Cagney | 1 | -81/+0 | |
2000-07-04 | TIc80 simulator. | Andrew Cagney | 1 | -0/+81 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -81/+0 | |
1997-11-22 | Clarify meaning of sim_signalled's SIGRC argument. Document that this | Andrew Cagney | 1 | -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 Evans | 1 | -0/+3 | |
* Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). | |||||
1997-09-17 | * sim-main.h (kill): macro was missing args. | Felix Lee | 1 | -1/+5 | |
(SIGTRAP): define for MSVC. | |||||
1997-09-08 | Use updated MSMASK, MSMASKED macros. | Andrew Cagney | 1 | -10/+0 | |
Fix sat problem in d30v. | |||||
1997-05-30 | Add assembler information to igen input files. | Andrew Cagney | 1 | -0/+3 | |
1997-05-20 | Part II of adding callback argument to sim_open(). Update all the | Andrew Cagney | 1 | -0/+3 | |
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks(). | |||||
1997-05-19 | Make getpid, kill supported system calls | Michael Meissner | 1 | -0/+8 | |
1997-05-19 | o Implement generic halt/restart/abort module. | Andrew Cagney | 1 | -35/+0 | |
Use in tic80 and d30v simulators. o Add signal hook to sim-core module | |||||
1997-05-12 | c80 simulator fixes. | Andrew Cagney | 1 | -0/+2 | |
1997-05-07 | o Clean-up tic80 fp tracing | Andrew Cagney | 1 | -1/+1 | |
o Fill in more tic80 insns | |||||
1997-05-02 | o Add core and event objects into simulator | Andrew Cagney | 1 | -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-24 | Enable more instructions. | Andrew Cagney | 1 | -4/+8 | |
1997-04-22 | TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a. | Andrew Cagney | 1 | -0/+107 | |