]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
One more msg to use 'mmap-ed ANONYMOUS' wording
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 4 May 2015 20:00:49 +0000 (20:00 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 4 May 2015 20:00:49 +0000 (20:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15180

coregrind/m_gdbserver/server.c

index cf228a5facb2cb1eb95592685713b84319c86ae0..94aec301bf2342ea80813c920846ab8a32794161 100644 (file)
@@ -386,7 +386,7 @@ int handle_gdb_valgrind_command (char *mon, OutputSink *sink_wanted_at_return)
          VG_(gdbserver_status_output)();
          break;
       case  4: /* memory */
-         VG_(printf) ("%llu bytes have already been allocated.\n",
+         VG_(printf) ("%llu bytes have already been mmap-ed ANONYMOUS.\n",
                       VG_(am_get_anonsize_total)());
          VG_(print_all_arena_stats) ();
          if (VG_(clo_profile_heap))