mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
that when the client is killed by a coredumping signal, Valgrind will generate the coredump itself, which is full of client state, rather than Valgrind state; this core file will therefore be useful to the developer in debugging their program. The corefile generated is named vgcore.pidNNNNN (and maybe with .M on the end in case of duplicates). If you set a logfile with --logfile, then this name will be used as the basename for the core file, so that both the core and the logs will be next to each other. Valgrind respects the RLIMIT_CORE limit when generating the file; if the limit is set to 0, then it will not generate one. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2312