Date: Fri, 5 Jan 2007 21:04:37 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump kdump.c Message-ID: <200701052104.l05L4cO7037092@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-01-05 21:04:37 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump.c Log: Add code to parse the utrace(2) entries generated by malloc(3) in a more human-readable format. Note that we report 'realloc(p, 0)' as 'free(p)' since both cases are encoded the same way and 'free()' is more common than a realloc() to 0. MFC after: 1 week Revision Changes Path 1.33 +30 -1 src/usr.bin/kdump/kdump.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701052104.l05L4cO7037092>