diff options
author | Doug Evans <dje@google.com> | 1998-05-20 11:43:00 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-20 11:43:00 +0000 |
commit | 6f7833f035fc4d135a7f5fdcf3fbaf5d99b5d5c3 (patch) | |
tree | 4797426b8d8b7bbc0046c9a8b6b94ad2ce54de1a /sim | |
parent | 6ebf4a955926365907f00b459402050ea7bfe5f9 (diff) | |
download | gdb-6f7833f035fc4d135a7f5fdcf3fbaf5d99b5d5c3.zip gdb-6f7833f035fc4d135a7f5fdcf3fbaf5d99b5d5c3.tar.gz gdb-6f7833f035fc4d135a7f5fdcf3fbaf5d99b5d5c3.tar.bz2 |
* cgen-trace.c (first_insn_p): New static local.
(trace_insn_init): Set it.
(trace_insn_fini): Use TRACE_PREFIX.
(trace_insn): Rewrite to use trace_prefix.
* sim-trace.c (trace_prefix): Don't print filename arg if NULL.
Adjust width accordingly.
* sim-profile.h (PROFILE_DATA): New member profile_any_p.
(PROFILE_ANY_P,PROFILE_INSN_P,PROFILE_MEMORY): New macros.
(PROFILE_SCACHE_P,PROFILE_PC_P,PROFILE_CORE_P): New macros.
(PROFILE_COUNT_INSN,PROFILE_COUNT_READ,PROFILE_COUNT_WRITE): Simplify.
(PROFILE_COUNT_CORE): Simplify.
* sim-profile.c (profile_option_handler): Compute profile_any_p.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 91d6410..e8d3fec 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,19 @@ +Wed May 20 04:37:57 1998 Doug Evans <devans@seba.cygnus.com> + + * cgen-trace.c (first_insn_p): New static local. + (trace_insn_init): Set it. + (trace_insn_fini): Use TRACE_PREFIX. + (trace_insn): Rewrite to use trace_prefix. + * sim-trace.c (trace_prefix): Don't print filename arg if NULL. + Adjust width accordingly. + + * sim-profile.h (PROFILE_DATA): New member profile_any_p. + (PROFILE_ANY_P,PROFILE_INSN_P,PROFILE_MEMORY): New macros. + (PROFILE_SCACHE_P,PROFILE_PC_P,PROFILE_CORE_P): New macros. + (PROFILE_COUNT_INSN,PROFILE_COUNT_READ,PROFILE_COUNT_WRITE): Simplify. + (PROFILE_COUNT_CORE): Simplify. + * sim-profile.c (profile_option_handler): Compute profile_any_p. + Tue May 19 23:55:30 1998 Doug Evans <devans@seba.cygnus.com> * cgen-ops.h (ADDCFSI): Fix typo. |