freebsd-dev/sbin/ddb
Andriy Gapon 47adb0e0e0 ddb: use 'textdump dump' instead of 'call doadump'
The change is for the example in textdump.4 and the default ddb.conf.

First of all, doadump now requires an argument and it won't do a
textdump if the argument is not 'true'.
And 'textdump dump' is more idiomatic anyway.

For what it's worth, ddb 'dump' command seems to always request a vmcore
dump even if a textdump was requested earlier, e.g., by 'textdump set'.
Finally, ddb 'call' command is not documented.

MFC after:	2 weeks
2019-10-18 12:32:01 +00:00
..
ddb_capture.c ddb: unbreak ppc 2018-06-17 00:00:24 +00:00
ddb_script.c ddb: build with WARNS=6 2018-06-16 23:44:18 +00:00
ddb.8
ddb.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
ddb.conf ddb: use 'textdump dump' instead of 'call doadump' 2019-10-18 12:32:01 +00:00
ddb.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
Makefile Move ddb.conf to sbin/ddb/ and switch to CONFS. 2018-08-11 13:25:39 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00