freebsd-dev/cddl/usr.sbin/dwatch
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
..
examples
libexec Fix display of wrong pid from dtrace_sched(4) 2018-03-08 22:32:18 +00:00
dwatch dwatch(1): Add `-dev' option to aid debugging of profiles 2018-04-22 02:20:17 +00:00
dwatch.1
Makefile