Created attachment 156511 [details] ddb show proc patch "show proc pid" command in ddb cannot show the full arguments. * before the patch db> show proc 848 ... arguments: ./a.out * after the patch db> show proc 848 ... arguments: ./a.out 1 2 3
A commit references this bug: Author: cem Date: Mon Aug 1 22:41:50 UTC 2016 New revision: 303648 URL: https://svnweb.freebsd.org/changeset/base/303648 Log: Fix ddb "show proc" to show full arguments PR: 200052 Submitted by: Chang-Hsien Tsai <luke.tw AT gmail.com> Changes: head/sys/ddb/db_ps.c
Thanks!
A commit references this bug: Author: avg Date: Mon Oct 29 12:41:50 UTC 2018 New revision: 339855 URL: https://svnweb.freebsd.org/changeset/base/339855 Log: MFC r303648: Fix ddb "show proc" to show full arguments PR: 200052 Changes: _U stable/11/ stable/11/sys/ddb/db_ps.c
A commit references this bug: Author: avg Date: Mon Oct 29 12:45:09 UTC 2018 New revision: 339856 URL: https://svnweb.freebsd.org/changeset/base/339856 Log: MFC r303648: Fix ddb "show proc" to show full arguments PR: 200052 Changes: _U stable/10/ stable/10/sys/ddb/db_ps.c