Date: Sat, 10 May 2008 18:43:11 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_capture.c Message-ID: <200805101843.m4AIhBp3063223@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-05-10 18:43:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ddb Makefile ddb.8 ddb.c ddb.h Added files: (Branch: RELENG_7) sbin/ddb ddb_capture.c Log: Merge MAkefile:1.2, ddb.8:1.5, ddb.c:1.4, ddb.h:1.2, ddb_capture.c:1.1 from HEAD to RELENG_7: Add "ddb capture print" and "ddb capture status" commands do ddb(8), alowing the DDB output capture buffer to be easily extracted from user space. Both of these commands include -M/-N arguments, allowing them to be used with kernel crash dumps (or /dev/mem). This makes it easier to use DDB scripting and output capture with minidumps or full dumps rather than with text dumps, allowing DDB output (scripted or otherwise) to be easily extracted from a crash dump. Discussed with: brooks, jhb Revision Changes Path 1.1.2.2 +4 -1 src/sbin/ddb/Makefile 1.3.2.5 +39 -2 src/sbin/ddb/ddb.8 1.2.2.4 +6 -2 src/sbin/ddb/ddb.c 1.1.2.2 +1 -0 src/sbin/ddb/ddb.h 1.1.2.1 +247 -0 src/sbin/ddb/ddb_capture.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805101843.m4AIhBp3063223>