commit | 6dfb54049f9a99b24fe5d5cd2d3af19eadc8f31f | [log] [tgz] |
---|---|---|
author | Douglas Miller <dougmill@linux.vnet.ibm.com> | Mon Nov 23 09:01:15 2015 -0600 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Feb 10 10:22:04 2016 +1100 |
tree | fc547cc51fe6fb99bd44c08d7f9894734d5d8db3 | |
parent | fde93a0f774f510bfaabccd5ba00f97972be1e12 [diff] |
powerpc/xmon: Add xmon command to dump process/task similar to ps(1) Add 'P' command with optional task_struct address to dump all/one task's information: task pointer, kernel stack pointer, PID, PPID, state (interpreted), CPU where (last) running, and command. Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>