From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2152) id C4CB23858437; Wed, 16 Feb 2022 06:40:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4CB23858437 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Hans-Peter Nilsson To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim/common: Improve sim_dump_memory head comment X-Act-Checkin: binutils-gdb X-Git-Author: Hans-Peter Nilsson X-Git-Refname: refs/heads/master X-Git-Oldrev: 7443cb7479621e54164c451eb5aad3a40f25dc97 X-Git-Newrev: e94b2738a1510462b481ef44901d7e91739b1f4f Message-Id: <20220216064007.C4CB23858437@sourceware.org> Date: Wed, 16 Feb 2022 06:40:07 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2022 06:40:07 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De94b2738a151= 0462b481ef44901d7e91739b1f4f commit e94b2738a1510462b481ef44901d7e91739b1f4f Author: Hans-Peter Nilsson Date: Wed Feb 16 07:34:15 2022 +0100 sim/common: Improve sim_dump_memory head comment =20 As requested by Mike. =20 * sim-memopt.c: Improve head comment. Diff: --- sim/common/sim-memopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) =20 void sim_dump_memory (SIM_DESC sd); =20 -/* Convenience function for use when debugging the simulator. */ +/* Convenience function for use when debugging the simulator, to be + called from within e.g. gdb. */ =20 void sim_dump_memory (SIM_DESC sd)