| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep sim-watch.[ch]. | David Edelsohn | 1997-07-22 | 1 | -0/+2 |
* | * sim-n-core.h (sim_core_write_unaligned_N): Add missing break | David Edelsohn | 1997-07-22 | 1 | -0/+5 |
* | Open in binary mode when available. | Andrew Cagney | 1997-06-06 | 1 | -0/+8 |
* | Verify magic number of simulator struct. | Andrew Cagney | 1997-06-05 | 1 | -0/+4 |
* | Initialize the sim-engine module. | Andrew Cagney | 1997-06-04 | 1 | -0/+12 |
* | o Fixes to repeated watchpoints | Andrew Cagney | 1997-06-03 | 1 | -0/+25 |
* | Fix watching PC for 64bit (mips) target. | Andrew Cagney | 1997-05-27 | 2 | -42/+146 |
* | Extend xor-endian and per-cpu support in core module. | Andrew Cagney | 1997-05-27 | 5 | -33/+95 |
* | Preliminary suport for xor-endian suport in core module. | Andrew Cagney | 1997-05-23 | 5 | -78/+180 |
* | Enumerate longjmp's return type. | Andrew Cagney | 1997-05-23 | 1 | -0/+5 |
* | Change longjmp param/setjmp return value used for simulator restart from 0 to 2. | Gavin Romig-Koch | 1997-05-22 | 3 | -6/+27 |
* | Watchpoint interface. | Andrew Cagney | 1997-05-21 | 9 | -275/+912 |
* | Depreciate sim_set_callbacks() function. Set simulator callbacks | Andrew Cagney | 1997-05-20 | 1 | -10/+12 |
* | Update. | Andrew Cagney | 1997-05-19 | 1 | -3/+8 |
* | Make simulator event-queue manager a bit more signal safe. | Andrew Cagney | 1997-05-19 | 1 | -0/+21 |
* | o Implement generic halt/restart/abort module. | Andrew Cagney | 1997-05-19 | 11 | -224/+1301 |
* | Pacify gcc. | Andrew Cagney | 1997-05-19 | 1 | -0/+4 |
* | Treat infinities like normal numbers for purposes of comparisons | Michael Meissner | 1997-05-17 | 2 | -6/+11 |
* | * callback.c (os_close): Mark the descriptor as being | Jeff Law | 1997-05-16 | 2 | -6/+127 |
* | Remove some of the flake from the c80 floating point. | Andrew Cagney | 1997-05-15 | 2 | -39/+571 |
* | More floating point operations. | Andrew Cagney | 1997-05-15 | 3 | -21/+137 |
* | c80 simulator fixes. | Andrew Cagney | 1997-05-12 | 4 | -44/+150 |
* | Match commands like `(gdb) sim a b c' against options --a-b-c. | Andrew Cagney | 1997-05-12 | 1 | -0/+8 |
* | Add function sim_args_command() which takes a `(gdb) sim <command>' and | Andrew Cagney | 1997-05-08 | 3 | -20/+123 |
* | o Clean-up tic80 fp tracing | Andrew Cagney | 1997-05-07 | 3 | -19/+49 |
* | * sim-profile.c (profile_uninstall): Likewise. | David Edelsohn | 1997-05-06 | 1 | -0/+1 |
* | * sim-trace.c (trace_uninstall): Don't close a file twice. | David Edelsohn | 1997-05-06 | 2 | -2/+15 |
* | Keep sim-config.c, sim-fpu.[ch]. | David Edelsohn | 1997-05-06 | 1 | -0/+3 |
* | Add semantic tracing to the tic80 | Michael Meissner | 1997-05-06 | 3 | -58/+102 |
* | Keep sim-utils.h. | David Edelsohn | 1997-05-06 | 1 | -0/+1 |
* | Fix typo; pass trace_line request as arg; pass common stuff in static struct | Michael Meissner | 1997-05-06 | 2 | -22/+28 |
* | Enable --trace-linenum support | Michael Meissner | 1997-05-06 | 3 | -4/+112 |
* | Add printf attribute support | Michael Meissner | 1997-05-05 | 2 | -2/+17 |
* | Start of implementation of a distributed (between processors) | Andrew Cagney | 1997-05-05 | 5 | -76/+262 |
* | Add flakey floating-point support to the TI c80 simulator. | Andrew Cagney | 1997-05-05 | 8 | -8/+1198 |
* | Tweak comment. | David Edelsohn | 1997-05-02 | 1 | -32/+70 |
* | Update devo version of m32r sim to build with recent sim/common changes. | Andrew Cagney | 1997-05-02 | 4 | -47/+159 |
* | * sim-utils.c (sim_add_commas): New function. | David Edelsohn | 1997-05-02 | 5 | -33/+137 |
* | cgen-{mem,sem}.h renamed to {mem,sem}-ops.h. | David Edelsohn | 1997-05-01 | 2 | -4/+4 |
* | * configure: Regenerated. | David Edelsohn | 1997-05-01 | 3 | -13/+55 |
* | (cgen-utils.o): Update cgen-{mem,sem}.h dependencies. | David Edelsohn | 1997-05-01 | 1 | -2/+1 |
* | Sigh. Put generated files with each cgen cpu. | David Edelsohn | 1997-05-01 | 3 | -981/+1 |
* | * Makefile.in (sim-options_h): Define. | David Edelsohn | 1997-05-01 | 11 | -445/+986 |
* | (EXTRACT_SIGNED,EXTRACT_UNSIGNED,HOST_LONGS_FOR_BITS): Move from | David Edelsohn | 1997-05-01 | 1 | -0/+14 |
* | * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. | David Edelsohn | 1997-05-01 | 11 | -0/+2953 |
* | * Make-common.in (clean targets): Undo patch of Apr. 22. | David Edelsohn | 1997-04-30 | 2 | -4/+25 |
* | Allow simulators to be built on Linux | Michael Meissner | 1997-04-25 | 1 | -0/+7 |
* | * sim-module.h, sim-model.h, sim-profile.h: New files. | David Edelsohn | 1997-04-24 | 3 | -14/+149 |
* | * run.c: Undo last exec_bfd patch. | David Edelsohn | 1997-04-24 | 1 | -0/+5 |
* | Restore exec_bfd, needed for v850 debug code | Michael Meissner | 1997-04-23 | 2 | -1/+9 |