diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-10 18:02:52 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-11 10:39:43 -0400 |
commit | 83034798de7d11d2e26b3760e26b2c9cadec9fd4 (patch) | |
tree | 33c35108b500e798f42abd2e2e1d8f5aa2cfaaa6 /sim/common/sim-events.h | |
parent | ce4eda4a58d4634577cf998b928572bed6779246 (diff) | |
download | gdb-83034798de7d11d2e26b3760e26b2c9cadec9fd4.zip gdb-83034798de7d11d2e26b3760e26b2c9cadec9fd4.tar.gz gdb-83034798de7d11d2e26b3760e26b2c9cadec9fd4.tar.bz2 |
sim: trace: centralize the system tracing
First we convert the ETRACE_P to STRACE_EVENTS_P. This means we move from
using the sim_events.trace storage to the common sim_state_base.trace_data
array. With that deleted, the common trace init code can be simplified so
the sim state works the same as the sim cpu.
Diffstat (limited to 'sim/common/sim-events.h')
-rw-r--r-- | sim/common/sim-events.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/sim-events.h b/sim/common/sim-events.h index 9c56cab..6faa5cc 100644 --- a/sim/common/sim-events.h +++ b/sim/common/sim-events.h @@ -94,7 +94,6 @@ struct _sim_events { SIM_ELAPSED_TIME resume_wallclock; signed64 time_of_event; signed64 time_from_event; - int trace; }; |