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: [email protected]
          Reporter: [email protected]
          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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to