aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-trace.h
AgeCommit message (Collapse)AuthorFilesLines
2001-02-222001-02-22 Ben Elliston <bje@redhat.com>Ben Elliston1-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-212001-02-21 Ben Elliston <bje@redhat.com>Ben Elliston1-2/+15
* sim-trace.h (TRACE_BRANCH_INPUT1): New macro. (TRACE_BRANCH_INPUT2): Likewise.
2000-06-24* verbosity reductionFrank Ch. Eigler1-2/+1
2000-06-23 Frank Ch. Eigler <fche@redhat.com> * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+551
1999-04-16Initial creation of sourceware repositoryStan Shebs1-508/+0
1998-02-24Add tracing to r5900 p* instructions.Andrew Cagney1-1/+48
1998-02-23Add tracing of booleans and addresses.Andrew Cagney1-1/+84
1998-02-18Extend sim-trace.[hc] to include a generic set of macro's for tracingAndrew Cagney1-41/+264
ALU/... inputs/outputs. Base implementation on original v850 code. Update igen to generate code interfacing with newer sim-trace.[hc].
1997-05-07o Clean-up tic80 fp tracingAndrew Cagney1-4/+12
o Fill in more tic80 insns
1997-05-06Add semantic tracing to the tic80Michael Meissner1-33/+33
1997-05-06Fix typo; pass trace_line request as arg; pass common stuff in static structMichael Meissner1-3/+12
1997-05-06Enable --trace-linenum supportMichael Meissner1-0/+6
1997-05-05Add printf attribute supportMichael Meissner1-2/+10
1997-05-05Add flakey floating-point support to the TI c80 simulator.Andrew Cagney1-2/+71
1997-04-17Clean up.David Edelsohn1-64/+7
1997-04-17MAX_CPUS -> WITH_SMP.David Edelsohn1-4/+4
1997-04-17 * Make-common.in (sim-options.o, sim-load.o): Add rules for.David Edelsohn1-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.