diff options
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
-rw-r--r-- | scripts/gdb/linux/tasks.py | 2 |
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): | |||
79 | pid=task["pid"], | 79 | pid=task["pid"], |
80 | comm=task["comm"].string())) | 80 | comm=task["comm"].string())) |
81 | 81 | ||
82 | |||
82 | LxPs() | 83 | LxPs() |
83 | 84 | ||
84 | 85 | ||
@@ -134,4 +135,5 @@ variable.""" | |||
134 | else: | 135 | else: |
135 | raise gdb.GdbError("No task of PID " + str(pid)) | 136 | raise gdb.GdbError("No task of PID " + str(pid)) |
136 | 137 | ||
138 | |||
137 | LxThreadInfoByPidFunc() | 139 | LxThreadInfoByPidFunc() |