cvs commit: src/usr.bin/kdump kdump.c
John Baldwin
jhb at FreeBSD.org
Fri Jan 5 13:04:38 PST 2007
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
More information about the cvs-src
mailing list