Add [-P progam] to filter dumps by basename
authorkn <kn@openbsd.org>
Thu, 9 Nov 2023 15:43:28 +0000 (15:43 +0000)
committerkn <kn@openbsd.org>
Thu, 9 Nov 2023 15:43:28 +0000 (15:43 +0000)
commitcf347463208cf1c551f60c2b6e3d7e3d0855bd2c
tree76b8476551ad230389fd0158ab2ffebde804343d
parente653d891db6ed14827eab8f33833428598aee4f4
Add [-P progam] to filter dumps by basename

[-p pid] requires knowing the PIDs beforehand, sieving through big
dumps by argv[0] strings is more ergonomic.

OK deraadt
usr.bin/kdump/kdump.1
usr.bin/kdump/kdump.c