scripts/gdb: add command to check list consistency

Add a gdb script to verify the consistency of lists.

Signed-off-by: Thiébaud Weksteen <thiebaud@weksteen.fr>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Thiébaud Weksteen 2015-06-30 14:58:07 -07:00 committed by Linus Torvalds
parent 43abdbcece
commit 084f6b1ec6
2 changed files with 90 additions and 0 deletions

View file

@ -28,3 +28,4 @@ else:
import linux.dmesg
import linux.tasks
import linux.cpus
import linux.lists