Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-08-27 | Add MSBIT* and LSBIT* macro's to sim-bits.h | Andrew Cagney | 2 | -1/+3 | |
Add more macro's for extracting sub word quantites to sim-endian.h | |||||
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 3 | -23/+29 | |
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour. | |||||
1997-08-26 | Flush defunct sim_kill. | Andrew Cagney | 2 | -6/+4 | |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 3 | -22/+46 | |
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config. | |||||
1997-08-09 | * sim-calls.c (sim_store_register): Allow accumulators | Mark Alexander | 2 | -2/+7 | |
other than A0 to be modified. Correct error message. | |||||
1997-05-30 | Add assembler information to igen input files. | Andrew Cagney | 7 | -153/+309 | |
1997-05-29 | Fix subu immed - was incorrectly using unsigned. | Andrew Cagney | 3 | -1/+10 | |
1997-05-27 | Extend xor-endian and per-cpu support in core module. | Andrew Cagney | 2 | -2/+7 | |
Allow negated test when watching value within core. | |||||
1997-05-21 | Watchpoint interface. | Andrew Cagney | 2 | -1/+5 | |
1997-05-20 | Part II of adding callback argument to sim_open(). Update all the | Andrew Cagney | 3 | -9/+7 | |
other simulators; remove SIM_DESC from depreciated function sim_set_callbacks(). | |||||
1997-05-20 | Depreciate sim_set_callbacks() function. Set simulator callbacks | Andrew Cagney | 2 | -8/+7 | |
during sim_open(). | |||||
1997-05-19 | Make getpid, kill supported system calls | Michael Meissner | 6 | -39/+157 | |
1997-05-19 | Graft sim/common event and other code onto the mips simulator. | Andrew Cagney | 2 | -26/+26 | |
1997-05-19 | Make simulator event-queue manager a bit more signal safe. | Andrew Cagney | 2 | -0/+5 | |
1997-05-19 | o Implement generic halt/restart/abort module. | Andrew Cagney | 6 | -144/+100 | |
Use in tic80 and d30v simulators. o Add signal hook to sim-core module | |||||
1997-05-16 | o Make tic80 insn file more `cache ready' | Andrew Cagney | 7 | -174/+202 | |
o Have igen always zero r0 instead of constantly checking if the designated register is r0. | |||||
1997-05-15 | Remove some of the flake from the c80 floating point. | Andrew Cagney | 3 | -11/+46 | |
1997-05-15 | Fix double conversion problem. | Andrew Cagney | 4 | -45/+76 | |
1997-05-15 | Passify gcc's warnings. | Andrew Cagney | 2 | -1/+5 | |
1997-05-14 | Make columns line up for fpu operation tracing | Michael Meissner | 2 | -7/+13 | |
1997-05-13 | Make sure r0 == 0; Return EINVAL for system calls that are defined but not ↵ | Michael Meissner | 3 | -0/+37 | |
provided; Provide traps 74-79 as debugging traps | |||||
1997-05-13 | Remove ANNULed cycle - was confusing gdb. | Andrew Cagney | 4 | -56/+54 | |
1997-05-12 | Fix ld/st tracing | Michael Meissner | 2 | -2/+6 | |
1997-05-12 | Clear cntrl-c after handling it. | Andrew Cagney | 3 | -2/+8 | |
1997-05-12 | c80 simulator fixes. | Andrew Cagney | 6 | -26/+92 | |
1997-05-12 | Fix endian problems with ld.d/st.d | Michael Meissner | 2 | -2/+9 | |
1997-05-11 | Fix shift/lmo insns; Subu does arithmetic unsigned | Michael Meissner | 4 | -24/+88 | |
1997-05-10 | And short immediate instructions use unsigned immediates, not signed. | Michael Meissner | 2 | -4/+9 | |
1997-05-09 | Fix xor in simulator | Michael Meissner | 2 | -2/+3 | |
1997-05-09 | Make cmp produce the correct results | Michael Meissner | 2 | -18/+20 | |
1997-05-09 | Update CIA as well as NIA when a 64bit insn is encountered. | Andrew Cagney | 2 | -0/+6 | |
1997-05-08 | Really fix the bbo/bbz instructions. | Michael Meissner | 2 | -3/+6 | |
1997-05-08 | reverse bit number for bbo/bbz instructions. | Michael Meissner | 2 | -2/+3 | |
1997-05-08 | Fix non-anulled calls so that return address is correct | Michael Meissner | 2 | -2/+6 | |
1997-05-08 | Change output format slightly | Michael Meissner | 1 | -1/+1 | |
1997-05-08 | Change output format slightly | Michael Meissner | 2 | -73/+37 | |
1997-05-08 | Bump SIZE_DECIMAL to 13 | Michael Meissner | 2 | -1/+5 | |
1997-05-08 | Add function sim_args_command() which takes a `(gdb) sim <command>' and | Andrew Cagney | 2 | -2/+8 | |
parses it using rules found in the simulator command-line-options databse. | |||||
1997-05-07 | o Clean-up tic80 fp tracing | Andrew Cagney | 10 | -439/+865 | |
o Fill in more tic80 insns | |||||
1997-05-06 | Remove extra : from nop, sink{1,2} tracing | Michael Meissner | 1 | -3/+3 | |
1997-05-06 | Add semantic tracing to the tic80 | Michael Meissner | 4 | -132/+498 | |
1997-05-05 | Start of implementation of a distributed (between processors) | Andrew Cagney | 4 | -8/+16 | |
simulator core object. | |||||
1997-05-05 | Add flakey floating-point support to the TI c80 simulator. | Andrew Cagney | 5 | -54/+321 | |
1997-05-02 | o Add core and event objects into simulator | Andrew Cagney | 7 | -80/+104 | |
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-30 | Add Tick shift insn | Andrew Cagney | 2 | -11/+111 | |
1997-04-29 | Numerous fixes. | Andrew Cagney | 8 | -55/+139 | |
1997-04-24 | Enable more instructions. | Andrew Cagney | 7 | -179/+285 | |
1997-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 1 | -106/+220 | |
1997-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 4 | -224/+178 | |
* Makefile.in (SIM_OBJS): Add sim-module.o, sim-profile.o. * sim-calls.c (sim_open): Call sim_module_uninstall if argument parsing fails. Call sim_post_argv_init. (sim_close): Call sim_module_uninstall. | |||||
1997-04-23 | More Tic80 instructions. | Andrew Cagney | 3 | -239/+349 | |