]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add command-line tool ddb(8), which allows DDB(4) scripts to be
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 26 Dec 2007 09:38:22 +0000 (09:38 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 26 Dec 2007 09:38:22 +0000 (09:38 +0000)
commita1f25b0daad82bf9c13324bdc2fb28c6392f6431
tree71816d3f1c455d3d295ee99647ac62144bb65b12
parentc9b0cc3b9623c30583400b137b82ec92483435ad
Add command-line tool ddb(8), which allows DDB(4) scripts to be
managed from userspace.  It is largely a wrapper for sysctl()
calls, but because the sysctls for adding and removing scripts
are awkward to use directly, this provides an easier-to-use
interface.

MFC after: 3 months
sbin/Makefile
sbin/ddb/Makefile [new file with mode: 0644]
sbin/ddb/ddb.8 [new file with mode: 0644]
sbin/ddb/ddb.c [new file with mode: 0644]
sbin/ddb/ddb.h [new file with mode: 0644]
sbin/ddb/ddb_script.c [new file with mode: 0644]