diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2022-02-16 07:34:15 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2022-02-16 07:38:44 +0100 |
commit | e94b2738a1510462b481ef44901d7e91739b1f4f (patch) | |
tree | 845d7ce6c6797cbf769b21928b5cb8adf92e57a7 /sim | |
parent | 7443cb7479621e54164c451eb5aad3a40f25dc97 (diff) | |
download | gdb-e94b2738a1510462b481ef44901d7e91739b1f4f.zip gdb-e94b2738a1510462b481ef44901d7e91739b1f4f.tar.gz gdb-e94b2738a1510462b481ef44901d7e91739b1f4f.tar.bz2 |
sim/common: Improve sim_dump_memory head comment
As requested by Mike.
* sim-memopt.c: Improve head comment.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/sim-memopt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c index 6242342..1f7186c 100644 --- a/sim/common/sim-memopt.c +++ b/sim/common/sim-memopt.c @@ -641,7 +641,8 @@ sim_memory_uninstall (SIM_DESC sd) void sim_dump_memory (SIM_DESC sd); -/* Convenience function for use when debugging the simulator. */ +/* Convenience function for use when debugging the simulator, to be + called from within e.g. gdb. */ void sim_dump_memory (SIM_DESC sd) |