Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-22 | 2001-02-22 Ben Elliston <bje@redhat.com> | Ben Elliston | 1 | -4/+8 | |
* sim-trace.h (TRACE_VPU_IDX): Add. (TRACE_vpu): Define. (WITH_TRACE_VPU_P): Likewise. (TRACE_VPU_P): Likewise. * sim-trace.c (OPTION_TRACE_VPU): Define. (trace_options): Add --trace-vpu. (trace_option_handler): Handle OPTION_TRACE_VPU. (trace_option_handler): Include VPU tracing in --trace-semantics. (trace_idx_to_str): Handle TRACE_VPU_IDX. | |||||
2001-02-21 | 2001-02-21 Ben Elliston <bje@redhat.com> | Ben Elliston | 1 | -2/+15 | |
* sim-trace.h (TRACE_BRANCH_INPUT1): New macro. (TRACE_BRANCH_INPUT2): Likewise. | |||||
2000-06-24 | * verbosity reduction | Frank Ch. Eigler | 1 | -2/+1 | |
2000-06-23 Frank Ch. Eigler <fche@redhat.com> * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+551 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -508/+0 | |
1998-02-24 | Add tracing to r5900 p* instructions. | Andrew Cagney | 1 | -1/+48 | |
1998-02-23 | Add tracing of booleans and addresses. | Andrew Cagney | 1 | -1/+84 | |
1998-02-18 | Extend sim-trace.[hc] to include a generic set of macro's for tracing | Andrew Cagney | 1 | -41/+264 | |
ALU/... inputs/outputs. Base implementation on original v850 code. Update igen to generate code interfacing with newer sim-trace.[hc]. | |||||
1997-05-07 | o Clean-up tic80 fp tracing | Andrew Cagney | 1 | -4/+12 | |
o Fill in more tic80 insns | |||||
1997-05-06 | Add semantic tracing to the tic80 | Michael Meissner | 1 | -33/+33 | |
1997-05-06 | Fix typo; pass trace_line request as arg; pass common stuff in static struct | Michael Meissner | 1 | -3/+12 | |
1997-05-06 | Enable --trace-linenum support | Michael Meissner | 1 | -0/+6 | |
1997-05-05 | Add printf attribute support | Michael Meissner | 1 | -2/+10 | |
1997-05-05 | Add flakey floating-point support to the TI c80 simulator. | Andrew Cagney | 1 | -2/+71 | |
1997-04-17 | Clean up. | David Edelsohn | 1 | -64/+7 | |
1997-04-17 | MAX_CPUS -> WITH_SMP. | David Edelsohn | 1 | -4/+4 | |
1997-04-17 | * Make-common.in (sim-options.o, sim-load.o): Add rules for. | David Edelsohn | 1 | -0/+112 | |
(sim_main_headers): Add sim-trace.h. * run.c (exec_bfd, target_byte_order): Delete. (main): Pass -E <endian> to sim_open. Delete code to load sections, call sim_load instead. Check return code of sim_create_inferior. * sim-base.h (CURRENT_STATE): Define. (sim_state_base): Make typedef. New members options, prog_argv, prog_bfd, text_{section,start,end}, start_addr, simcache_size, mem_size, memory [+ corresponding access macros]. (sim_cpu_base): New typedef. * sim-trace.h: New file. * sim-basics.h: #include it. * sim-load.c: New file. |