linux-sg2042/scripts/gdb/linux
Daniel Wagner 54e2289a34 scripts/gdb: use a generator instead of iterator for task list
The iterator does not return any task_struct from the thread_group list
because the first condition in the 'if not t or ...' will only be the
first time None.

Instead of keeping track of the state ourself in the next() function, we
fall back using Python's generator.

Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Borislav Petkov <bp@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-02-17 14:34:54 -08:00
..
.gitignore scripts/gdb: ignore byte-compiled python files 2015-02-17 14:34:54 -08:00
Makefile scripts/gdb: add infrastructure 2015-02-17 14:34:53 -08:00
cpus.py scripts/gdb: port to python3 / gdb7.7 2015-02-17 14:34:54 -08:00
dmesg.py scripts/gdb: port to python3 / gdb7.7 2015-02-17 14:34:54 -08:00
modules.py scripts/gdb: port to python3 / gdb7.7 2015-02-17 14:34:54 -08:00
symbols.py scripts/gdb: port to python3 / gdb7.7 2015-02-17 14:34:54 -08:00
tasks.py scripts/gdb: use a generator instead of iterator for task list 2015-02-17 14:34:54 -08:00
utils.py scripts/gdb: port to python3 / gdb7.7 2015-02-17 14:34:54 -08:00