Date: Fri, 08 May 2015 15:30:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200052] [patch] allow ddb "show proc" to display all arguments Message-ID: <bug-200052-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200052 Bug ID: 200052 Summary: [patch] allow ddb "show proc" to display all arguments Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: luke.tw@gmail.com Keywords: patch Created attachment 156511 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156511&action=edit 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 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200052-8>