Re: powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

2016-02-17 Thread Michael Ellerman
On Mon, 2015-23-11 at 15:01:15 UTC, Douglas Miller wrote: > 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. > > Introduce XMON_PROTECT macro to stand

Re: powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

2016-02-09 Thread Douglas Miller
That looks fine to me. Thanks! On 02/09/2016 04:58 AM, Michael Ellerman wrote: On Mon, 2015-23-11 at 15:01:15 UTC, Douglas Miller wrote: Add 'P' command with optional task_struct address to dump all/one task's information: task pointer, kernel stack pointer, PID, PPID, state (interpreted), CP

Re: powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

2016-02-09 Thread Michael Ellerman
On Mon, 2015-23-11 at 15:01:15 UTC, Douglas Miller wrote: > 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. > > Introduce XMON_PROTECT macro to stand

powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

2015-11-23 Thread Douglas Miller
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. Introduce XMON_PROTECT macro to standardize memory-access-fault protection (setjm

[PATCH] powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

2015-11-23 Thread Douglas Miller
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. Introduce XMON_PROTECT macro to standardize memory-access-fault protection (setjmp). Initially used only