diff options
author | Doug Evans <dje@google.com> | 1998-02-25 07:47:32 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-25 07:47:32 +0000 |
commit | ab062d2278d234c55705a6852adcfb425d83a6b5 (patch) | |
tree | a18ce2cc2a4ded201ecbd3e52c4e8fac4820faf6 /sim | |
parent | 751197f2318c36444b47b55c1746bd708f86008f (diff) | |
download | gdb-ab062d2278d234c55705a6852adcfb425d83a6b5.zip gdb-ab062d2278d234c55705a6852adcfb425d83a6b5.tar.gz gdb-ab062d2278d234c55705a6852adcfb425d83a6b5.tar.bz2 |
(profile_print_core): Simplify by calling sim_core_map_to_str.
* sim-core.h (sim_core_map_to_str): Declare.
* sim-core.c (sim_core_map_to_str): Make non-static.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 6a5f5f8..094acb9 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -3,6 +3,9 @@ Tue Feb 24 22:45:39 1998 Doug Evans <devans@seba.cygnus.com> * sim-profile.c (profile_print): Delete duplicate test of PROFILE_INSN_IDX. (profile_print_pc): Exit early if data collection not set up. + (profile_print_core): Simplify by calling sim_core_map_to_str. + * sim-core.h (sim_core_map_to_str): Declare. + * sim-core.c (sim_core_map_to_str): Make non-static. Mon Feb 23 20:45:57 1998 Mark Alexander <marka@cygnus.com> |