From: Hans-Peter Nilsson Date: Wed, 16 Feb 2022 06:34:15 +0000 (+0100) Subject: sim/common: Improve sim_dump_memory head comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e94b2738a1510462b481ef44901d7e91739b1f4f;p=binutils-gdb.git sim/common: Improve sim_dump_memory head comment As requested by Mike. * sim-memopt.c: Improve head comment. --- diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c index 62423421cf9..1f7186c5e12 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)