freebsd-dev/cddl/usr.sbin
Devin Teske bcce9a2b33 dwatch(1): Add `-dev' option to aid debugging of profiles
The options `-d' (debug), `-e' (exit after compile), and `-v' (verbose)
when combined in any order (though best remembered as `-dev') will run
the conflated script through dtrace(1), test for error conditions, and
show the line that dtrace(1) failed at (with context).

If no errors are found, the output is the same as `-e[v]'.

When writing a new profile for dwatch(1), you can quickly test to
make sure it compiles by running `dwatch -devX profile_name' where
profiles live in /usr/libexec/dwatch or /usr/local/libexec/dwatch
(the latter being where profiles installed via ports should go).

Sponsored by:	Smule, Inc.
2018-04-22 02:20:17 +00:00
..
dtrace Remove tst.zonename.d from the list of expected failures. 2018-01-14 17:56:19 +00:00
dwatch dwatch(1): Add `-dev' option to aid debugging of profiles 2018-04-22 02:20:17 +00:00
lockstat DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
plockstat DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
zdb zdb: raise WARNS from 0 to 2 2018-02-21 15:51:48 +00:00
zfsd MFV r318941: 7446 zpool create should support efi system partition 2018-02-21 00:18:57 +00:00
zhack DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
Makefile Introduce dwatch(1) as a tool for making DTrace more useful 2018-03-06 23:44:19 +00:00
Makefile.inc