scripts/gdb: add task iteration class
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 17 Feb 2015 21:47:07 +0000 (13:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:54 +0000 (14:34 -0800)
commit7704d58a8509c65e3f7e4407ca2e5fa6360349c1
treee1da4e8ecd798c511ba442c652335abd882df0f4
parentae7dbaad23f0346dc4e2476be63a9a5a376ee472
scripts/gdb: add task iteration class

This class allows to iterate over all tasks of the target.

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>
scripts/gdb/linux/tasks.py [new file with mode: 0644]