aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-05-20 11:54:11 +0100
committerMark Brown <broonie@kernel.org>2019-05-20 11:54:11 +0100
commit96d82e9d0dc799bb382ed0fe9db30c79c3a9f3b9 (patch)
tree76a630c2f0c84d807cc2c6199be24519ecc9ec16 /scripts/gdb/linux/tasks.py
parentdt-bindings: regulator: add document bindings for slg51000 (diff)
parentLinux 5.2-rc1 (diff)
downloadlinux-rng-96d82e9d0dc799bb382ed0fe9db30c79c3a9f3b9.tar.xz
linux-rng-96d82e9d0dc799bb382ed0fe9db30c79c3a9f3b9.zip
Merge tag 'v5.2-rc1' into regulator-5.3
Linux 5.2-rc1
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
-rw-r--r--scripts/gdb/linux/tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gdb/linux/tasks.py b/scripts/gdb/linux/tasks.py
index f6ab3ccf698f..0301dc1e0138 100644
--- a/scripts/gdb/linux/tasks.py
+++ b/scripts/gdb/linux/tasks.py
@@ -79,6 +79,7 @@ class LxPs(gdb.Command):
pid=task["pid"],
comm=task["comm"].string()))
+
LxPs()
@@ -134,4 +135,5 @@ variable."""
else:
raise gdb.GdbError("No task of PID " + str(pid))
+
LxThreadInfoByPidFunc()