Ben Elliston
|
01816cd804
|
2001-02-22 Ben Elliston <bje@redhat.com>
* 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-22 20:47:49 +00:00 |
|
Ben Elliston
|
44a9331cdf
|
2001-02-21 Ben Elliston <bje@redhat.com>
* sim-trace.h (TRACE_BRANCH_INPUT1): New macro.
(TRACE_BRANCH_INPUT2): Likewise.
|
2001-02-21 21:35:41 +00:00 |
|
Frank Ch. Eigler
|
7fb283bce2
|
* verbosity reduction
2000-06-23 Frank Ch. Eigler <fche@redhat.com>
* cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
|
2000-06-24 14:47:54 +00:00 |
|
Stan Shebs
|
c906108c21
|
Initial creation of sourceware repository
|
1999-04-16 01:35:26 +00:00 |
|
Stan Shebs
|
071ea11e85
|
Initial creation of sourceware repository
|
1999-04-16 01:34:07 +00:00 |
|
Andrew Cagney
|
d3e1d59414
|
Add tracing to r5900 p* instructions.
|
1998-02-24 03:42:27 +00:00 |
|
Andrew Cagney
|
0325f2dc89
|
Add tracing of booleans and addresses.
|
1998-02-23 16:43:34 +00:00 |
|
Andrew Cagney
|
8dcc896d0e
|
Extend sim-trace.[hc] to include a generic set of macro's for tracing
ALU/... inputs/outputs.
Base implementation on original v850 code.
Update igen to generate code interfacing with newer sim-trace.[hc].
|
1998-02-18 04:11:09 +00:00 |
|
Andrew Cagney
|
381f42ef5d
|
o Clean-up tic80 fp tracing
o Fill in more tic80 insns
|
1997-05-07 13:58:52 +00:00 |
|
Michael Meissner
|
7b167b0900
|
Add semantic tracing to the tic80
|
1997-05-06 19:27:57 +00:00 |
|
Michael Meissner
|
d0adfefd44
|
Fix typo; pass trace_line request as arg; pass common stuff in static struct
|
1997-05-06 11:55:21 +00:00 |
|
Michael Meissner
|
a77241718f
|
Enable --trace-linenum support
|
1997-05-06 10:21:57 +00:00 |
|
Michael Meissner
|
23b04e791d
|
Add printf attribute support
|
1997-05-05 18:10:05 +00:00 |
|
Andrew Cagney
|
3971886ac1
|
Add flakey floating-point support to the TI c80 simulator.
|
1997-05-05 12:46:25 +00:00 |
|
David Edelsohn
|
15d8adf5b5
|
Clean up.
|
1997-04-17 14:06:10 +00:00 |
|
David Edelsohn
|
cdd7a784bd
|
MAX_CPUS -> WITH_SMP.
|
1997-04-17 12:21:35 +00:00 |
|
David Edelsohn
|
0f2811d1c5
|
* Make-common.in (sim-options.o, sim-load.o): Add rules for.
(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.
|
1997-04-17 09:37:02 +00:00 |
|