[Bug 200052] [patch] allow ddb "show proc" to display all arguments

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 8 15:30:03 UTC 2015


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 at FreeBSD.org
          Reporter: luke.tw at 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.


More information about the freebsd-bugs mailing list