aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorNaveen N. Rao <[email protected]>2021-06-01 13:18:01 +0530
committerMichael Ellerman <[email protected]>2021-06-25 14:47:19 +1000
commitb8ee3e6d6c5eec7e66de82449382f1a206db2046 (patch)
tree66d88a13d788036e4b08ad155f3596c256f33c07 /scripts/gdb/linux/tasks.py
parentdcf57af201eb2ba401e62df374afb7543c81b523 (diff)
powerpc/xmon: Add support for running a command on all cpus in xmon
It is sometimes desirable to run a command on all cpus in xmon. A typical scenario is to obtain the backtrace from all cpus in xmon if there is a soft lockup. Add rudimentary support for the same. The command to be run on all cpus should be prefixed with 'c#'. As an example, 'c#t' will run 't' command and produce a backtrace on all cpus in xmon. Since many xmon commands are not sensible for running in this manner, we only allow a predefined list of commands -- 'r', 'S' and 't' for now. Signed-off-by: Naveen N. Rao <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions